jp.veritrans.tercerog.mdk.dto
クラス FraudDetectionLastActionTimesDto

java.lang.Object
  上位を拡張 jp.veritrans.tercerog.mdk.dto.FraudDetectionLastActionTimesDto

public class FraudDetectionLastActionTimesDto
extends Object

不正検知最終アクション情報Dtoクラス

作成者:
Created automatically by DtoCreator

コンストラクタの概要
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
 

コンストラクタの詳細

FraudDetectionLastActionTimesDto

public FraudDetectionLastActionTimesDto()
メソッドの詳細

getPreviousSuccessfulLogin

public String getPreviousSuccessfulLogin()
最終ログイン日時を取得する

戻り値:
最終ログイン日時

setPreviousSuccessfulLogin

public void setPreviousSuccessfulLogin(String previousSuccessfulLogin)
最終ログイン日時を設定する

パラメータ:
previousSuccessfulLogin - 最終ログイン日時

getTransferThresholdUpdated

public String getTransferThresholdUpdated()
送金限度額の最終変更日時を取得する

戻り値:
送金限度額の最終変更日時

setTransferThresholdUpdated

public void setTransferThresholdUpdated(String transferThresholdUpdated)
送金限度額の最終変更日時を設定する

パラメータ:
transferThresholdUpdated - 送金限度額の最終変更日時


Copyright © 2017. All rights reserved.