Class TerminalConnectivityBluetooth


  • public class TerminalConnectivityBluetooth
    extends Object
    TerminalConnectivityBluetooth
    • Constructor Detail

      • TerminalConnectivityBluetooth

        public TerminalConnectivityBluetooth()
    • Method Detail

      • ipAddress

        public TerminalConnectivityBluetooth ipAddress​(String ipAddress)
        The terminal's Bluetooth IP address.
        Parameters:
        ipAddress -
        Returns:
        the current TerminalConnectivityBluetooth instance, allowing for method chaining
      • 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)
        The terminal's Bluetooth MAC address.
        Parameters:
        macAddress -
        Returns:
        the current TerminalConnectivityBluetooth instance, allowing for method chaining
      • 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.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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