public class Project extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Project() | 
| Project(Project 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 | 
|---|---|
| Long | getAppId()Get App ID. | 
| String | getCreatedAt()Get Create time. | 
| String | getDescription()Get Project description. | 
| String | getName()Get Project name. | 
| String | getProjectId()Get Project ID. | 
| Long | getStatus()Get Project status. | 
| String | getSubAccountUin()Get Sub account uin. | 
| TagSpec[] | getTags()Get Tags. | 
| String | getUin()Get Uin. | 
| String | getUpdatedAt()Get Update time. | 
| void | setAppId(Long AppId)Set App ID. | 
| void | setCreatedAt(String CreatedAt)Set Create time. | 
| void | setDescription(String Description)Set Project description. | 
| void | setName(String Name)Set Project name. | 
| void | setProjectId(String ProjectId)Set Project ID. | 
| void | setStatus(Long Status)Set Project status. | 
| void | setSubAccountUin(String SubAccountUin)Set Sub account uin. | 
| void | setTags(TagSpec[] Tags)Set Tags. | 
| void | setUin(String Uin)Set Uin. | 
| void | setUpdatedAt(String UpdatedAt)Set Update time. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Project()
public Project(Project source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public String getName()
public void setName(String Name)
Name - Project name.public String getDescription()
public void setDescription(String Description)
Description - Project description.
Note: This field may return null, indicating that no valid value is found.public TagSpec[] getTags()
public void setTags(TagSpec[] Tags)
Tags - Tags.
Note: This field may return null, indicating that no valid value is found.public Long getStatus()
public void setStatus(Long Status)
Status - Project status.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Create time.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Update time.public Long getAppId()
public void setAppId(Long AppId)
AppId - App ID.public String getUin()
public void setUin(String Uin)
Uin - Uin.public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin - Sub account uin.Copyright © 2025. All rights reserved.