public class Project extends AbstractModel
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 Application ID
|
String |
getCreateTime()
Get Creation time
|
Long |
getCreatorUin()
Get Creator UIN
|
String |
getInfo()
Get Description
|
Long |
getIsDefault()
Get Whether it is the default project.
|
String |
getName()
Get Project name
|
Long |
getOwnerUin()
Get The UIN of the resource owner (root account)
|
Long |
getProjectId()
Get Project ID
|
Long |
getSrcAppId()
Get Source APPID
|
String |
getSrcPlat()
Get Source platform
|
Long |
getStatus()
Get Project status.
|
void |
setAppId(Long AppId)
Set Application ID
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setCreatorUin(Long CreatorUin)
Set Creator UIN
|
void |
setInfo(String Info)
Set Description
|
void |
setIsDefault(Long IsDefault)
Set Whether it is the default project.
|
void |
setName(String Name)
Set Project name
|
void |
setOwnerUin(Long OwnerUin)
Set The UIN of the resource owner (root account)
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setSrcAppId(Long SrcAppId)
Set Source APPID
|
void |
setSrcPlat(String SrcPlat)
Set Source platform
|
void |
setStatus(Long Status)
Set Project status.
|
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, toJsonString
public Project()
public Project(Project source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- The UIN of the resource owner (root account)public Long getAppId()
public void setAppId(Long AppId)
AppId
- Application IDpublic String getName()
public void setName(String Name)
Name
- Project namepublic Long getCreatorUin()
public void setCreatorUin(Long CreatorUin)
CreatorUin
- Creator UINpublic String getSrcPlat()
public void setSrcPlat(String SrcPlat)
SrcPlat
- Source platformpublic Long getSrcAppId()
public void setSrcAppId(Long SrcAppId)
SrcAppId
- Source APPIDpublic Long getStatus()
public void setStatus(Long Status)
Status
- Project status. Valid values: `0` (normal), `-1` (disabled), `3` (default project).public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault
- Whether it is the default project. Valid values: `1` (yes), `0` (no).public String getInfo()
public void setInfo(String Info)
Info
- DescriptionCopyright © 2021. All rights reserved.