Class ProcessStepTip
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.ProcessStepTip
-
public class ProcessStepTip extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProcessStepTip()ProcessStepTip(ProcessStepTip 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 StringgetHelpDoc()Get 文档提示 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 提示信息 注意:此字段可能返回 null,表示取不到有效值。StringgetSolution()Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。voidsetHelpDoc(String HelpDoc)Set 文档提示 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)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
-
ProcessStepTip
public ProcessStepTip()
-
ProcessStepTip
public ProcessStepTip(ProcessStepTip 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
-
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,表示取不到有效值。
-
-