Direct Known Subclasses:
VolumeInfo

public class VolumeProperties extends StoredDataProperties
Properties of a volume (collection of files). Maps to CreateVolumeRequestContent.
  • Constructor Details

    • VolumeProperties

      public VolumeProperties()
      Constructor
  • Method Details

    • getVolume_type

      public VolumeType getVolume_type()
      Return the type of volume.
      Returns:
      enum
    • setVolume_type

      public void setVolume_type(VolumeType volume_type)
      Set upi the type of volume.
      Parameters:
      volume_type - volume type
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class StoredDataProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class StoredDataProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class StoredDataProperties
      Returns:
      int