public class OrgMemberAuthIdentity extends AbstractModel
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 Creation time.
|
String |
getDescription()
Get Description
Note: This field may return null, indicating that no valid values can be obtained.
|
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 (`1`: Preset; `2`: Custom)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdateTime()
Get Update time.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setDescription(String Description)
Set Description
Note: This field may return null, indicating that no valid values can be obtained.
|
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 (`1`: Preset; `2`: Custom)
Note: This field may return null, indicating that no valid values can be obtained.
|
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 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
- Description
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 Long getIdentityType()
public void setIdentityType(Long IdentityType)
IdentityType
- Identity type (`1`: Preset; `2`: Custom)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.