public class DeviceFingerprintInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceFingerprintInfo() |
DeviceFingerprintInfo(DeviceFingerprintInfo 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 |
getDeviceToken()
Get 设备指纹Token
|
String |
getSdkChannel()
Get 设备指纹的客户端SDK对应渠道
|
void |
setDeviceToken(String DeviceToken)
Set 设备指纹Token
|
void |
setSdkChannel(String SdkChannel)
Set 设备指纹的客户端SDK对应渠道
|
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 DeviceFingerprintInfo()
public DeviceFingerprintInfo(DeviceFingerprintInfo source)
public String getDeviceToken()
public void setDeviceToken(String DeviceToken)
DeviceToken
- 设备指纹Tokenpublic String getSdkChannel()
public void setSdkChannel(String SdkChannel)
SdkChannel
- 设备指纹的客户端SDK对应渠道Copyright © 2024. All rights reserved.