Class ModifyNameOrDescByDpIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyNameOrDescByDpIdRequest
-
public class ModifyNameOrDescByDpIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeployGroupId()Get 置放群组 ID。StringgetDeployGroupName()Get 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。StringgetDescription()Get 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。voidsetDeployGroupId(String DeployGroupId)Set 置放群组 ID。voidsetDeployGroupName(String DeployGroupName)Set 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。voidsetDescription(String Description)Set 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyNameOrDescByDpIdRequest
public ModifyNameOrDescByDpIdRequest()
-
ModifyNameOrDescByDpIdRequest
public 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.
-
-
Method Detail
-
getDeployGroupId
public String getDeployGroupId()
Get 置放群组 ID。- Returns:
- DeployGroupId 置放群组 ID。
-
setDeployGroupId
public void setDeployGroupId(String DeployGroupId)
Set 置放群组 ID。- Parameters:
DeployGroupId- 置放群组 ID。
-
getDeployGroupName
public String getDeployGroupName()
Get 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。- Returns:
- DeployGroupName 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。
-
setDeployGroupName
public void setDeployGroupName(String DeployGroupName)
Set 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。- Parameters:
DeployGroupName- 置放群组名称,最长不能超过60个字符。置放群组名和置放群组描述不能都为空。
-
getDescription
public String getDescription()
Get 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。- Returns:
- Description 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。
-
setDescription
public void setDescription(String Description)
Set 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。- Parameters:
Description- 置放群组描述,最长不能超过200个字符。置放群组名和置放群组描述不能都为空。
-
-