Class CreateVolumeRequestContent

java.lang.Object
io.unitycatalog.client.model.CreateVolumeRequestContent

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class CreateVolumeRequestContent extends Object
CreateVolumeRequestContent
  • Field Details

  • Constructor Details

    • CreateVolumeRequestContent

      public CreateVolumeRequestContent()
  • Method Details

    • catalogName

      public CreateVolumeRequestContent catalogName(String catalogName)
    • getCatalogName

      @Nonnull public String getCatalogName()
      The name of the catalog where the schema and the volume are
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • schemaName

      public CreateVolumeRequestContent schemaName(String schemaName)
    • getSchemaName

      @Nonnull public String getSchemaName()
      The name of the schema where the volume is
      Returns:
      schemaName
    • setSchemaName

      public void setSchemaName(String schemaName)
    • name

      public CreateVolumeRequestContent name(String name)
    • getName

      @Nonnull public String getName()
      The name of the volume
      Returns:
      name
    • setName

      public void setName(String name)
    • volumeType

      public CreateVolumeRequestContent volumeType(VolumeType volumeType)
    • getVolumeType

      @Nonnull public VolumeType getVolumeType()
      Get volumeType
      Returns:
      volumeType
    • setVolumeType

      public void setVolumeType(VolumeType volumeType)
    • comment

      public CreateVolumeRequestContent comment(String comment)
    • getComment

      @Nullable public String getComment()
      The comment attached to the volume
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • storageLocation

      public CreateVolumeRequestContent storageLocation(String storageLocation)
    • getStorageLocation

      @Nonnull public String getStorageLocation()
      The storage location of the volume
      Returns:
      storageLocation
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • equals

      public boolean equals(Object o)
      Return true if this CreateVolumeRequestContent object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string