public class Hardware extends Object
Constructor and Description |
---|
Hardware(HardwareType hardwareType,
String serialNumber,
TimeDate productionDate,
String productVersion,
String firmwareVersion,
SecurityStatus securityStatus,
TimeDate lastCleaningDate)
Create hardware information.
|
Modifier and Type | Method and Description |
---|---|
String |
getFirmwareVersion()
Firmware version of the specified hardware.
|
HardwareType |
getHardwareType()
Specifies the hardware.
|
TimeDate |
getLastCleaningDate()
Available if HardwareType is ContactReader or MagStripeReader.
|
TimeDate |
getProductionDate()
Production date of the specified hardware.
|
String |
getProductVersion()
Product version of the specified hardware.
|
SecurityStatus |
getSecurityStatus()
Security status of the specified hardware.
|
String |
getSerialNumber()
Serial number of the specified hardware.
|
String |
toString()
String representation.
|
public Hardware(HardwareType hardwareType, String serialNumber, TimeDate productionDate, String productVersion, String firmwareVersion, SecurityStatus securityStatus, TimeDate lastCleaningDate)
public HardwareType getHardwareType()
public String getSerialNumber()
public TimeDate getProductionDate()
public String getProductVersion()
public String getFirmwareVersion()
public SecurityStatus getSecurityStatus()
public TimeDate getLastCleaningDate()