Class ModifyEndpointResult

    • Constructor Detail

      • ModifyEndpointResult

        public ModifyEndpointResult()
    • Method Detail

      • setEndpoint

        public void setEndpoint​(Endpoint endpoint)

        The modified endpoint.

        Parameters:
        endpoint - The modified endpoint.
      • getEndpoint

        public Endpoint getEndpoint()

        The modified endpoint.

        Returns:
        The modified endpoint.
      • withEndpoint

        public ModifyEndpointResult withEndpoint​(Endpoint endpoint)

        The modified endpoint.

        Parameters:
        endpoint - The modified endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object