public class GetTerminalDetailsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTerminalDetailsResponse.TerminalStatusEnum
The status of the terminal: - `OnlineToday`, `OnlineLast1Day`, `OnlineLast2Days` etcetera to `OnlineLast7Days`: Indicates when in the past week the terminal was last online.
|
| Constructor and Description |
|---|
GetTerminalDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetTerminalDetailsResponse |
bluetoothIp(String bluetoothIp) |
GetTerminalDetailsResponse |
bluetoothMac(String bluetoothMac) |
GetTerminalDetailsResponse |
companyAccount(String companyAccount) |
GetTerminalDetailsResponse |
country(String country) |
GetTerminalDetailsResponse |
deviceModel(String deviceModel) |
GetTerminalDetailsResponse |
dhcpEnabled(Boolean dhcpEnabled) |
GetTerminalDetailsResponse |
displayLabel(String displayLabel) |
boolean |
equals(Object o) |
GetTerminalDetailsResponse |
ethernetIp(String ethernetIp) |
GetTerminalDetailsResponse |
ethernetMac(String ethernetMac) |
GetTerminalDetailsResponse |
firmwareVersion(String firmwareVersion) |
String |
getBluetoothIp()
The Bluetooth IP address of the terminal.
|
String |
getBluetoothMac()
The Bluetooth MAC address of the terminal.
|
String |
getCompanyAccount()
The company account that the terminal is associated with.
|
String |
getCountry()
The country where the terminal is used.
|
String |
getDeviceModel()
The model name of the terminal.
|
String |
getDisplayLabel()
The label shown on the status bar of the display.
|
String |
getEthernetIp()
The terminal's IP address in your Ethernet network.
|
String |
getEthernetMac()
The terminal's MAC address in your Ethernet network.
|
String |
getFirmwareVersion()
The software release currently in use on the terminal.
|
String |
getIccid()
The integrated circuit card identifier (ICCID) of the SIM card in the terminal.
|
String |
getLastActivityDateTime()
Date and time of the last activity on the terminal.
|
String |
getLastTransactionDateTime()
Date and time of the last transaction on the terminal.
|
String |
getLinkNegotiation()
The Ethernet link negotiation that the terminal uses: - `auto`: Auto-negotiation - `100full`: 100 Mbps full duplex
|
String |
getMerchantAccount()
The merchant account that the terminal is associated with.
|
String |
getPermanentTerminalId()
The permanent terminal ID.
|
String |
getSerialNumber()
The serial number of the terminal.
|
String |
getSimStatus()
On a terminal that supports 3G or 4G connectivity, indicates the status of the SIM card in the terminal: ACTIVE or INVENTORY.
|
String |
getStore()
The store code of the store that the terminal is assigned to.
|
Store |
getStoreDetails()
Get storeDetails
|
String |
getTerminal()
The unique terminal ID.
|
GetTerminalDetailsResponse.TerminalStatusEnum |
getTerminalStatus()
The status of the terminal: - `OnlineToday`, `OnlineLast1Day`, `OnlineLast2Days` etcetera to `OnlineLast7Days`: Indicates when in the past week the terminal was last online.
|
String |
getWifiIp()
The terminal's IP address in your Wi-Fi network.
|
String |
getWifiMac()
The terminal's MAC address in your Wi-Fi network.
|
int |
hashCode() |
GetTerminalDetailsResponse |
iccid(String iccid) |
Boolean |
isDhcpEnabled()
Indicates whether assigning IP addresses through a DHCP server is enabled on the terminal.
|
Boolean |
isMerchantInventory()
Boolean that indicates if the terminal is assigned to the merchant inventory.
|
GetTerminalDetailsResponse |
lastActivityDateTime(String lastActivityDateTime) |
GetTerminalDetailsResponse |
lastTransactionDateTime(String lastTransactionDateTime) |
GetTerminalDetailsResponse |
linkNegotiation(String linkNegotiation) |
GetTerminalDetailsResponse |
merchantAccount(String merchantAccount) |
GetTerminalDetailsResponse |
merchantInventory(Boolean merchantInventory) |
GetTerminalDetailsResponse |
permanentTerminalId(String permanentTerminalId) |
GetTerminalDetailsResponse |
serialNumber(String serialNumber) |
void |
setBluetoothIp(String bluetoothIp) |
void |
setBluetoothMac(String bluetoothMac) |
void |
setCompanyAccount(String companyAccount) |
void |
setCountry(String country) |
void |
setDeviceModel(String deviceModel) |
void |
setDhcpEnabled(Boolean dhcpEnabled) |
void |
setDisplayLabel(String displayLabel) |
void |
setEthernetIp(String ethernetIp) |
void |
setEthernetMac(String ethernetMac) |
void |
setFirmwareVersion(String firmwareVersion) |
void |
setIccid(String iccid) |
void |
setLastActivityDateTime(String lastActivityDateTime) |
void |
setLastTransactionDateTime(String lastTransactionDateTime) |
void |
setLinkNegotiation(String linkNegotiation) |
void |
setMerchantAccount(String merchantAccount) |
void |
setMerchantInventory(Boolean merchantInventory) |
void |
setPermanentTerminalId(String permanentTerminalId) |
void |
setSerialNumber(String serialNumber) |
void |
setSimStatus(String simStatus) |
void |
setStore(String store) |
void |
setStoreDetails(Store storeDetails) |
void |
setTerminal(String terminal) |
void |
setTerminalStatus(GetTerminalDetailsResponse.TerminalStatusEnum terminalStatus) |
void |
setWifiIp(String wifiIp) |
void |
setWifiMac(String wifiMac) |
GetTerminalDetailsResponse |
simStatus(String simStatus) |
GetTerminalDetailsResponse |
store(String store) |
GetTerminalDetailsResponse |
storeDetails(Store storeDetails) |
GetTerminalDetailsResponse |
terminal(String terminal) |
GetTerminalDetailsResponse |
terminalStatus(GetTerminalDetailsResponse.TerminalStatusEnum terminalStatus) |
String |
toString() |
GetTerminalDetailsResponse |
wifiIp(String wifiIp) |
GetTerminalDetailsResponse |
wifiMac(String wifiMac) |
public GetTerminalDetailsResponse bluetoothIp(String bluetoothIp)
public String getBluetoothIp()
public void setBluetoothIp(String bluetoothIp)
public GetTerminalDetailsResponse bluetoothMac(String bluetoothMac)
public String getBluetoothMac()
public void setBluetoothMac(String bluetoothMac)
public GetTerminalDetailsResponse companyAccount(String companyAccount)
public String getCompanyAccount()
public void setCompanyAccount(String companyAccount)
public GetTerminalDetailsResponse country(String country)
public String getCountry()
public void setCountry(String country)
public GetTerminalDetailsResponse deviceModel(String deviceModel)
public String getDeviceModel()
public void setDeviceModel(String deviceModel)
public GetTerminalDetailsResponse dhcpEnabled(Boolean dhcpEnabled)
public Boolean isDhcpEnabled()
public void setDhcpEnabled(Boolean dhcpEnabled)
public GetTerminalDetailsResponse displayLabel(String displayLabel)
public String getDisplayLabel()
public void setDisplayLabel(String displayLabel)
public GetTerminalDetailsResponse ethernetIp(String ethernetIp)
public String getEthernetIp()
public void setEthernetIp(String ethernetIp)
public GetTerminalDetailsResponse ethernetMac(String ethernetMac)
public String getEthernetMac()
public void setEthernetMac(String ethernetMac)
public GetTerminalDetailsResponse firmwareVersion(String firmwareVersion)
public String getFirmwareVersion()
public void setFirmwareVersion(String firmwareVersion)
public GetTerminalDetailsResponse iccid(String iccid)
public String getIccid()
public void setIccid(String iccid)
public GetTerminalDetailsResponse lastActivityDateTime(String lastActivityDateTime)
public String getLastActivityDateTime()
public void setLastActivityDateTime(String lastActivityDateTime)
public GetTerminalDetailsResponse lastTransactionDateTime(String lastTransactionDateTime)
public String getLastTransactionDateTime()
public void setLastTransactionDateTime(String lastTransactionDateTime)
public GetTerminalDetailsResponse linkNegotiation(String linkNegotiation)
public String getLinkNegotiation()
public void setLinkNegotiation(String linkNegotiation)
public GetTerminalDetailsResponse merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public GetTerminalDetailsResponse merchantInventory(Boolean merchantInventory)
public Boolean isMerchantInventory()
public void setMerchantInventory(Boolean merchantInventory)
public GetTerminalDetailsResponse permanentTerminalId(String permanentTerminalId)
public String getPermanentTerminalId()
public void setPermanentTerminalId(String permanentTerminalId)
public GetTerminalDetailsResponse serialNumber(String serialNumber)
public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public GetTerminalDetailsResponse simStatus(String simStatus)
public String getSimStatus()
public void setSimStatus(String simStatus)
public GetTerminalDetailsResponse store(String store)
public String getStore()
public void setStore(String store)
public GetTerminalDetailsResponse storeDetails(Store storeDetails)
public Store getStoreDetails()
public void setStoreDetails(Store storeDetails)
public GetTerminalDetailsResponse terminal(String terminal)
public String getTerminal()
public void setTerminal(String terminal)
public GetTerminalDetailsResponse terminalStatus(GetTerminalDetailsResponse.TerminalStatusEnum terminalStatus)
public GetTerminalDetailsResponse.TerminalStatusEnum getTerminalStatus()
public void setTerminalStatus(GetTerminalDetailsResponse.TerminalStatusEnum terminalStatus)
public GetTerminalDetailsResponse wifiIp(String wifiIp)
public String getWifiIp()
public void setWifiIp(String wifiIp)
public GetTerminalDetailsResponse wifiMac(String wifiMac)
public String getWifiMac()
public void setWifiMac(String wifiMac)
Copyright © 2022. All rights reserved.