public class ModifyNameOrDescByDpIdRequest extends AbstractModel
Constructor and Description |
---|
ModifyNameOrDescByDpIdRequest() |
ModifyNameOrDescByDpIdRequest(ModifyNameOrDescByDpIdRequest 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 |
---|---|
String |
getDeployGroupId()
Get 置放群组 ID。
|
String |
getDeployGroupName()
Get 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。
|
String |
getDescription()
Get 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。
|
void |
setDeployGroupId(String DeployGroupId)
Set 置放群组 ID。
|
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 ModifyNameOrDescByDpIdRequest()
public ModifyNameOrDescByDpIdRequest(ModifyNameOrDescByDpIdRequest source)
public String getDeployGroupId()
public void setDeployGroupId(String DeployGroupId)
DeployGroupId
- 置放群组 ID。public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。public String getDescription()
public void setDescription(String Description)
Description
- 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。Copyright © 2021. All rights reserved.