public class StateMachine extends AbstractModel
Constructor and Description |
---|
StateMachine() |
StateMachine(StateMachine 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 |
---|---|
String |
getCreateDate()
Get 创建时间。timestamp
|
String |
getCreator()
Get 创建者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 备注
|
String |
getFlowServiceChineseName()
Get 状态机中文名
|
String |
getFlowServiceId()
Get 状态机id
|
String |
getFlowServiceName()
Get 状态机名称
|
String |
getFlowServiceResource()
Get 状态机资源
|
String |
getModifier()
Get 修改者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifyDate()
Get 修改时间。timestamp
|
String |
getStatus()
Get 状态机状态
|
String |
getTemplateId()
Get 模板id
|
String |
getType()
Get 状态机类型。EXPRESS,STANDARD
|
void |
setCreateDate(String CreateDate)
Set 创建时间。timestamp
|
void |
setCreator(String Creator)
Set 创建者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 备注
|
void |
setFlowServiceChineseName(String FlowServiceChineseName)
Set 状态机中文名
|
void |
setFlowServiceId(String FlowServiceId)
Set 状态机id
|
void |
setFlowServiceName(String FlowServiceName)
Set 状态机名称
|
void |
setFlowServiceResource(String FlowServiceResource)
Set 状态机资源
|
void |
setModifier(String Modifier)
Set 修改者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifyDate(String ModifyDate)
Set 修改时间。timestamp
|
void |
setStatus(String Status)
Set 状态机状态
|
void |
setTemplateId(String TemplateId)
Set 模板id
|
void |
setType(String Type)
Set 状态机类型。EXPRESS,STANDARD
|
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 StateMachine()
public StateMachine(StateMachine source)
public String getFlowServiceResource()
public void setFlowServiceResource(String FlowServiceResource)
FlowServiceResource
- 状态机资源public String getType()
public void setType(String Type)
Type
- 状态机类型。EXPRESS,STANDARDpublic String getFlowServiceName()
public void setFlowServiceName(String FlowServiceName)
FlowServiceName
- 状态机名称public String getFlowServiceChineseName()
public void setFlowServiceChineseName(String FlowServiceChineseName)
FlowServiceChineseName
- 状态机中文名public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate
- 创建时间。timestamppublic String getModifyDate()
public void setModifyDate(String ModifyDate)
ModifyDate
- 修改时间。timestamppublic String getStatus()
public void setStatus(String Status)
Status
- 状态机状态public String getCreator()
public void setCreator(String Creator)
Creator
- 创建者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。public String getModifier()
public void setModifier(String Modifier)
Modifier
- 修改者的subAccountUin
注意:此字段可能返回 null,表示取不到有效值。public String getFlowServiceId()
public void setFlowServiceId(String FlowServiceId)
FlowServiceId
- 状态机idpublic String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板idpublic String getDescription()
public void setDescription(String Description)
Description
- 备注Copyright © 2022. All rights reserved.