Class VolumeInfo

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

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

  • Constructor Details

    • VolumeInfo

      public VolumeInfo()
  • Method Details

    • catalogName

      public VolumeInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable 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 VolumeInfo schemaName(String schemaName)
    • getSchemaName

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

      public void setSchemaName(String schemaName)
    • name

      public VolumeInfo name(String name)
    • getName

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

      public void setName(String name)
    • comment

      public VolumeInfo comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • owner

      public VolumeInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      The identifier of the user who owns the volume
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • createdAt

      public VolumeInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this volume was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public VolumeInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      TThe identifier of the user who created the volume
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public VolumeInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this volume was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public VolumeInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      The identifier of the user who updated the volume last time
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • volumeId

      public VolumeInfo volumeId(String volumeId)
    • getVolumeId

      @Nullable public String getVolumeId()
      Unique identifier of the volume
      Returns:
      volumeId
    • setVolumeId

      public void setVolumeId(String volumeId)
    • volumeType

      public VolumeInfo volumeType(VolumeType volumeType)
    • getVolumeType

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

      public void setVolumeType(VolumeType volumeType)
    • storageLocation

      public VolumeInfo storageLocation(String storageLocation)
    • getStorageLocation

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

      public void setStorageLocation(String storageLocation)
    • fullName

      public VolumeInfo fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      Full name of volume, in form of __catalog_name__.__schema_name__.__volume_name__.
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • equals

      public boolean equals(Object o)
      Return true if this VolumeInfo 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