public class AlipayBossBaseProcessTaskProcessModel extends AlipayObject
Constructor and Description |
---|
AlipayBossBaseProcessTaskProcessModel() |
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Gets context.
|
String |
getIdempotentId()
Gets idempotent id.
|
String |
getMemo()
Gets memo.
|
String |
getNode()
Gets node.
|
String |
getOperate()
Gets operate.
|
String |
getOperator()
Gets operator.
|
Long |
getPriority()
Gets priority.
|
String |
getPuid()
Gets puid.
|
List<String> |
getSubContexts()
Gets sub contexts.
|
void |
setContext(String context)
Sets context.
|
void |
setIdempotentId(String idempotentId)
Sets idempotent id.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setNode(String node)
Sets node.
|
void |
setOperate(String operate)
Sets operate.
|
void |
setOperator(String operator)
Sets operator.
|
void |
setPriority(Long priority)
Sets priority.
|
void |
setPuid(String puid)
Sets puid.
|
void |
setSubContexts(List<String> subContexts)
Sets sub contexts.
|
public AlipayBossBaseProcessTaskProcessModel()
public String getContext()
public void setContext(String context)
context
- the contextpublic String getIdempotentId()
public void setIdempotentId(String idempotentId)
idempotentId
- the idempotent idpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getNode()
public void setNode(String node)
node
- the nodepublic String getOperate()
public void setOperate(String operate)
operate
- the operatepublic String getOperator()
public void setOperator(String operator)
operator
- the operatorpublic Long getPriority()
public void setPriority(Long priority)
priority
- the prioritypublic String getPuid()
public void setPuid(String puid)
puid
- the puidCopyright © 2018. All rights reserved.