public class OrgMemberAuthIdentity extends AbstractModel
header, skipSign
Constructor and Description |
---|
OrgMemberAuthIdentity() |
OrgMemberAuthIdentity(OrgMemberAuthIdentity 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 Time of initial configuration success.
|
String |
getDescription()
Get Identity description.
|
Long |
getIdentityId()
Get Identity ID.
|
String |
getIdentityRoleAliasName()
Get Role alias of an identity
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIdentityRoleName()
Get Role name of an identity
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIdentityType()
Get Identity type.
|
String |
getMemberName()
Get Member name.
|
Long |
getMemberUin()
Get Member Uin.
|
Long |
getStatus()
Get Configuration status.
|
String |
getUpdateTime()
Get Time of last configuration success.
|
void |
setCreateTime(String CreateTime)
Set Time of initial configuration success.
|
void |
setDescription(String Description)
Set Identity description.
|
void |
setIdentityId(Long IdentityId)
Set Identity ID.
|
void |
setIdentityRoleAliasName(String IdentityRoleAliasName)
Set Role alias of an identity
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIdentityRoleName(String IdentityRoleName)
Set Role name of an identity
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIdentityType(Long IdentityType)
Set Identity type.
|
void |
setMemberName(String MemberName)
Set Member name.
|
void |
setMemberUin(Long MemberUin)
Set Member Uin.
|
void |
setStatus(Long Status)
Set Configuration status.
|
void |
setUpdateTime(String UpdateTime)
Set Time of last configuration success.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OrgMemberAuthIdentity()
public OrgMemberAuthIdentity(OrgMemberAuthIdentity source)
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
- Role name of an identity
Note: This field may return null, indicating that no valid values can be obtained.public String getIdentityRoleAliasName()
public void setIdentityRoleAliasName(String IdentityRoleAliasName)
IdentityRoleAliasName
- Role alias of an identity
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Identity description.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Time of initial configuration success.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Time of last configuration success.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIdentityType()
public void setIdentityType(Long IdentityType)
IdentityType
- Identity type. Valid values: 1 (preset identity), 2 (custom identity).
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Configuration status. Valid values: 1 (configuration completed), 2 (reconfiguration required).
Note: This field may return null, indicating that no valid values can be obtained.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 getMemberName()
public void setMemberName(String MemberName)
MemberName
- Member name.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.