public class BindingPolicyObjectRequest extends AbstractModel
Constructor and Description |
---|
BindingPolicyObjectRequest() |
BindingPolicyObjectRequest(BindingPolicyObjectRequest 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 |
---|---|
BindingPolicyObjectDimension[] |
getDimensions()
Get Dimensions of an object to be bound.
|
Long |
getGroupId()
Get Policy group ID.
|
Long |
getInstanceGroupId()
Get Instance group ID.
|
String |
getModule()
Get Required.
|
String |
getPolicyId()
Get Alarm policy ID.
|
void |
setDimensions(BindingPolicyObjectDimension[] Dimensions)
Set Dimensions of an object to be bound.
|
void |
setGroupId(Long GroupId)
Set Policy group ID.
|
void |
setInstanceGroupId(Long InstanceGroupId)
Set Instance group ID.
|
void |
setModule(String Module)
Set Required.
|
void |
setPolicyId(String PolicyId)
Set Alarm policy ID.
|
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 BindingPolicyObjectRequest()
public BindingPolicyObjectRequest(BindingPolicyObjectRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Policy group ID. If `PolicyId` is used, this parameter will be ignored, and any value, e.g., 0, can be passed in.public String getModule()
public void setModule(String Module)
Module
- Required. The value is fixed to monitor.public Long getInstanceGroupId()
public void setInstanceGroupId(Long InstanceGroupId)
InstanceGroupId
- Instance group ID.public BindingPolicyObjectDimension[] getDimensions()
public void setDimensions(BindingPolicyObjectDimension[] Dimensions)
Dimensions
- Dimensions of an object to be bound.public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- Alarm policy ID. If this parameter is used, `GroupId` will be ignored.Copyright © 2021. All rights reserved.