public class DeviceParam extends Object implements Serializable
Constructor and Description |
---|
DeviceParam() |
Modifier and Type | Method and Description |
---|---|
DeviceParam |
clientId(String clientId)
Identifier for partner client that this device belongs to.
|
boolean |
equals(Object o) |
DeviceParam |
firmware(String firmware)
The firmware version of the device as captured from the read.
|
String |
getClientId() |
String |
getFirmware() |
String |
getPartnerId() |
String |
getPartnerKey() |
String |
getReference() |
String |
getSerial() |
int |
hashCode() |
DeviceParam |
partnerId(String partnerId)
ID provided by Bluefin for access to the Decryptx API.
|
DeviceParam |
partnerKey(String partnerKey)
API Key provided by Bluefin for access to the Decryptx API.
|
DeviceParam |
reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
DeviceParam |
serial(String serial)
The serial number of the device.
|
void |
setClientId(String clientId) |
void |
setFirmware(String firmware) |
void |
setPartnerId(String partnerId) |
void |
setPartnerKey(String partnerKey) |
void |
setReference(String reference) |
void |
setSerial(String serial) |
String |
toString() |
public DeviceParam partnerId(String partnerId)
public String getPartnerId()
public void setPartnerId(String partnerId)
public DeviceParam partnerKey(String partnerKey)
public String getPartnerKey()
public void setPartnerKey(String partnerKey)
public DeviceParam reference(String reference)
public String getReference()
public void setReference(String reference)
public DeviceParam serial(String serial)
public String getSerial()
public void setSerial(String serial)
public DeviceParam firmware(String firmware)
public String getFirmware()
public void setFirmware(String firmware)
public DeviceParam clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
Copyright © 2018. All rights reserved.