Class StepTip
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.StepTip
-
public class StepTip 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 StringgetCode()Get 错误码 注意:此字段可能返回 null,表示取不到有效值。StringgetHelpDoc()Get 帮助文档 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。StringgetSkipInfo()Get 当前步骤跳过信息 注意:此字段可能返回 null,表示取不到有效值。StringgetSolution()Get 解决方式 注意:此字段可能返回 null,表示取不到有效值。voidsetCode(String Code)Set 错误码 注意:此字段可能返回 null,表示取不到有效值。voidsetHelpDoc(String HelpDoc)Set 帮助文档 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetSkipInfo(String SkipInfo)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
-
StepTip
public StepTip()
-
StepTip
public StepTip(StepTip 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,表示取不到有效值。
-
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,表示取不到有效值。
-
getHelpDoc
public String getHelpDoc()
Get 帮助文档 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HelpDoc 帮助文档 注意:此字段可能返回 null,表示取不到有效值。
-
setHelpDoc
public void setHelpDoc(String HelpDoc)
Set 帮助文档 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HelpDoc- 帮助文档 注意:此字段可能返回 null,表示取不到有效值。
-
getSkipInfo
public String getSkipInfo()
Get 当前步骤跳过信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SkipInfo 当前步骤跳过信息 注意:此字段可能返回 null,表示取不到有效值。
-
setSkipInfo
public void setSkipInfo(String SkipInfo)
Set 当前步骤跳过信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SkipInfo- 当前步骤跳过信息 注意:此字段可能返回 null,表示取不到有效值。
-
-