Class VolumeStatusDetails

    • Constructor Detail

      • VolumeStatusDetails

        public VolumeStatusDetails()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the volume status.

        Parameters:
        name - The name of the volume status.
        See Also:
        VolumeStatusName
      • getName

        public String getName()

        The name of the volume status.

        Returns:
        The name of the volume status.
        See Also:
        VolumeStatusName
      • withName

        public VolumeStatusDetails withName​(String name)

        The name of the volume status.

        Parameters:
        name - The name of the volume status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VolumeStatusName
      • setName

        public void setName​(VolumeStatusName name)

        The name of the volume status.

        Parameters:
        name - The name of the volume status.
        See Also:
        VolumeStatusName
      • withName

        public VolumeStatusDetails withName​(VolumeStatusName name)

        The name of the volume status.

        Parameters:
        name - The name of the volume status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VolumeStatusName
      • setStatus

        public void setStatus​(String status)

        The intended status of the volume status.

        Parameters:
        status - The intended status of the volume status.
      • getStatus

        public String getStatus()

        The intended status of the volume status.

        Returns:
        The intended status of the volume status.
      • withStatus

        public VolumeStatusDetails withStatus​(String status)

        The intended status of the volume status.

        Parameters:
        status - The intended status of the volume 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