Class OutputFrontRiskData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rce.v20201103.models.OutputFrontRiskData
-
public class OutputFrontRiskData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OutputFrontRiskData()
OutputFrontRiskData(OutputFrontRiskData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCode()
Get 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。String
getMessage()
Get 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。OutputFrontRisk[]
getValue()
Get 返回结果。 注意:此字段可能返回 null,表示取不到有效值。void
setCode(Long Code)
Set 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。void
setMessage(String Message)
Set 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。void
setValue(OutputFrontRisk[] Value)
Set 返回结果。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OutputFrontRiskData
public OutputFrontRiskData()
-
OutputFrontRiskData
public OutputFrontRiskData(OutputFrontRiskData 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.
-
-
Method Detail
-
getCode
public Long getCode()
Get 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Code 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。
-
setCode
public void setCode(Long Code)
Set 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Code
- 返回码[0:成功;非0:标识失败错误码]。 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message
- 出错消息[UTF-8编码]。 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public OutputFrontRisk[] getValue()
Get 返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(OutputFrontRisk[] Value)
Set 返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
-