Class OrganizationInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.OrganizationInfo
-
public class OrganizationInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OrganizationInfo()OrganizationInfo(OrganizationInfo 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 Deprecated Methods Modifier and Type Method Description StringgetChannel()Deprecated.StringgetClientIp()Deprecated.StringgetOrganizationId()Deprecated.StringgetOrganizationOpenId()Deprecated.StringgetProxyIp()Deprecated.voidsetChannel(String Channel)Deprecated.voidsetClientIp(String ClientIp)Deprecated.voidsetOrganizationId(String OrganizationId)Deprecated.voidsetOrganizationOpenId(String OrganizationOpenId)Deprecated.voidsetProxyIp(String ProxyIp)Deprecated.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
-
OrganizationInfo
public OrganizationInfo()
-
OrganizationInfo
public OrganizationInfo(OrganizationInfo 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
-
getOrganizationId
@Deprecated public String getOrganizationId()
Deprecated.Get 机构在平台的编号,内部字段,暂未开放- Returns:
- OrganizationId 机构在平台的编号,内部字段,暂未开放
-
setOrganizationId
@Deprecated public void setOrganizationId(String OrganizationId)
Deprecated.Set 机构在平台的编号,内部字段,暂未开放- Parameters:
OrganizationId- 机构在平台的编号,内部字段,暂未开放
-
getChannel
@Deprecated public String getChannel()
Deprecated.Get 用户渠道,内部字段,暂未开放- Returns:
- Channel 用户渠道,内部字段,暂未开放
-
setChannel
@Deprecated public void setChannel(String Channel)
Deprecated.Set 用户渠道,内部字段,暂未开放- Parameters:
Channel- 用户渠道,内部字段,暂未开放
-
getOrganizationOpenId
@Deprecated public String getOrganizationOpenId()
Deprecated.Get 用户在渠道的机构编号,内部字段,暂未开放- Returns:
- OrganizationOpenId 用户在渠道的机构编号,内部字段,暂未开放
-
setOrganizationOpenId
@Deprecated public void setOrganizationOpenId(String OrganizationOpenId)
Deprecated.Set 用户在渠道的机构编号,内部字段,暂未开放- Parameters:
OrganizationOpenId- 用户在渠道的机构编号,内部字段,暂未开放
-
getClientIp
@Deprecated public String getClientIp()
Deprecated.Get 用户真实的IP,内部字段,暂未开放- Returns:
- ClientIp 用户真实的IP,内部字段,暂未开放
-
setClientIp
@Deprecated public void setClientIp(String ClientIp)
Deprecated.Set 用户真实的IP,内部字段,暂未开放- Parameters:
ClientIp- 用户真实的IP,内部字段,暂未开放
-
getProxyIp
@Deprecated public String getProxyIp()
Deprecated.Get 机构的代理IP,内部字段,暂未开放- Returns:
- ProxyIp 机构的代理IP,内部字段,暂未开放
-
setProxyIp
@Deprecated public void setProxyIp(String ProxyIp)
Deprecated.Set 机构的代理IP,内部字段,暂未开放- Parameters:
ProxyIp- 机构的代理IP,内部字段,暂未开放
-
-