public class ProjectInfo extends AbstractModel
| Constructor and Description | 
|---|
| ProjectInfo() | 
| ProjectInfo(ProjectInfo 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 | getOwnerUin()Get User UIN
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getProjectCreateTime()Get Project creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getProjectCreatorUin()Get UIN of the project creator
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getProjectId()Get Project ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getProjectName()Get Project name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getProjectResume()Get Brief project information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOwnerUin(Long OwnerUin)Set User UIN
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setProjectCreateTime(String ProjectCreateTime)Set Project creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setProjectCreatorUin(Long ProjectCreatorUin)Set UIN of the project creator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setProjectId(String ProjectId)Set Project ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setProjectName(String ProjectName)Set Project name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setProjectResume(String ProjectResume)Set Brief project information
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ProjectInfo()
public ProjectInfo(ProjectInfo source)
public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName - Project name
Note: this field may return null, indicating that no valid values can be obtained.public Long getProjectCreatorUin()
public void setProjectCreatorUin(Long ProjectCreatorUin)
ProjectCreatorUin - UIN of the project creator
Note: this field may return null, indicating that no valid values can be obtained.public String getProjectCreateTime()
public void setProjectCreateTime(String ProjectCreateTime)
ProjectCreateTime - Project creation time
Note: this field may return null, indicating that no valid values can be obtained.public String getProjectResume()
public void setProjectResume(String ProjectResume)
ProjectResume - Brief project information
Note: this field may return null, indicating that no valid values can be obtained.public Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin - User UIN
Note: this field may return null, indicating that no valid values can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.