Class ErrInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.ErrInfo
-
public class ErrInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。StringgetReason()Get 错误原因StringgetSolution()Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetReason(String Reason)Set 错误原因voidsetSolution(String Solution)Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
ErrInfo
public ErrInfo()
-
ErrInfo
public ErrInfo(ErrInfo 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
-
getReason
public String getReason()
Get 错误原因- Returns:
- Reason 错误原因
-
setReason
public void setReason(String Reason)
Set 错误原因- Parameters:
Reason- 错误原因
-
getMessage
public String getMessage()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getSolution
public String getSolution()
Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Solution 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
setSolution
public void setSolution(String Solution)
Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Solution- 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
-