public class ApplicationProject extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplicationProject() |
ApplicationProject(ApplicationProject 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 |
getAmount()
Get Number of concurrencies already configured.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationId()
Get Cloud application ID.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationName()
Get Application name.
|
String |
getApplicationParams()
Get Application startup parameters.
|
String[] |
getApplicationRegions()
Get Application distribution area.
|
String |
getApplicationStatus()
Get Application status.
|
String[] |
getConcurrentRegions()
Get Concurrency area.
|
String |
getCreateTime()
Get Creation time.
|
String |
getDescription()
Get Project description.Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsPreload()
Get Pre-launch.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Project name.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProjectCategory()
Get Project category.DESKTOP: desktop (default value).MOBILE: mobile.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 |
getProjectType()
Get Project type.SHARED: shared by all applications.EXCLUSIVE (default value): dedicated for one application.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPurpose()
Get Purpose.EXPERIENCE: Experience.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getResolution()
Get Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Concurrency type required for project operation.S1: concurrency for rendering small cloud applications.M1: concurrency for rendering medium cloud applications.L1: concurrency for rendering large cloud applications.L2: concurrency for rendering large cloud applications.XL2: concurrency for rendering extra large cloud applications.MM1_HD: concurrency for performance-based cloud ARM (HD).MM1_FHD: concurrency for performance-based cloud ARM (FHD).Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUsing()
Get Number of concurrencies in use.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAmount(Long Amount)
Set Number of concurrencies already configured.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationId(String ApplicationId)
Set Cloud application ID.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationName(String ApplicationName)
Set Application name.
|
void |
setApplicationParams(String ApplicationParams)
Set Application startup parameters.
|
void |
setApplicationRegions(String[] ApplicationRegions)
Set Application distribution area.
|
void |
setApplicationStatus(String ApplicationStatus)
Set Application status.
|
void |
setConcurrentRegions(String[] ConcurrentRegions)
Set Concurrency area.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setDescription(String Description)
Set Project description.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsPreload(Boolean IsPreload)
Set Pre-launch.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Project name.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProjectCategory(String ProjectCategory)
Set Project category.DESKTOP: desktop (default value).MOBILE: mobile.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 |
setProjectType(String ProjectType)
Set Project type.SHARED: shared by all applications.EXCLUSIVE (default value): dedicated for one application.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPurpose(String Purpose)
Set Purpose.EXPERIENCE: Experience.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResolution(String Resolution)
Set Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Concurrency type required for project operation.S1: concurrency for rendering small cloud applications.M1: concurrency for rendering medium cloud applications.L1: concurrency for rendering large cloud applications.L2: concurrency for rendering large cloud applications.XL2: concurrency for rendering extra large cloud applications.MM1_HD: concurrency for performance-based cloud ARM (HD).MM1_FHD: concurrency for performance-based cloud ARM (FHD).Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUsing(Long Using)
Set Number of concurrencies in use.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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplicationProject()
public ApplicationProject(ApplicationProject source)
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.public String getName()
public void setName(String Name)
Name
- Project name.Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Project description.Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Concurrency type required for project operation.S1: concurrency for rendering small cloud applications.M1: concurrency for rendering medium cloud applications.L1: concurrency for rendering large cloud applications.L2: concurrency for rendering large cloud applications.XL2: concurrency for rendering extra large cloud applications.MM1_HD: concurrency for performance-based cloud ARM (HD).MM1_FHD: concurrency for performance-based cloud ARM (FHD).Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Cloud application ID.Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsPreload()
public void setIsPreload(Boolean IsPreload)
IsPreload
- Pre-launch.Note: This field may return null, indicating that no valid values can be obtained.public Long getAmount()
public void setAmount(Long Amount)
Amount
- Number of concurrencies already configured.Note: This field may return null, indicating that no valid values can be obtained.public Long getUsing()
public void setUsing(Long Using)
Using
- Number of concurrencies in use.Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationStatus()
public void setApplicationStatus(String ApplicationStatus)
ApplicationStatus
- Application status. NoConcurrent: no concurrency pack configured; Online: activated. Cloud application status: applicationCreating: creating; applicationCreateFail: creation failed; applicationDeleting: deleting; applicationNoConfigured: startup parameters not configured.Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationParams()
public void setApplicationParams(String ApplicationParams)
ApplicationParams
- Application startup parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- Application name.
Note: This field may return null, indicating that no valid values can be obtained.public String getResolution()
public void setResolution(String Resolution)
Resolution
- Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.public String getProjectType()
public void setProjectType(String ProjectType)
ProjectType
- Project type.SHARED: shared by all applications.EXCLUSIVE (default value): dedicated for one application.Note: This field may return null, indicating that no valid values can be obtained.public String getPurpose()
public void setPurpose(String Purpose)
Purpose
- Purpose.EXPERIENCE: Experience.Note: This field may return null, indicating that no valid values can be obtained.public String[] getApplicationRegions()
public void setApplicationRegions(String[] ApplicationRegions)
ApplicationRegions
- Application distribution area. Standard areas are as follows. ap-chinese-mainland: Chinese mainland; na-north-america: North America; eu-frankfurt: Frankfurt; ap-mumbai: Mumbai; ap-tokyo: Tokyo; ap-seoul: Seoul; ap-singapore: Singapore; ap-bangkok: Bangkok; ap-hongkong: Hong Kong (China). Fusion areas are as follows. me-middle-east-fusion: Middle East; na-north-america-fusion: North America; sa-south-america-fusion: South America; ap-tokyo-fusion: Tokyo; ap-seoul-fusion: Seoul; eu-frankfurt-fusion: Frankfurt; ap-singapore-fusion: Singapore; ap-hongkong-fusion: Hong Kong (China).Note: This field may return null, indicating that no valid values can be obtained.public String[] getConcurrentRegions()
public void setConcurrentRegions(String[] ConcurrentRegions)
ConcurrentRegions
- Concurrency area. Standard areas are as follows. ap-chinese-mainland: Chinese mainland; na-north-america: North America; eu-frankfurt: Frankfurt; ap-mumbai: Mumbai; ap-tokyo: Tokyo; ap-seoul: Seoul; ap-singapore: Singapore; ap-bangkok: Bangkok; ap-hongkong: Hong Kong (China). Fusion areas are as follows. me-middle-east-fusion: Middle East; na-north-america-fusion: North America; sa-south-america-fusion: South America; ap-tokyo-fusion: Tokyo; ap-seoul-fusion: Seoul; eu-frankfurt-fusion: Frankfurt; ap-singapore-fusion: Singapore; ap-hongkong-fusion: Hong Kong (China).Note: This field may return null, indicating that no valid values can be obtained.public String getProjectCategory()
public void setProjectCategory(String ProjectCategory)
ProjectCategory
- Project category.DESKTOP: desktop (default value).MOBILE: mobile.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.