public class OrgMemberAuthAccount extends AbstractModel
Constructor and Description |
---|
OrgMemberAuthAccount() |
OrgMemberAuthAccount(OrgMemberAuthAccount 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 Creation time.
|
Long |
getIdentityId()
Get Identity ID.
|
String |
getIdentityRoleAliasName()
Get Identity role alias.
|
String |
getIdentityRoleName()
Get Identity role name.
|
String |
getOrgSubAccountName()
Get Sub-account name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getOrgSubAccountUin()
Get Organization sub-account UIN.
|
Long |
getPolicyId()
Get Policy ID.
|
String |
getPolicyName()
Get Policy name.
|
String |
getUpdateTime()
Get Update time.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setIdentityId(Long IdentityId)
Set Identity ID.
|
void |
setIdentityRoleAliasName(String IdentityRoleAliasName)
Set Identity role alias.
|
void |
setIdentityRoleName(String IdentityRoleName)
Set Identity role name.
|
void |
setOrgSubAccountName(String OrgSubAccountName)
Set Sub-account name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOrgSubAccountUin(Long OrgSubAccountUin)
Set Organization sub-account UIN.
|
void |
setPolicyId(Long PolicyId)
Set Policy ID.
|
void |
setPolicyName(String PolicyName)
Set Policy name.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
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 OrgMemberAuthAccount()
public OrgMemberAuthAccount(OrgMemberAuthAccount source)
public Long getOrgSubAccountUin()
public void setOrgSubAccountUin(Long OrgSubAccountUin)
OrgSubAccountUin
- Organization sub-account UIN.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- Policy ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- Policy name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId
- Identity ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getIdentityRoleName()
public void setIdentityRoleName(String IdentityRoleName)
IdentityRoleName
- Identity role name.
Note: This field may return null, indicating that no valid values can be obtained.public String getIdentityRoleAliasName()
public void setIdentityRoleAliasName(String IdentityRoleAliasName)
IdentityRoleAliasName
- Identity role alias.
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 getOrgSubAccountName()
public void setOrgSubAccountName(String OrgSubAccountName)
OrgSubAccountName
- Sub-account name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.