public class UnBindingPolicyObjectRequest extends AbstractModel
Constructor and Description |
---|
UnBindingPolicyObjectRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getGroupId()
Get Policy group ID.
|
Long |
getInstanceGroupId()
Get Instance group ID.
|
String |
getModule()
Get The value is fixed to monitor.
|
String[] |
getUniqueId()
Get List of unique IDs of object instances to be deleted.
|
void |
setGroupId(Long GroupId)
Set Policy group ID.
|
void |
setInstanceGroupId(Long InstanceGroupId)
Set Instance group ID.
|
void |
setModule(String Module)
Set The value is fixed to monitor.
|
void |
setUniqueId(String[] UniqueId)
Set List of unique IDs of object instances to be deleted.
|
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 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.public String[] getUniqueId()
public void setUniqueId(String[] UniqueId)
UniqueId
- List of unique IDs of object instances to be deleted.public Long getInstanceGroupId()
public void setInstanceGroupId(Long InstanceGroupId)
InstanceGroupId
- Instance group ID. The UniqueId parameter is invalid if object instances are deleted by instance group.Copyright © 2020. All rights reserved.