public class TaskVersionDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TaskVersionDetail()  | 
TaskVersionDetail(TaskVersionDetail 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 | 
getApproveStatus()
Get Approval status (only for submit version). 
 | 
String | 
getApproveTime()
Get Production status  (only for submit version). 
 | 
String | 
getApproveUserUin()
Get Approver Id. 
 | 
String | 
getCreateTime()
Get Creation time. 
 | 
String | 
getCreateUserUin()
Get Specifies the version creator. 
 | 
Task | 
getTask()
Get Describes the task detail of the version. 
 | 
String | 
getVersionId()
Get Specifies the version Id to save. 
 | 
String | 
getVersionNum()
Get Version number 
 | 
String | 
getVersionRemark()
Get Version description 
 | 
void | 
setApproveStatus(String ApproveStatus)
Set Approval status (only for submit version). 
 | 
void | 
setApproveTime(String ApproveTime)
Set Production status  (only for submit version). 
 | 
void | 
setApproveUserUin(String ApproveUserUin)
Set Approver Id. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setCreateUserUin(String CreateUserUin)
Set Specifies the version creator. 
 | 
void | 
setTask(Task Task)
Set Describes the task detail of the version. 
 | 
void | 
setVersionId(String VersionId)
Set Specifies the version Id to save. 
 | 
void | 
setVersionNum(String VersionNum)
Set Version number 
 | 
void | 
setVersionRemark(String VersionRemark)
Set Version description 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskVersionDetail()
public TaskVersionDetail(TaskVersionDetail source)
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.public String getVersionNum()
public void setVersionNum(String VersionNum)
VersionNum - Version numberpublic String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - Specifies the version creator.public String getVersionId()
public void setVersionId(String VersionId)
VersionId - Specifies the version Id to save.public String getVersionRemark()
public void setVersionRemark(String VersionRemark)
VersionRemark - Version descriptionpublic String getApproveStatus()
public void setApproveStatus(String ApproveStatus)
ApproveStatus - Approval status (only for submit version).public String getApproveTime()
public void setApproveTime(String ApproveTime)
ApproveTime - Production status  (only for submit version).public Task getTask()
public void setTask(Task Task)
Task - Describes the task detail of the version.public String getApproveUserUin()
public void setApproveUserUin(String ApproveUserUin)
ApproveUserUin - Approver Id.Copyright © 2025. All rights reserved.