Class Project
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dcdb.v20180411.models.Project
-
public class Project extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAppId()Get 应用IdStringgetCreateTime()Get 创建时间LonggetCreatorUin()Get 创建者uinStringgetInfo()Get 描述信息LonggetIsDefault()Get 是否默认项目,1 是,0 不是StringgetName()Get 项目名称LonggetOwnerUin()Get 资源拥有者(主账号)uinLonggetProjectId()Get 项目IDLonggetSrcAppId()Get 来源AppIdStringgetSrcPlat()Get 来源平台LonggetStatus()Get 项目状态,0正常,-1关闭。默认项目为3voidsetAppId(Long AppId)Set 应用IdvoidsetCreateTime(String CreateTime)Set 创建时间voidsetCreatorUin(Long CreatorUin)Set 创建者uinvoidsetInfo(String Info)Set 描述信息voidsetIsDefault(Long IsDefault)Set 是否默认项目,1 是,0 不是voidsetName(String Name)Set 项目名称voidsetOwnerUin(Long OwnerUin)Set 资源拥有者(主账号)uinvoidsetProjectId(Long ProjectId)Set 项目IDvoidsetSrcAppId(Long SrcAppId)Set 来源AppIdvoidsetSrcPlat(String SrcPlat)Set 来源平台voidsetStatus(Long Status)Set 项目状态,0正常,-1关闭。默认项目为3voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Project
public Project()
-
Project
public 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.
-
-
Method Detail
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getOwnerUin
public Long getOwnerUin()
Get 资源拥有者(主账号)uin- Returns:
- OwnerUin 资源拥有者(主账号)uin
-
setOwnerUin
public void setOwnerUin(Long OwnerUin)
Set 资源拥有者(主账号)uin- Parameters:
OwnerUin- 资源拥有者(主账号)uin
-
getAppId
public Long getAppId()
Get 应用Id- Returns:
- AppId 应用Id
-
setAppId
public void setAppId(Long AppId)
Set 应用Id- Parameters:
AppId- 应用Id
-
getName
public String getName()
Get 项目名称- Returns:
- Name 项目名称
-
setName
public void setName(String Name)
Set 项目名称- Parameters:
Name- 项目名称
-
getCreatorUin
public Long getCreatorUin()
Get 创建者uin- Returns:
- CreatorUin 创建者uin
-
setCreatorUin
public void setCreatorUin(Long CreatorUin)
Set 创建者uin- Parameters:
CreatorUin- 创建者uin
-
getSrcPlat
public String getSrcPlat()
Get 来源平台- Returns:
- SrcPlat 来源平台
-
setSrcPlat
public void setSrcPlat(String SrcPlat)
Set 来源平台- Parameters:
SrcPlat- 来源平台
-
getSrcAppId
public Long getSrcAppId()
Get 来源AppId- Returns:
- SrcAppId 来源AppId
-
setSrcAppId
public void setSrcAppId(Long SrcAppId)
Set 来源AppId- Parameters:
SrcAppId- 来源AppId
-
getStatus
public Long getStatus()
Get 项目状态,0正常,-1关闭。默认项目为3- Returns:
- Status 项目状态,0正常,-1关闭。默认项目为3
-
setStatus
public void setStatus(Long Status)
Set 项目状态,0正常,-1关闭。默认项目为3- Parameters:
Status- 项目状态,0正常,-1关闭。默认项目为3
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getIsDefault
public Long getIsDefault()
Get 是否默认项目,1 是,0 不是- Returns:
- IsDefault 是否默认项目,1 是,0 不是
-
setIsDefault
public void setIsDefault(Long IsDefault)
Set 是否默认项目,1 是,0 不是- Parameters:
IsDefault- 是否默认项目,1 是,0 不是
-
getInfo
public String getInfo()
Get 描述信息- Returns:
- Info 描述信息
-
setInfo
public void setInfo(String Info)
Set 描述信息- Parameters:
Info- 描述信息
-
-