Package com.adyen.model.management
Class TerminalConnectivityBluetooth
- java.lang.Object
-
- com.adyen.model.management.TerminalConnectivityBluetooth
-
public class TerminalConnectivityBluetooth extends Object
TerminalConnectivityBluetooth
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IP_ADDRESSstatic StringJSON_PROPERTY_MAC_ADDRESS
-
Constructor Summary
Constructors Constructor Description TerminalConnectivityBluetooth()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this TerminalConnectivityBluetooth object is equal to o.static TerminalConnectivityBluetoothfromJson(String jsonString)Create an instance of TerminalConnectivityBluetooth given an JSON stringStringgetIpAddress()The terminal's Bluetooth IP address.StringgetMacAddress()The terminal's Bluetooth MAC address.inthashCode()TerminalConnectivityBluetoothipAddress(String ipAddress)TerminalConnectivityBluetoothmacAddress(String macAddress)voidsetIpAddress(String ipAddress)The terminal's Bluetooth IP address.voidsetMacAddress(String macAddress)The terminal's Bluetooth MAC address.StringtoJson()Convert an instance of TerminalConnectivityBluetooth to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_IP_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAC_ADDRESS
public static final String JSON_PROPERTY_MAC_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
ipAddress
public TerminalConnectivityBluetooth ipAddress(String ipAddress)
-
getIpAddress
public String getIpAddress()
The terminal's Bluetooth IP address.- Returns:
- ipAddress
-
setIpAddress
public void setIpAddress(String ipAddress)
The terminal's Bluetooth IP address.- Parameters:
ipAddress-
-
macAddress
public TerminalConnectivityBluetooth macAddress(String macAddress)
-
getMacAddress
public String getMacAddress()
The terminal's Bluetooth MAC address.- Returns:
- macAddress
-
setMacAddress
public void setMacAddress(String macAddress)
The terminal's Bluetooth MAC address.- Parameters:
macAddress-
-
equals
public boolean equals(Object o)
Return true if this TerminalConnectivityBluetooth object is equal to o.
-
fromJson
public static TerminalConnectivityBluetooth fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of TerminalConnectivityBluetooth given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TerminalConnectivityBluetooth
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to TerminalConnectivityBluetooth
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of TerminalConnectivityBluetooth to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-