Class DescribeDeployGroupListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeDeployGroupListRequest
-
public class DescribeDeployGroupListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDeployGroupListRequest()DescribeDeployGroupListRequest(DescribeDeployGroupListRequest 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 置放群组名称。LonggetLimit()Get 返回数量,默认为20,最大值为100。LonggetOffset()Get 偏移量,默认为0。voidsetDeployGroupId(String DeployGroupId)Set 置放群组 ID。voidsetDeployGroupName(String DeployGroupName)Set 置放群组名称。voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。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
-
DescribeDeployGroupListRequest
public DescribeDeployGroupListRequest()
-
DescribeDeployGroupListRequest
public DescribeDeployGroupListRequest(DescribeDeployGroupListRequest 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 置放群组名称。- Returns:
- DeployGroupName 置放群组名称。
-
setDeployGroupName
public void setDeployGroupName(String DeployGroupName)
Set 置放群组名称。- Parameters:
DeployGroupName- 置放群组名称。
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit- 返回数量,默认为20,最大值为100。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
-