public class OutputRiskAssessment extends AbstractModel
header, skipSign
Constructor and Description |
---|
OutputRiskAssessment() |
OutputRiskAssessment(OutputRiskAssessment 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 |
---|---|
Long |
getCode()
Get Return code.
|
String |
getMessage()
Get Returned information
Note: This field may return null, indicating that no valid value is found.
|
String |
getUUid()
Get Request ID.
|
OutputRiskAssessmentInfo |
getValue()
Get Business details.
|
void |
setCode(Long Code)
Set Return code.
|
void |
setMessage(String Message)
Set Returned information
Note: This field may return null, indicating that no valid value is found.
|
void |
setUUid(String UUid)
Set Request ID.
|
void |
setValue(OutputRiskAssessmentInfo Value)
Set Business details.
|
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 OutputRiskAssessment()
public OutputRiskAssessment(OutputRiskAssessment source)
public Long getCode()
public void setCode(Long Code)
Code
- Return code.
Note: This field may return null, indicating that no valid value is found.public String getMessage()
public void setMessage(String Message)
Message
- Returned information
Note: This field may return null, indicating that no valid value is found.public OutputRiskAssessmentInfo getValue()
public void setValue(OutputRiskAssessmentInfo Value)
Value
- Business details.
Note: This field may return null, indicating that no valid value is found.public String getUUid()
public void setUUid(String UUid)
UUid
- Request ID.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.