Class TerminalConnectivityEthernet


  • public class TerminalConnectivityEthernet
    extends Object
    TerminalConnectivityEthernet
    • Constructor Detail

      • TerminalConnectivityEthernet

        public TerminalConnectivityEthernet()
    • Method Detail

      • getIpAddress

        public String getIpAddress()
        The terminal's ethernet IP address.
        Returns:
        ipAddress
      • setIpAddress

        public void setIpAddress​(String ipAddress)
        The terminal's ethernet IP address.
        Parameters:
        ipAddress -
      • getLinkNegotiation

        public String getLinkNegotiation()
        The ethernet link negotiation that the terminal uses.
        Returns:
        linkNegotiation
      • setLinkNegotiation

        public void setLinkNegotiation​(String linkNegotiation)
        The ethernet link negotiation that the terminal uses.
        Parameters:
        linkNegotiation -
      • getMacAddress

        public String getMacAddress()
        The terminal's ethernet MAC address.
        Returns:
        macAddress
      • setMacAddress

        public void setMacAddress​(String macAddress)
        The terminal's ethernet MAC address.
        Parameters:
        macAddress -
      • equals

        public boolean equals​(Object o)
        Return true if this TerminalConnectivityEthernet object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static TerminalConnectivityEthernet fromJson​(String jsonString)
                                                     throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of TerminalConnectivityEthernet given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of TerminalConnectivityEthernet
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to TerminalConnectivityEthernet
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of TerminalConnectivityEthernet to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException