public class OutputRiskAssessmentInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OutputRiskAssessmentInfo() |
OutputRiskAssessmentInfo(OutputRiskAssessmentInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Get Device identification
Note: This field may return null, indicating that no valid value is found.
|
OutputRiskAssessmentExtraInfoPair[] |
getExtraInfo()
Get Extended attributes.
|
String |
getRiskLevel()
Get Risk value.
|
Long[] |
getRiskType()
Get Risk type.
|
String |
getTokenTime()
Get Token generation timestamp.
|
void |
setDeviceId(String DeviceId)
Set Device identification
Note: This field may return null, indicating that no valid value is found.
|
void |
setExtraInfo(OutputRiskAssessmentExtraInfoPair[] ExtraInfo)
Set Extended attributes.
|
void |
setRiskLevel(String RiskLevel)
Set Risk value.
|
void |
setRiskType(Long[] RiskType)
Set Risk type.
|
void |
setTokenTime(String TokenTime)
Set Token generation timestamp.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OutputRiskAssessmentInfo()
public OutputRiskAssessmentInfo(OutputRiskAssessmentInfo source)
public String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Risk value.
Note: This field may return null, indicating that no valid value is found.public Long[] getRiskType()
public void setRiskType(Long[] RiskType)
RiskType
- Risk type.
Note: This field may return null, indicating that no valid value is found.public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- Device identification
Note: This field may return null, indicating that no valid value is found.public OutputRiskAssessmentExtraInfoPair[] getExtraInfo()
public void setExtraInfo(OutputRiskAssessmentExtraInfoPair[] ExtraInfo)
ExtraInfo
- Extended attributes.
Note: This field may return null, indicating that no valid value is found.public String getTokenTime()
public void setTokenTime(String TokenTime)
TokenTime
- Token generation timestamp.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.