public class DescribeBindingPolicyObjectListRequest extends AbstractModel
Constructor and Description |
---|
DescribeBindingPolicyObjectListRequest() |
DescribeBindingPolicyObjectListRequest(DescribeBindingPolicyObjectListRequest 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 |
---|---|
DescribeBindingPolicyObjectListDimension[] |
getDimensions()
Get Dimensions of filtering objects.
|
Long |
getGroupId()
Get Policy group ID.
|
Long |
getLimit()
Get The number of alarm objects returned each time.
|
String |
getModule()
Get The value is fixed to monitor.
|
Long |
getOffset()
Get Offset, which starts from 0 and is set to 0 by default.
|
String |
getPolicyId()
Get Alarm policy ID in the format of “policy-xxxx”.
|
void |
setDimensions(DescribeBindingPolicyObjectListDimension[] Dimensions)
Set Dimensions of filtering objects.
|
void |
setGroupId(Long GroupId)
Set Policy group ID.
|
void |
setLimit(Long Limit)
Set The number of alarm objects returned each time.
|
void |
setModule(String Module)
Set The value is fixed to monitor.
|
void |
setOffset(Long Offset)
Set Offset, which starts from 0 and is set to 0 by default.
|
void |
setPolicyId(String PolicyId)
Set Alarm policy ID in the format of “policy-xxxx”.
|
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 DescribeBindingPolicyObjectListRequest()
public DescribeBindingPolicyObjectListRequest(DescribeBindingPolicyObjectListRequest source)
public String getModule()
public void setModule(String Module)
Module
- The value is fixed to monitor.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Policy group ID. If the ID is in the format of “policy-xxxx”, please enter it in the `PolicyId` field. Enter 0 in this field.public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- Alarm policy ID in the format of “policy-xxxx”. If a value has been entered in this field, you can enter 0 in the `GroupId` field.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of alarm objects returned each time. Value range: 1-100. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which starts from 0 and is set to 0 by default. For example, the parameter `Offset=0&Limit=20` returns the zeroth to 19th alarm objects, and `Offset=20&Limit=20` returns the 20th to 39th alarm objects, and so on.public DescribeBindingPolicyObjectListDimension[] getDimensions()
public void setDimensions(DescribeBindingPolicyObjectListDimension[] Dimensions)
Dimensions
- Dimensions of filtering objects.Copyright © 2023. All rights reserved.