public class DeviceFingerprint extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceFingerprint() | 
| DeviceFingerprint(DeviceFingerprint 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 | getDescription()Get Description, such as IP and device name. | 
| String | getIdentity()Get Fingerprint information collected by device fingerprint collector. | 
| void | setDescription(String Description)Set Description, such as IP and device name. | 
| void | setIdentity(String Identity)Set Fingerprint information collected by device fingerprint collector. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeviceFingerprint()
public DeviceFingerprint(DeviceFingerprint source)
public String getIdentity()
public void setIdentity(String Identity)
Identity - Fingerprint information collected by device fingerprint collector. Its format must be in the following regular expression: ^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$public String getDescription()
public void setDescription(String Description)
Description - Description, such as IP and device name. Length limit: 1,024 bytes
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.