public class OverwriteWhiteBoxDeviceFingerprintsRequest extends AbstractModel
Constructor and Description |
---|
OverwriteWhiteBoxDeviceFingerprintsRequest() |
Modifier and Type | Method and Description |
---|---|
DeviceFingerprint[] |
getDeviceFingerprints()
Get Device fingerprint list.
|
String |
getKeyId()
Get White-box key ID
|
void |
setDeviceFingerprints(DeviceFingerprint[] DeviceFingerprints)
Set Device fingerprint list.
|
void |
setKeyId(String KeyId)
Set White-box key ID
|
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 OverwriteWhiteBoxDeviceFingerprintsRequest()
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- White-box key IDpublic DeviceFingerprint[] getDeviceFingerprints()
public void setDeviceFingerprints(DeviceFingerprint[] DeviceFingerprints)
DeviceFingerprints
- Device fingerprint list. If the list is empty, it means to delete all fingerprint information corresponding to the key. There can be up to 200 entries in the list.Copyright © 2020. All rights reserved.