Class FailedCreateAssociation

    • Constructor Detail

      • FailedCreateAssociation

        public FailedCreateAssociation()
    • Method Detail

      • setMessage

        public void setMessage​(String message)

        A description of the failure.

        Parameters:
        message - A description of the failure.
      • getMessage

        public String getMessage()

        A description of the failure.

        Returns:
        A description of the failure.
      • withMessage

        public FailedCreateAssociation withMessage​(String message)

        A description of the failure.

        Parameters:
        message - A description of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFault

        public void setFault​(String fault)

        The source of the failure.

        Parameters:
        fault - The source of the failure.
        See Also:
        Fault
      • getFault

        public String getFault()

        The source of the failure.

        Returns:
        The source of the failure.
        See Also:
        Fault
      • withFault

        public FailedCreateAssociation withFault​(String fault)

        The source of the failure.

        Parameters:
        fault - The source of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Fault
      • setFault

        public void setFault​(Fault fault)

        The source of the failure.

        Parameters:
        fault - The source of the failure.
        See Also:
        Fault
      • withFault

        public FailedCreateAssociation withFault​(Fault fault)

        The source of the failure.

        Parameters:
        fault - The source of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Fault
      • 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