public class RolePolicie extends AbstractModel
header, skipSign| Constructor and Description |
|---|
RolePolicie() |
RolePolicie(RolePolicie 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 |
getAddTime()
Get The time when the permission policy is added to the permission configuration.
|
String |
getRolePolicyDocument()
Get Custom policy content.
|
Long |
getRolePolicyId()
Get Policy ID.
|
String |
getRolePolicyName()
Get Permission policy name.
|
String |
getRolePolicyType()
Get Permission policy type.
|
void |
setAddTime(String AddTime)
Set The time when the permission policy is added to the permission configuration.
|
void |
setRolePolicyDocument(String RolePolicyDocument)
Set Custom policy content.
|
void |
setRolePolicyId(Long RolePolicyId)
Set Policy ID.
|
void |
setRolePolicyName(String RolePolicyName)
Set Permission policy name.
|
void |
setRolePolicyType(String RolePolicyType)
Set Permission policy type.
|
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 RolePolicie()
public RolePolicie(RolePolicie source)
public Long getRolePolicyId()
public void setRolePolicyId(Long RolePolicyId)
RolePolicyId - Policy ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getRolePolicyName()
public void setRolePolicyName(String RolePolicyName)
RolePolicyName - Permission policy name.public String getRolePolicyType()
public void setRolePolicyType(String RolePolicyType)
RolePolicyType - Permission policy type.public String getRolePolicyDocument()
public void setRolePolicyDocument(String RolePolicyDocument)
RolePolicyDocument - Custom policy content. This parameter is only returned for custom policies.public String getAddTime()
public void setAddTime(String AddTime)
AddTime - The time when the permission policy is added to the permission configuration.Copyright © 2025. All rights reserved.