public class BPOpenApiInstance extends AlipayObject
Constructor and Description |
---|
BPOpenApiInstance() |
Modifier and Type | Method and Description |
---|---|
String |
getBizContext()
Gets biz context.
|
String |
getBizId()
Gets biz id.
|
String |
getCreateUser()
Gets create user.
|
String |
getDescription()
Gets description.
|
Long |
getDuration()
Gets duration.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getIpRoleId()
Gets ip role id.
|
String |
getModifyUser()
Gets modify user.
|
String |
getName()
Gets name.
|
String |
getParentId()
Gets parent id.
|
String |
getParentNode()
Gets parent node.
|
Long |
getPriority()
Gets priority.
|
String |
getPuid()
Gets puid.
|
String |
getSourceId()
Gets source id.
|
String |
getSourceNodeName()
Gets source node name.
|
String |
getState()
Gets state.
|
List<BPOpenApiTask> |
getTasks()
Gets tasks.
|
void |
setBizContext(String bizContext)
Sets biz context.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setCreateUser(String createUser)
Sets create user.
|
void |
setDescription(String description)
Sets description.
|
void |
setDuration(Long duration)
Sets duration.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setIpRoleId(String ipRoleId)
Sets ip role id.
|
void |
setModifyUser(String modifyUser)
Sets modify user.
|
void |
setName(String name)
Sets name.
|
void |
setParentId(String parentId)
Sets parent id.
|
void |
setParentNode(String parentNode)
Sets parent node.
|
void |
setPriority(Long priority)
Sets priority.
|
void |
setPuid(String puid)
Sets puid.
|
void |
setSourceId(String sourceId)
Sets source id.
|
void |
setSourceNodeName(String sourceNodeName)
Sets source node name.
|
void |
setState(String state)
Sets state.
|
void |
setTasks(List<BPOpenApiTask> tasks)
Sets tasks.
|
public String getBizContext()
public void setBizContext(String bizContext)
bizContext
- the biz contextpublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getCreateUser()
public void setCreateUser(String createUser)
createUser
- the create userpublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic Long getDuration()
public void setDuration(Long duration)
duration
- the durationpublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate
- the gmt createpublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd
- the gmt endpublic Date getGmtModified()
public void setGmtModified(Date gmtModified)
gmtModified
- the gmt modifiedpublic String getIpRoleId()
public void setIpRoleId(String ipRoleId)
ipRoleId
- the ip role idpublic String getModifyUser()
public void setModifyUser(String modifyUser)
modifyUser
- the modify userpublic String getName()
public void setName(String name)
name
- the namepublic String getParentId()
public void setParentId(String parentId)
parentId
- the parent idpublic String getParentNode()
public void setParentNode(String parentNode)
parentNode
- the parent nodepublic Long getPriority()
public void setPriority(Long priority)
priority
- the prioritypublic String getPuid()
public void setPuid(String puid)
puid
- the puidpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId
- the source idpublic String getSourceNodeName()
public void setSourceNodeName(String sourceNodeName)
sourceNodeName
- the source node namepublic String getState()
public void setState(String state)
state
- the statepublic List<BPOpenApiTask> getTasks()
public void setTasks(List<BPOpenApiTask> tasks)
tasks
- the tasksCopyright © 2018. All rights reserved.