public class OrgMember extends AbstractModel
| Constructor and Description | 
|---|
| OrgMember() | 
| OrgMember(OrgMember 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 | getBindStatus()Get Security information binding status. | 
| String | getCreateTime()Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIsAllowQuit()Get Whether the member is allowed to leave. | 
| String | getMemberType()Get Member type. | 
| Long | getMemberUin()Get Member UIN
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getName()Get Member name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getNodeId()Get Node ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNodeName()Get Node name
Note: This field may return null, indicating that no valid values can be obtained. | 
| MemberIdentity[] | getOrgIdentity()Get Management identity
Note: This field may return null, indicating that no valid values can be obtained. | 
| OrgPermission[] | getOrgPermission()Get Relationship policy permission
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getOrgPolicyName()Get Relationship policy name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getOrgPolicyType()Get Relationship policy type
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPayName()Get Payer name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPayUin()Get Payer UIN
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPermissionStatus()Get Member permission status. | 
| String | getRemark()Get Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUpdateTime()Get Update time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBindStatus(String BindStatus)Set Security information binding status. | 
| void | setCreateTime(String CreateTime)Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsAllowQuit(String IsAllowQuit)Set Whether the member is allowed to leave. | 
| void | setMemberType(String MemberType)Set Member type. | 
| void | setMemberUin(Long MemberUin)Set Member UIN
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setName(String Name)Set Member name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeId(Long NodeId)Set Node ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNodeName(String NodeName)Set Node name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOrgIdentity(MemberIdentity[] OrgIdentity)Set Management identity
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOrgPermission(OrgPermission[] OrgPermission)Set Relationship policy permission
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOrgPolicyName(String OrgPolicyName)Set Relationship policy name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOrgPolicyType(String OrgPolicyType)Set Relationship policy type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPayName(String PayName)Set Payer name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPayUin(String PayUin)Set Payer UIN
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPermissionStatus(String PermissionStatus)Set Member permission status. | 
| void | setRemark(String Remark)Set Remarks
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUpdateTime(String UpdateTime)Set Update time
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic OrgMember()
public OrgMember(OrgMember source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin - Member UIN
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Member name
Note: This field may return null, indicating that no valid values can be obtained.public String getMemberType()
public void setMemberType(String MemberType)
MemberType - Member type. Valid values: `Invite` (invited); `Create` (created).
Note: This field may return null, indicating that no valid values can be obtained.public String getOrgPolicyType()
public void setOrgPolicyType(String OrgPolicyType)
OrgPolicyType - Relationship policy type
Note: This field may return null, indicating that no valid values can be obtained.public String getOrgPolicyName()
public void setOrgPolicyName(String OrgPolicyName)
OrgPolicyName - Relationship policy name
Note: This field may return null, indicating that no valid values can be obtained.public OrgPermission[] getOrgPermission()
public void setOrgPermission(OrgPermission[] OrgPermission)
OrgPermission - Relationship policy permission
Note: This field may return null, indicating that no valid values can be obtained.public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId - Node ID
Note: This field may return null, indicating that no valid values can be obtained.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node name
Note: This field may return null, indicating that no valid values can be obtained.public String getRemark()
public void setRemark(String Remark)
Remark - Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time
Note: This field may return null, indicating that no valid values can be obtained.public String getIsAllowQuit()
public void setIsAllowQuit(String IsAllowQuit)
IsAllowQuit - Whether the member is allowed to leave. Valid values: `Allow`, `Denied`.
Note: This field may return null, indicating that no valid values can be obtained.public String getPayUin()
public void setPayUin(String PayUin)
PayUin - Payer UIN
Note: This field may return null, indicating that no valid values can be obtained.public String getPayName()
public void setPayName(String PayName)
PayName - Payer name
Note: This field may return null, indicating that no valid values can be obtained.public MemberIdentity[] getOrgIdentity()
public void setOrgIdentity(MemberIdentity[] OrgIdentity)
OrgIdentity - Management identity
Note: This field may return null, indicating that no valid values can be obtained.public String getBindStatus()
public void setBindStatus(String BindStatus)
BindStatus - Security information binding status. Valid values: `Unbound`, `Valid`, `Success`, `Failed`.
Note: This field may return null, indicating that no valid values can be obtained.public String getPermissionStatus()
public void setPermissionStatus(String PermissionStatus)
PermissionStatus - Member permission status. Valid values: `Confirmed`, `UnConfirmed`.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.