public class DescribeOrganizationResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeOrganizationResponse() |
DescribeOrganizationResponse(DescribeOrganizationResponse 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 |
getCreateTime()
Get Organization creation time.
|
Long |
getHostUin()
Get Creator UIN.
|
String |
getIsAllowQuit()
Get Whether the member is allowed to leave.
|
Boolean |
getIsAssignManager()
Get Whether the member is the trusted service admin.
|
Boolean |
getIsAuthManager()
Get Whether the member is the verified entity admin.
|
Boolean |
getIsManager()
Get Whether the member is the organization admin.
|
String |
getJoinTime()
Get Member joining time.
|
String |
getNickName()
Get Creator name.
|
Long |
getOrgId()
Get Organization ID.
|
OrgPermission[] |
getOrgPermission()
Get List of member financial permissions.
|
String |
getOrgPolicyName()
Get Policy name.
|
String |
getOrgPolicyType()
Get Policy type.
|
Long |
getOrgType()
Get Organization type.
|
String |
getPayName()
Get Payer name.
|
String |
getPayUin()
Get Payer UIN.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getRootNodeId()
Get Organization root node ID.
|
void |
setCreateTime(String CreateTime)
Set Organization creation time.
|
void |
setHostUin(Long HostUin)
Set Creator UIN.
|
void |
setIsAllowQuit(String IsAllowQuit)
Set Whether the member is allowed to leave.
|
void |
setIsAssignManager(Boolean IsAssignManager)
Set Whether the member is the trusted service admin.
|
void |
setIsAuthManager(Boolean IsAuthManager)
Set Whether the member is the verified entity admin.
|
void |
setIsManager(Boolean IsManager)
Set Whether the member is the organization admin.
|
void |
setJoinTime(String JoinTime)
Set Member joining time.
|
void |
setNickName(String NickName)
Set Creator name.
|
void |
setOrgId(Long OrgId)
Set Organization ID.
|
void |
setOrgPermission(OrgPermission[] OrgPermission)
Set List of member financial permissions.
|
void |
setOrgPolicyName(String OrgPolicyName)
Set Policy name.
|
void |
setOrgPolicyType(String OrgPolicyType)
Set Policy type.
|
void |
setOrgType(Long OrgType)
Set Organization type.
|
void |
setPayName(String PayName)
Set Payer name.
|
void |
setPayUin(String PayUin)
Set Payer UIN.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRootNodeId(Long RootNodeId)
Set Organization root node ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeOrganizationResponse()
public DescribeOrganizationResponse(DescribeOrganizationResponse source)
public Long getOrgId()
public void setOrgId(Long OrgId)
OrgId
- Organization ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostUin()
public void setHostUin(Long HostUin)
HostUin
- Creator UIN.
Note: This field may return null, indicating that no valid values can be obtained.public String getNickName()
public void setNickName(String NickName)
NickName
- Creator name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getOrgType()
public void setOrgType(Long OrgType)
OrgType
- Organization type.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsManager()
public void setIsManager(Boolean IsManager)
IsManager
- Whether the member is the organization admin. Valid values: `true` (yes); `false` (no).
Note: This field may return null, indicating that no valid values can be obtained.public String getOrgPolicyType()
public void setOrgPolicyType(String OrgPolicyType)
OrgPolicyType
- Policy type. Valid values: `Financial` (finance management).
Note: This field may return null, indicating that no valid values can be obtained.public String getOrgPolicyName()
public void setOrgPolicyName(String OrgPolicyName)
OrgPolicyName
- 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
- List of member financial permissions.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRootNodeId()
public void setRootNodeId(Long RootNodeId)
RootNodeId
- Organization root node ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Organization creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getJoinTime()
public void setJoinTime(String JoinTime)
JoinTime
- Member joining 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 Boolean getIsAssignManager()
public void setIsAssignManager(Boolean IsAssignManager)
IsAssignManager
- Whether the member is the trusted service admin. Valid values: `true` (yes); `false` (no).
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsAuthManager()
public void setIsAuthManager(Boolean IsAuthManager)
IsAuthManager
- Whether the member is the verified entity admin. Valid values: `true` (yes); `false` (no).
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.