Class BatchDeletePolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.BatchDeletePolicyRequest
-
public class BatchDeletePolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPolicyMode()Get 删除权限配置的权限模式, black为黑名单,white为白名单StringgetProjectId()Get 删除权限配置的项目IDString[]getRemoteDeviceIds()Get 删除权限配置的远端设备ID列表voidsetPolicyMode(String PolicyMode)Set 删除权限配置的权限模式, black为黑名单,white为白名单voidsetProjectId(String ProjectId)Set 删除权限配置的项目IDvoidsetRemoteDeviceIds(String[] RemoteDeviceIds)Set 删除权限配置的远端设备ID列表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
-
BatchDeletePolicyRequest
public BatchDeletePolicyRequest()
-
BatchDeletePolicyRequest
public 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.
-
-
Method Detail
-
getProjectId
public String getProjectId()
Get 删除权限配置的项目ID- Returns:
- ProjectId 删除权限配置的项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 删除权限配置的项目ID- Parameters:
ProjectId- 删除权限配置的项目ID
-
getRemoteDeviceIds
public String[] getRemoteDeviceIds()
Get 删除权限配置的远端设备ID列表- Returns:
- RemoteDeviceIds 删除权限配置的远端设备ID列表
-
setRemoteDeviceIds
public void setRemoteDeviceIds(String[] RemoteDeviceIds)
Set 删除权限配置的远端设备ID列表- Parameters:
RemoteDeviceIds- 删除权限配置的远端设备ID列表
-
getPolicyMode
public String getPolicyMode()
Get 删除权限配置的权限模式, black为黑名单,white为白名单- Returns:
- PolicyMode 删除权限配置的权限模式, black为黑名单,white为白名单
-
setPolicyMode
public void setPolicyMode(String PolicyMode)
Set 删除权限配置的权限模式, black为黑名单,white为白名单- Parameters:
PolicyMode- 删除权限配置的权限模式, black为黑名单,white为白名单
-
-