public class FraudDetectionLastActionTimesDto extends Object
コンストラクタと説明 |
---|
FraudDetectionLastActionTimesDto() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getPreviousSuccessfulLogin()
最終ログイン日時を取得する
|
String |
getTransferThresholdUpdated()
送金限度額の最終変更日時を取得する
|
void |
setPreviousSuccessfulLogin(String previousSuccessfulLogin)
最終ログイン日時を設定する
|
void |
setTransferThresholdUpdated(String transferThresholdUpdated)
送金限度額の最終変更日時を設定する
|
public String getPreviousSuccessfulLogin()
public void setPreviousSuccessfulLogin(String previousSuccessfulLogin)
previousSuccessfulLogin
- 最終ログイン日時public String getTransferThresholdUpdated()
public void setTransferThresholdUpdated(String transferThresholdUpdated)
transferThresholdUpdated
- 送金限度額の最終変更日時Copyright © 2024. All rights reserved.