Class UdsClientAddress

    • Constructor Detail

      • UdsClientAddress

        public UdsClientAddress()
        Default Constructor
      • UdsClientAddress

        public UdsClientAddress​(UdsClientAddress udsClientAddressObj)
        Copy constructor
        Parameters:
        udsClientAddressObj - reference to the object to be copied
      • UdsClientAddress

        public UdsClientAddress​(String id)
        Parameterized constructor
        Parameters:
        id - Unix domain socket client ID
    • Method Detail

      • getId

        public String getId()
        Gets Id
        Returns:
        Unix domain socket client ID
      • setId

        public void setId​(String id)
        Sets Id
        Parameters:
        id - Unix domain socket client ID
      • toString

        public String toString()
        Stringifies the class
        Overrides:
        toString in class LocalAddress
        Returns:
        stringified class content
      • equals

        public boolean equals​(Object obj)
        Check for equality
        Overrides:
        equals in class LocalAddress
        Parameters:
        obj - Reference to the object to compare to
        Returns:
        true, if objects are equal, false otherwise
      • hashCode

        public int hashCode()
        Calculate code for hashing based on member contents
        Overrides:
        hashCode in class LocalAddress
        Returns:
        The calculated hash code