public class ManagePortraitRiskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
ManagePortraitRiskInput() |
ManagePortraitRiskInput(ManagePortraitRiskInput 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 |
---|---|
Long |
getChannel()
Get 渠道号
|
Long |
getPostTime()
Get 请求时间戳秒
|
String |
getUserIp()
Get 用户公网ip(仅支持IPv4)
|
void |
setChannel(Long Channel)
Set 渠道号
|
void |
setPostTime(Long PostTime)
Set 请求时间戳秒
|
void |
setUserIp(String UserIp)
Set 用户公网ip(仅支持IPv4)
|
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 ManagePortraitRiskInput()
public ManagePortraitRiskInput(ManagePortraitRiskInput source)
public Long getPostTime()
public void setPostTime(Long PostTime)
PostTime
- 请求时间戳秒public String getUserIp()
public void setUserIp(String UserIp)
UserIp
- 用户公网ip(仅支持IPv4)public Long getChannel()
public void setChannel(Long Channel)
Channel
- 渠道号Copyright © 2024. All rights reserved.