public class Hardware extends Object
| Constructor and Description |
|---|
Hardware(HardwareType hardwareType,
String serialNumber,
TimeDate productionDate,
String productVersion,
String firmwareVersion,
SecurityStatus securityStatus,
TimeDate lastCleaningDate,
String imsi,
String imei,
String iccid,
String hardwareAddress,
String hardwareDescription)
Create hardware information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirmwareVersion()
Firmware version of the specified hardware.
|
String |
getHardwareAddress()
Hardware address.
|
String |
getHardwareDescription()
Hardware description.
|
HardwareType |
getHardwareType()
Specifies the hardware.
|
String |
getIccid()
Iccid.
|
String |
getImei()
Imei.
|
String |
getImsi()
Imsi.
|
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, String imsi, String imei, String iccid, String hardwareAddress, String hardwareDescription)
public HardwareType getHardwareType()
public String getSerialNumber()
public TimeDate getProductionDate()
public String getProductVersion()
public String getFirmwareVersion()
public SecurityStatus getSecurityStatus()
public TimeDate getLastCleaningDate()
public String getImsi()
public String getImei()
public String getIccid()
public String getHardwareAddress()
public String getHardwareDescription()