public class SyncStepDetailInfo extends AbstractModel
Constructor and Description |
---|
SyncStepDetailInfo() |
SyncStepDetailInfo(SyncStepDetailInfo 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCanStop()
Get 能否中止
|
Long |
getStepId()
Get 步骤号
|
String |
getStepName()
Get 步骤名
|
Long |
getStepNo()
Get 步骤编号
|
void |
setCanStop(Long CanStop)
Set 能否中止
|
void |
setStepId(Long StepId)
Set 步骤号
|
void |
setStepName(String StepName)
Set 步骤名
|
void |
setStepNo(Long StepNo)
Set 步骤编号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SyncStepDetailInfo()
public SyncStepDetailInfo(SyncStepDetailInfo source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo
- 步骤编号public String getStepName()
public void setStepName(String StepName)
StepName
- 步骤名public Long getCanStop()
public void setCanStop(Long CanStop)
CanStop
- 能否中止public Long getStepId()
public void setStepId(Long StepId)
StepId
- 步骤号Copyright © 2021. All rights reserved.