public class ParserParam extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ParserParam.DeviceTypeEnum
The type of device that generated the payload.
|
Constructor and Description |
---|
ParserParam() |
Modifier and Type | Method and Description |
---|---|
ParserParam |
clientId(String clientId)
Identifier for partner client that this device belongs to.
|
ParserParam |
devicePayload(String devicePayload)
The payload to be decrypted.
|
ParserParam |
deviceSerial(String deviceSerial)
The serial number of the device that generated the payload.
|
ParserParam |
deviceType(ParserParam.DeviceTypeEnum deviceType)
The type of device that generated the payload.
|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getDevicePayload() |
String |
getDeviceSerial() |
ParserParam.DeviceTypeEnum |
getDeviceType() |
String |
getKsn() |
String |
getPartnerId() |
String |
getPartnerKey() |
String |
getReference() |
int |
hashCode() |
ParserParam |
ksn(String ksn)
The key sequence number (ksn) required to decrypt the card data.
|
ParserParam |
partnerId(String partnerId)
ID provided by Bluefin for access to the Decryptx API.
|
ParserParam |
partnerKey(String partnerKey)
API Key provided by Bluefin for access to the Decryptx API.
|
ParserParam |
reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
void |
setClientId(String clientId) |
void |
setDevicePayload(String devicePayload) |
void |
setDeviceSerial(String deviceSerial) |
void |
setDeviceType(ParserParam.DeviceTypeEnum deviceType) |
void |
setKsn(String ksn) |
void |
setPartnerId(String partnerId) |
void |
setPartnerKey(String partnerKey) |
void |
setReference(String reference) |
String |
toString() |
public ParserParam partnerId(String partnerId)
public String getPartnerId()
public void setPartnerId(String partnerId)
public ParserParam partnerKey(String partnerKey)
public String getPartnerKey()
public void setPartnerKey(String partnerKey)
public ParserParam deviceType(ParserParam.DeviceTypeEnum deviceType)
public ParserParam.DeviceTypeEnum getDeviceType()
public void setDeviceType(ParserParam.DeviceTypeEnum deviceType)
public ParserParam deviceSerial(String deviceSerial)
public String getDeviceSerial()
public void setDeviceSerial(String deviceSerial)
public ParserParam ksn(String ksn)
public String getKsn()
public void setKsn(String ksn)
public ParserParam devicePayload(String devicePayload)
public String getDevicePayload()
public void setDevicePayload(String devicePayload)
public ParserParam clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public ParserParam reference(String reference)
public String getReference()
public void setReference(String reference)
Copyright © 2018. All rights reserved.