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 创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIdentityId()
Get 身份ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIdentityRoleAliasName()
Get 身份角色别名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIdentityRoleName()
Get 身份角色名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityId(Long IdentityId)
Set 身份ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityRoleAliasName(String IdentityRoleAliasName)
Set 身份角色别名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityRoleName(String IdentityRoleName)
Set 身份角色名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间。
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 身份ID。
注意:此字段可能返回 null,表示取不到有效值。public String getIdentityRoleName()
public void setIdentityRoleName(String IdentityRoleName)
IdentityRoleName
- 身份角色名。
注意:此字段可能返回 null,表示取不到有效值。public String getIdentityRoleAliasName()
public void setIdentityRoleAliasName(String IdentityRoleAliasName)
IdentityRoleAliasName
- 身份角色别名。
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 描述
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.