public class AttachEntityOfPolicy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AttachEntityOfPolicy() | 
| AttachEntityOfPolicy(AttachEntityOfPolicy 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 | getAttachmentTime()Get 策略关联时间 | 
| String | getId()Get 实体ID | 
| String | getName()Get 实体名称 | 
| Long | getRelatedType()Get 关联类型。1 用户关联 ; 2 用户组关联 3 角色关联 | 
| Long | getUin()Get 实体Uin | 
| void | setAttachmentTime(String AttachmentTime)Set 策略关联时间 | 
| void | setId(String Id)Set 实体ID | 
| void | setName(String Name)Set 实体名称 | 
| void | setRelatedType(Long RelatedType)Set 关联类型。1 用户关联 ; 2 用户组关联 3 角色关联 | 
| void | setUin(Long Uin)Set 实体Uin | 
| 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 AttachEntityOfPolicy()
public AttachEntityOfPolicy(AttachEntityOfPolicy source)
public String getId()
public void setId(String Id)
Id - 实体IDpublic String getName()
public void setName(String Name)
Name - 实体名称public Long getUin()
public void setUin(Long Uin)
Uin - 实体Uinpublic Long getRelatedType()
public void setRelatedType(Long RelatedType)
RelatedType - 关联类型。1 用户关联 ; 2 用户组关联 3 角色关联public String getAttachmentTime()
public void setAttachmentTime(String AttachmentTime)
AttachmentTime - 策略关联时间Copyright © 2025. All rights reserved.