public class OrgIdentity extends AbstractModel
header, skipSign
Constructor and Description |
---|
OrgIdentity() |
OrgIdentity(OrgIdentity 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 |
getDescription()
Get 描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIdentityAliasName()
Get 身份名称。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIdentityId()
Get 身份ID。
注意:此字段可能返回 null,表示取不到有效值。
|
IdentityPolicy[] |
getIdentityPolicy()
Get 身份策略。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIdentityType()
Get 身份类型。 1-预设、 2-自定义
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityAliasName(String IdentityAliasName)
Set 身份名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityId(Long IdentityId)
Set 身份ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
Set 身份策略。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentityType(Long IdentityType)
Set 身份类型。 1-预设、 2-自定义
注意:此字段可能返回 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OrgIdentity()
public OrgIdentity(OrgIdentity source)
public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId
- 身份ID。
注意:此字段可能返回 null,表示取不到有效值。public String getIdentityAliasName()
public void setIdentityAliasName(String IdentityAliasName)
IdentityAliasName
- 身份名称。
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 描述。
注意:此字段可能返回 null,表示取不到有效值。public IdentityPolicy[] getIdentityPolicy()
public void setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
IdentityPolicy
- 身份策略。
注意:此字段可能返回 null,表示取不到有效值。public Long getIdentityType()
public void setIdentityType(Long IdentityType)
IdentityType
- 身份类型。 1-预设、 2-自定义
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.