public class DeleteRoleConfigurationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteRoleConfigurationRequest() | 
| DeleteRoleConfigurationRequest(DeleteRoleConfigurationRequest 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 | getRoleConfigurationId()Get 权限配置 ID | 
| String | getZoneId()Get 空间 ID | 
| void | setRoleConfigurationId(String RoleConfigurationId)Set 权限配置 ID | 
| void | setZoneId(String ZoneId)Set 空间 ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteRoleConfigurationRequest()
public DeleteRoleConfigurationRequest(DeleteRoleConfigurationRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间 IDpublic String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId - 权限配置 IDCopyright © 2025. All rights reserved.