public class DeviceFingerprint extends AbstractModel
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 描述信息,如:IP,设备名称等,最大1024字节
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIdentity()
Get 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$
|
void |
setDescription(String Description)
Set 描述信息,如:IP,设备名称等,最大1024字节
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdentity(String Identity)
Set 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeviceFingerprint()
public DeviceFingerprint(DeviceFingerprint source)
public String getIdentity()
public void setIdentity(String Identity)
Identity
- 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[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
- 描述信息,如:IP,设备名称等,最大1024字节
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.