public class AttachEntityOfPolicy extends AbstractModel
Constructor and Description |
---|
AttachEntityOfPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get 实体ID
|
String |
getName()
Get 实体名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRelatedType()
Get 关联类型。1 用户关联 ; 2 用户组关联
|
Long |
getUin()
Get 实体Uin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 实体ID
|
void |
setName(String Name)
Set 实体名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelatedType(Long RelatedType)
Set 关联类型。1 用户关联 ; 2 用户组关联
|
void |
setUin(Long Uin)
Set 实体Uin
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getId()
public void setId(String Id)
Id
- 实体IDpublic String getName()
public void setName(String Name)
Name
- 实体名称
注意:此字段可能返回 null,表示取不到有效值。public Long getUin()
public void setUin(Long Uin)
Uin
- 实体Uin
注意:此字段可能返回 null,表示取不到有效值。public Long getRelatedType()
public void setRelatedType(Long RelatedType)
RelatedType
- 关联类型。1 用户关联 ; 2 用户组关联Copyright © 2020. All rights reserved.