public class AttachEntityOfPolicy extends AbstractModel
Constructor and Description |
---|
AttachEntityOfPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get Entity ID
|
String |
getName()
Get Entity Name
Note: This field may return null, indicating that no valid value was found.
|
Long |
getRelatedType()
Get Type of entity association.
|
Long |
getUin()
Get Entity UIN
Note: This field may return null, indicating that no valid value was found.
|
void |
setId(String Id)
Set Entity ID
|
void |
setName(String Name)
Set Entity Name
Note: This field may return null, indicating that no valid value was found.
|
void |
setRelatedType(Long RelatedType)
Set Type of entity association.
|
void |
setUin(Long Uin)
Set Entity UIN
Note: This field may return null, indicating that no valid value was found.
|
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
- Entity IDpublic String getName()
public void setName(String Name)
Name
- Entity Name
Note: This field may return null, indicating that no valid value was found.public Long getUin()
public void setUin(Long Uin)
Uin
- Entity UIN
Note: This field may return null, indicating that no valid value was found.public Long getRelatedType()
public void setRelatedType(Long RelatedType)
RelatedType
- Type of entity association. 1: Associate by users; 2: Associate by User GroupsCopyright © 2020. All rights reserved.