public class Project extends AbstractModel
Constructor and Description |
---|
Project() |
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 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 `uin`public String getSrcPlat()
public void setSrcPlat(String SrcPlat)
SrcPlat
- Source platformpublic Long getSrcAppId()
public void setSrcAppId(Long SrcAppId)
SrcAppId
- Source `AppId`public Long getStatus()
public void setStatus(Long Status)
Status
- Project status. 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. 1: yes; 0: no.public String getInfo()
public void setInfo(String Info)
Info
- DescriptionCopyright © 2020. All rights reserved.