Class ErrorInfoItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.ErrorInfoItem
-
public class ErrorInfoItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ErrorInfoItem()ErrorInfoItem(ErrorInfoItem 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 StringgetCode()Get 错误码 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorLog()Get 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。StringgetHelpDoc()Get 文档提示 注意:此字段可能返回 null,表示取不到有效值。StringgetSolution()Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。voidsetCode(String Code)Set 错误码 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorLog(String ErrorLog)Set 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。voidsetHelpDoc(String HelpDoc)Set 文档提示 注意:此字段可能返回 null,表示取不到有效值。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
-
ErrorInfoItem
public ErrorInfoItem()
-
ErrorInfoItem
public ErrorInfoItem(ErrorInfoItem 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 String getCode()
Get 错误码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Code 错误码 注意:此字段可能返回 null,表示取不到有效值。
-
setCode
public void setCode(String Code)
Set 错误码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Code- 错误码 注意:此字段可能返回 null,表示取不到有效值。
-
getSolution
public String getSolution()
Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Solution 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
setSolution
public void setSolution(String Solution)
Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Solution- 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorLog
public String getErrorLog()
Get 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorLog 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorLog
public void setErrorLog(String ErrorLog)
Set 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorLog- 错误日志信息 注意:此字段可能返回 null,表示取不到有效值。
-
getHelpDoc
public String getHelpDoc()
Get 文档提示 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HelpDoc 文档提示 注意:此字段可能返回 null,表示取不到有效值。
-
setHelpDoc
public void setHelpDoc(String HelpDoc)
Set 文档提示 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HelpDoc- 文档提示 注意:此字段可能返回 null,表示取不到有效值。
-
-