class Veritrans::Tercerog::Mdk::FraudDetectionCbResponseDto
不正検知Cafis Brain詳細結果応答Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
audit_trail()
click to toggle source
audit_trail=(audit_trail)
click to toggle source
監査証跡を設定する¶ ↑
- @param
-
#audit_trail 監査証跡
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 216 def audit_trail=(audit_trail) @audit_trail = audit_trail end
device_id()
click to toggle source
device_id=(device_id)
click to toggle source
デバイスIDを設定する¶ ↑
- @param
-
#device_id デバイスID
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 135 def device_id=(device_id) @device_id = device_id end
fulfillment_action()
click to toggle source
決定アクションを取得する¶ ↑
運用担当者のアクション、システムレスポンスによって判断された推奨アクション。 「システム」または、運用担当者により決定された最終アクション。 APPROVE:承認 CANCEL:取消 WAIT:保留 「WAIT:保留」の場合は、運用担当者が判断の上、「APPROVE:承認」または「CANCEL:取消」として下さい。
- @return
-
決定アクション
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 189 def fulfillment_action @fulfillment_action = nil unless instance_variable_defined?(:@fulfillment_action) @fulfillment_action end
fulfillment_action=(fulfillment_action)
click to toggle source
決定アクションを設定する¶ ↑
- @param
-
#fulfillment_action 決定アクション
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 198 def fulfillment_action=(fulfillment_action) @fulfillment_action = fulfillment_action end
get_property_class_name_hash()
click to toggle source
id()
click to toggle source
id=(id)
click to toggle source
model_code()
click to toggle source
model_code=(model_code)
click to toggle source
モデルコードを設定する¶ ↑
- @param
-
#model_code モデルコード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 45 def model_code=(model_code) @model_code = model_code end
model_version()
click to toggle source
model_version=(model_version)
click to toggle source
モデルバージョン番号を設定する¶ ↑
- @param
-
#model_version モデルバージョン番号
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 63 def model_version=(model_version) @model_version = model_version end
org_code()
click to toggle source
org_code=(org_code)
click to toggle source
risk_level()
click to toggle source
risk_level=(risk_level)
click to toggle source
リスクレベルを設定する¶ ↑
- @param
-
#risk_level リスクレベル
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 237 def risk_level=(risk_level) @risk_level = risk_level end
score()
click to toggle source
score=(score)
click to toggle source
system_response()
click to toggle source
system_response=(system_response)
click to toggle source
推奨アクションを設定する¶ ↑
- @param
-
#system_response 推奨アクション
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_cb_response_dto.rb, line 175 def system_response=(system_response) @system_response = system_response end
tdl()
click to toggle source
tdl=(tdl)
click to toggle source
time()
click to toggle source
time=(time)
click to toggle source
warnings()
click to toggle source