Class AvailabilityOptionsStatus

    • Constructor Detail

      • AvailabilityOptionsStatus

        public AvailabilityOptionsStatus()
    • Method Detail

      • setOptions

        public void setOptions​(Boolean options)

        The availability options configured for the domain.

        Parameters:
        options - The availability options configured for the domain.
      • getOptions

        public Boolean getOptions()

        The availability options configured for the domain.

        Returns:
        The availability options configured for the domain.
      • withOptions

        public AvailabilityOptionsStatus withOptions​(Boolean options)

        The availability options configured for the domain.

        Parameters:
        options - The availability options configured for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isOptions

        public Boolean isOptions()

        The availability options configured for the domain.

        Returns:
        The availability options configured for the domain.
      • setStatus

        public void setStatus​(OptionStatus status)
        Parameters:
        status -
      • withStatus

        public AvailabilityOptionsStatus withStatus​(OptionStatus status)
        Parameters:
        status -
        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