Class StepDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.StepDetail
-
public class StepDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StepDetail()
StepDetail(StepDetail 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 String
getMsg()
Get 具体步骤返回信息String
getName()
Get 步骤名称Long
getStatus()
Get 当前步骤状态,0成功,-2未开始void
setMsg(String Msg)
Set 具体步骤返回信息void
setName(String Name)
Set 步骤名称void
setStatus(Long Status)
Set 当前步骤状态,0成功,-2未开始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
-
StepDetail
public StepDetail()
-
StepDetail
public StepDetail(StepDetail 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
-
getMsg
public String getMsg()
Get 具体步骤返回信息- Returns:
- Msg 具体步骤返回信息
-
setMsg
public void setMsg(String Msg)
Set 具体步骤返回信息- Parameters:
Msg
- 具体步骤返回信息
-
getStatus
public Long getStatus()
Get 当前步骤状态,0成功,-2未开始- Returns:
- Status 当前步骤状态,0成功,-2未开始
-
setStatus
public void setStatus(Long Status)
Set 当前步骤状态,0成功,-2未开始- Parameters:
Status
- 当前步骤状态,0成功,-2未开始
-
getName
public String getName()
Get 步骤名称- Returns:
- Name 步骤名称
-
setName
public void setName(String Name)
Set 步骤名称- Parameters:
Name
- 步骤名称
-
-