public class DeployGroupInfo extends AbstractModel
构造器和说明 |
---|
DeployGroupInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCreateTime()
Get 创建时间。
|
String |
getDeployGroupId()
Get 置放群组 ID。
|
String |
getDeployGroupName()
Get 置放群组名称。
|
String |
getDescription()
Get 置放群组描述。
|
Integer |
getQuota()
Get 置放群组实例配额。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setDeployGroupId(String DeployGroupId)
Set 置放群组 ID。
|
void |
setDeployGroupName(String DeployGroupName)
Set 置放群组名称。
|
void |
setDescription(String Description)
Set 置放群组描述。
|
void |
setQuota(Integer Quota)
Set 置放群组实例配额。
|
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 String getDeployGroupId()
public void setDeployGroupId(String DeployGroupId)
DeployGroupId
- 置放群组 ID。public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- 置放群组名称。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。public String getDescription()
public void setDescription(String Description)
Description
- 置放群组描述。public Integer getQuota()
public void setQuota(Integer Quota)
Quota
- 置放群组实例配额。Copyright © 2019. All rights reserved.