public class OrganizationInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Deprecated.
|
String |
getClientIp()
Deprecated.
|
String |
getOrganizationId()
Deprecated.
|
String |
getOrganizationOpenId()
Deprecated.
|
String |
getProxyIp()
Deprecated.
|
void |
setChannel(String Channel)
Deprecated.
|
void |
setClientIp(String ClientIp)
Deprecated.
|
void |
setOrganizationId(String OrganizationId)
Deprecated.
|
void |
setOrganizationOpenId(String OrganizationOpenId)
Deprecated.
|
void |
setProxyIp(String ProxyIp)
Deprecated.
|
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 OrganizationInfo()
public OrganizationInfo(OrganizationInfo source)
@Deprecated public String getOrganizationId()
@Deprecated public void setOrganizationId(String OrganizationId)
OrganizationId
- 机构在平台的编号,内部字段,暂未开放@Deprecated public String getChannel()
@Deprecated public void setChannel(String Channel)
Channel
- 用户渠道,内部字段,暂未开放@Deprecated public String getOrganizationOpenId()
@Deprecated public void setOrganizationOpenId(String OrganizationOpenId)
OrganizationOpenId
- 用户在渠道的机构编号,内部字段,暂未开放@Deprecated public String getClientIp()
@Deprecated public void setClientIp(String ClientIp)
ClientIp
- 用户真实的IP,内部字段,暂未开放@Deprecated public String getProxyIp()
@Deprecated public void setProxyIp(String ProxyIp)
ProxyIp
- 机构的代理IP,内部字段,暂未开放Copyright © 2024. All rights reserved.