Class ThirdPartyAccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.ThirdPartyAccountInfo
-
public class ThirdPartyAccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ThirdPartyAccountInfo()ThirdPartyAccountInfo(ThirdPartyAccountInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountCode()Get 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。StringgetAccountName()Get 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountCode(String AccountCode)Set 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountName(String AccountName)Set 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ThirdPartyAccountInfo
public ThirdPartyAccountInfo()
-
ThirdPartyAccountInfo
public ThirdPartyAccountInfo(ThirdPartyAccountInfo 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.
-
-
Method Detail
-
getAccountCode
public String getAccountCode()
Get 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountCode 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountCode
public void setAccountCode(String AccountCode)
Set 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountCode- 第三方账号代码。"2"代表企业微信。 注意:此字段可能返回 null,表示取不到有效值。
-
getAccountName
public String getAccountName()
Get 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountName 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountName
public void setAccountName(String AccountName)
Set 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountName- 账号对应的用户名。 注意:此字段可能返回 null,表示取不到有效值。
-
-