Class OrganizationInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.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 String
getChannel()
Get 用户渠道String
getClientIp()
Deprecated.String
getOrganizationId()
Get 机构在平台的编号String
getOrganizationOpenId()
Get 用户在渠道的机构编号String
getProxyIp()
Deprecated.void
setChannel(String Channel)
Set 用户渠道void
setClientIp(String ClientIp)
Deprecated.void
setOrganizationId(String OrganizationId)
Set 机构在平台的编号void
setOrganizationOpenId(String OrganizationOpenId)
Set 用户在渠道的机构编号void
setProxyIp(String ProxyIp)
Deprecated.void
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
-
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
-
getOrganizationOpenId
public String getOrganizationOpenId()
Get 用户在渠道的机构编号- Returns:
- OrganizationOpenId 用户在渠道的机构编号
-
setOrganizationOpenId
public void setOrganizationOpenId(String OrganizationOpenId)
Set 用户在渠道的机构编号- Parameters:
OrganizationOpenId
- 用户在渠道的机构编号
-
getOrganizationId
public String getOrganizationId()
Get 机构在平台的编号- Returns:
- OrganizationId 机构在平台的编号
-
setOrganizationId
public void setOrganizationId(String OrganizationId)
Set 机构在平台的编号- Parameters:
OrganizationId
- 机构在平台的编号
-
getChannel
public String getChannel()
Get 用户渠道- Returns:
- Channel 用户渠道
-
setChannel
public void setChannel(String Channel)
Set 用户渠道- Parameters:
Channel
- 用户渠道
-
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
-
-