public class SyncStepDetailInfo extends AbstractModel
| Constructor and Description |
|---|
SyncStepDetailInfo() |
| 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, toJsonStringpublic 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 © 2020. All rights reserved.