public class BatchDeletePolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchDeletePolicyRequest() |
BatchDeletePolicyRequest(BatchDeletePolicyRequest 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 |
---|---|
String |
getPolicyMode()
Get Permission mode of the deleted permission configuration, black for blocklist, white for allowlist.
|
String |
getProjectId()
Get Project id of the deleted permission configuration.
|
String[] |
getRemoteDeviceIds()
Get Remote device id list of the deleted permission configuration.
|
void |
setPolicyMode(String PolicyMode)
Set Permission mode of the deleted permission configuration, black for blocklist, white for allowlist.
|
void |
setProjectId(String ProjectId)
Set Project id of the deleted permission configuration.
|
void |
setRemoteDeviceIds(String[] RemoteDeviceIds)
Set Remote device id list of the deleted permission configuration.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchDeletePolicyRequest()
public BatchDeletePolicyRequest(BatchDeletePolicyRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project id of the deleted permission configuration.public String[] getRemoteDeviceIds()
public void setRemoteDeviceIds(String[] RemoteDeviceIds)
RemoteDeviceIds
- Remote device id list of the deleted permission configuration.public String getPolicyMode()
public void setPolicyMode(String PolicyMode)
PolicyMode
- Permission mode of the deleted permission configuration, black for blocklist, white for allowlist.Copyright © 2025. All rights reserved.