public class CreateDeployGroupRequest extends AbstractModel
构造器和说明 |
---|
CreateDeployGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getDeployGroupName()
Get 置放群组名称,最长不能超过60个字符。
|
String |
getDescription()
Get 置放群组描述,最长不能超过200个字符。
|
void |
setDeployGroupName(String DeployGroupName)
Set 置放群组名称,最长不能超过60个字符。
|
void |
setDescription(String Description)
Set 置放群组描述,最长不能超过200个字符。
|
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 getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- 置放群组名称,最长不能超过60个字符。public String getDescription()
public void setDescription(String Description)
Description
- 置放群组描述,最长不能超过200个字符。Copyright © 2019. All rights reserved.