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 |
---|---|
BaseUser[] |
getAdminUsers()
Get Project Administrator
Note: This field may return null, indicating that no valid value can be obtained.
|
BaseClusterInfo[] |
getClusters()
Get Project-related cluster information
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCreateTime()
Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
BaseUser |
getCreator()
Get Creator
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDescription()
Get RemarksNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDisplayName()
Get Project Display Name, can be Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getModel()
Get Project Type, SIMPLE: simple mode STANDARD: standard mode
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getParams()
Get Additional configuration parameters for the project
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectId()
Get Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectName()
Get Project Identifier, English Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRegion()
Get RegionNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStatus()
Get Project Status: 0: disabled, 1: enabled, -3: disabling, 2: enabling
|
BaseTenant |
getTenant()
Get Tenant Information
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTenantId()
Get Tenant ID of the project
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setAdminUsers(BaseUser[] AdminUsers)
Set Project Administrator
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setClusters(BaseClusterInfo[] Clusters)
Set Project-related cluster information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreator(BaseUser Creator)
Set Creator
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDescription(String Description)
Set RemarksNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDisplayName(String DisplayName)
Set Project Display Name, can be Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setModel(String Model)
Set Project Type, SIMPLE: simple mode STANDARD: standard mode
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setParams(String Params)
Set Additional configuration parameters for the project
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectId(String ProjectId)
Set Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectName(String ProjectName)
Set Project Identifier, English Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRegion(String Region)
Set RegionNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatus(Long Status)
Set Project Status: 0: disabled, 1: enabled, -3: disabling, 2: enabling
|
void |
setTenant(BaseTenant Tenant)
Set Tenant Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTenantId(String TenantId)
Set Tenant ID of the project
Note: This field may return null, indicating that no valid value can be obtained.
|
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, toJsonString
public Project()
public Project(Project source)
public String getTenantId()
public void setTenantId(String TenantId)
TenantId
- Tenant ID of the project
Note: This field may return null, indicating that no valid value can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDNote: This field may return null, indicating that no valid value can be obtained.public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project Identifier, English Name
Note: This field may return null, indicating that no valid value can be obtained.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- Project Display Name, can be Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- RegionNote: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- RemarksNote: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation TimeNote: This field may return null, indicating that no valid value can be obtained.public BaseUser getCreator()
public void setCreator(BaseUser Creator)
Creator
- Creator
Note: This field may return null, indicating that no valid value can be obtained.public BaseTenant getTenant()
public void setTenant(BaseTenant Tenant)
Tenant
- Tenant Information
Note: This field may return null, indicating that no valid value can be obtained.public BaseUser[] getAdminUsers()
public void setAdminUsers(BaseUser[] AdminUsers)
AdminUsers
- Project Administrator
Note: This field may return null, indicating that no valid value can be obtained.public BaseClusterInfo[] getClusters()
public void setClusters(BaseClusterInfo[] Clusters)
Clusters
- Project-related cluster information
Note: This field may return null, indicating that no valid value can be obtained.public String getParams()
public void setParams(String Params)
Params
- Additional configuration parameters for the project
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Project Status: 0: disabled, 1: enabled, -3: disabling, 2: enablingpublic String getModel()
public void setModel(String Model)
Model
- Project Type, SIMPLE: simple mode STANDARD: standard mode
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.