public class IdentityPolicy extends AbstractModel
Constructor and Description |
---|
IdentityPolicy() |
IdentityPolicy(IdentityPolicy 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 |
---|---|
Long |
getPolicyId()
Get 策略ID
|
String |
getPolicyName()
Get 策略名称
|
void |
setPolicyId(Long PolicyId)
Set 策略ID
|
void |
setPolicyName(String PolicyName)
Set 策略名称
|
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 IdentityPolicy()
public IdentityPolicy(IdentityPolicy source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略IDpublic String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 策略名称Copyright © 2022. All rights reserved.