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

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

public class FraudDetectionSessionDto
extends Object

不正検知セッション情報Dtoクラス

作成者:
Created automatically by DtoCreator

コンストラクタの概要
FraudDetectionSessionDto()
           
 
メソッドの概要
 String getActivityPageCode()
          最終送信画面コードを取得する
 String getChallengeAttempts()
          ログイン試行回数を取得する
 String getDurationInMillis()
          ログイン経過時間を取得する
 String getFailedLoginAttempts()
          ログイン失敗回数を取得する
 String getId()
          セッション識別子を取得する
 String getItemsRemoved()
          アイテム削除フラグを取得する
 String getLoggedIn()
          ログインフラグを取得する
 String getMultiFactorAuthenticated()
          認証要求状態フラグを取得する
 String getThirdPartySessionId()
          サードパーティセッション識別子を取得する
 void setActivityPageCode(String activityPageCode)
          最終送信画面コードを設定する
 void setChallengeAttempts(String challengeAttempts)
          ログイン試行回数を設定する
 void setDurationInMillis(String durationInMillis)
          ログイン経過時間を設定する
 void setFailedLoginAttempts(String failedLoginAttempts)
          ログイン失敗回数を設定する
 void setId(String id)
          セッション識別子を設定する
 void setItemsRemoved(String itemsRemoved)
          アイテム削除フラグを設定する
 void setLoggedIn(String loggedIn)
          ログインフラグを設定する
 void setMultiFactorAuthenticated(String multiFactorAuthenticated)
          認証要求状態フラグを設定する
 void setThirdPartySessionId(String thirdPartySessionId)
          サードパーティセッション識別子を設定する
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FraudDetectionSessionDto

public FraudDetectionSessionDto()
メソッドの詳細

getId

public String getId()
セッション識別子を取得する

戻り値:
セッション識別子

setId

public void setId(String id)
セッション識別子を設定する

パラメータ:
id - セッション識別子

getItemsRemoved

public String getItemsRemoved()
アイテム削除フラグを取得する

戻り値:
アイテム削除フラグ

setItemsRemoved

public void setItemsRemoved(String itemsRemoved)
アイテム削除フラグを設定する

パラメータ:
itemsRemoved - アイテム削除フラグ

getDurationInMillis

public String getDurationInMillis()
ログイン経過時間を取得する

戻り値:
ログイン経過時間

setDurationInMillis

public void setDurationInMillis(String durationInMillis)
ログイン経過時間を設定する

パラメータ:
durationInMillis - ログイン経過時間

getActivityPageCode

public String getActivityPageCode()
最終送信画面コードを取得する

戻り値:
最終送信画面コード

setActivityPageCode

public void setActivityPageCode(String activityPageCode)
最終送信画面コードを設定する

パラメータ:
activityPageCode - 最終送信画面コード

getFailedLoginAttempts

public String getFailedLoginAttempts()
ログイン失敗回数を取得する

戻り値:
ログイン失敗回数

setFailedLoginAttempts

public void setFailedLoginAttempts(String failedLoginAttempts)
ログイン失敗回数を設定する

パラメータ:
failedLoginAttempts - ログイン失敗回数

getThirdPartySessionId

public String getThirdPartySessionId()
サードパーティセッション識別子を取得する

戻り値:
サードパーティセッション識別子

setThirdPartySessionId

public void setThirdPartySessionId(String thirdPartySessionId)
サードパーティセッション識別子を設定する

パラメータ:
thirdPartySessionId - サードパーティセッション識別子

getLoggedIn

public String getLoggedIn()
ログインフラグを取得する

戻り値:
ログインフラグ

setLoggedIn

public void setLoggedIn(String loggedIn)
ログインフラグを設定する

パラメータ:
loggedIn - ログインフラグ

getMultiFactorAuthenticated

public String getMultiFactorAuthenticated()
認証要求状態フラグを取得する

戻り値:
認証要求状態フラグ

setMultiFactorAuthenticated

public void setMultiFactorAuthenticated(String multiFactorAuthenticated)
認証要求状態フラグを設定する

パラメータ:
multiFactorAuthenticated - 認証要求状態フラグ

getChallengeAttempts

public String getChallengeAttempts()
ログイン試行回数を取得する

戻り値:
ログイン試行回数

setChallengeAttempts

public void setChallengeAttempts(String challengeAttempts)
ログイン試行回数を設定する

パラメータ:
challengeAttempts - ログイン試行回数


Copyright © 2017. All rights reserved.