|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.FraudDetectionLastActionTimesDto
public class FraudDetectionLastActionTimesDto
不正検知最終アクション情報Dtoクラス
コンストラクタの概要 | |
---|---|
FraudDetectionLastActionTimesDto()
|
メソッドの概要 | |
---|---|
String |
getPreviousSuccessfulLogin()
最終ログイン日時を取得する |
String |
getTransferThresholdUpdated()
送金限度額の最終変更日時を取得する |
void |
setPreviousSuccessfulLogin(String previousSuccessfulLogin)
最終ログイン日時を設定する |
void |
setTransferThresholdUpdated(String transferThresholdUpdated)
送金限度額の最終変更日時を設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FraudDetectionLastActionTimesDto()
メソッドの詳細 |
---|
public String getPreviousSuccessfulLogin()
public void setPreviousSuccessfulLogin(String previousSuccessfulLogin)
previousSuccessfulLogin
- 最終ログイン日時public String getTransferThresholdUpdated()
public void setTransferThresholdUpdated(String transferThresholdUpdated)
transferThresholdUpdated
- 送金限度額の最終変更日時
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |