public class ManageDeviceRiskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
ManageDeviceRiskInput() |
ManageDeviceRiskInput(ManageDeviceRiskInput 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 |
getClientIp()
Get 用户ip,只支持ipv4
|
String |
getDeviceId()
Get 根据 DeviceType 填写设备标识
|
Long |
getDeviceType()
Get 设备类型 6: oaid_md5(32位小写)
|
Long |
getOsType()
Get 设备操作平台 1:android
|
void |
setClientIp(String ClientIp)
Set 用户ip,只支持ipv4
|
void |
setDeviceId(String DeviceId)
Set 根据 DeviceType 填写设备标识
|
void |
setDeviceType(Long DeviceType)
Set 设备类型 6: oaid_md5(32位小写)
|
void |
setOsType(Long OsType)
Set 设备操作平台 1:android
|
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 ManageDeviceRiskInput()
public ManageDeviceRiskInput(ManageDeviceRiskInput source)
public Long getOsType()
public void setOsType(Long OsType)
OsType
- 设备操作平台 1:androidpublic Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType
- 设备类型 6: oaid_md5(32位小写)public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 根据 DeviceType 填写设备标识public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 用户ip,只支持ipv4Copyright © 2025. All rights reserved.