Class AuthFailMessage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.AuthFailMessage
-
public class AuthFailMessage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AuthFailMessage()
AuthFailMessage(AuthFailMessage 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 String
getMessage()
Get 错误信息String
getProxyOrganizationOpenId()
Get 第三方应用平台的子客企业OpenIdvoid
setMessage(String Message)
Set 错误信息void
setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 第三方应用平台的子客企业OpenIdvoid
toMap(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
-
AuthFailMessage
public AuthFailMessage()
-
AuthFailMessage
public AuthFailMessage(AuthFailMessage 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
-
getProxyOrganizationOpenId
public String getProxyOrganizationOpenId()
Get 第三方应用平台的子客企业OpenId- Returns:
- ProxyOrganizationOpenId 第三方应用平台的子客企业OpenId
-
setProxyOrganizationOpenId
public void setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 第三方应用平台的子客企业OpenId- Parameters:
ProxyOrganizationOpenId
- 第三方应用平台的子客企业OpenId
-
getMessage
public String getMessage()
Get 错误信息- Returns:
- Message 错误信息
-
setMessage
public void setMessage(String Message)
Set 错误信息- Parameters:
Message
- 错误信息
-
-