Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this VolumeInfo object is equal to o.The name of the catalog where the schema and the volume areThe comment attached to the volumeTime at which this volume was created, in epoch milliseconds.TThe identifier of the user who created the volumeFull name of volume, in form of __catalog_name__.__schema_name__.__volume_name__.getName()The name of the volumegetOwner()The identifier of the user who owns the volumeThe name of the schema where the volume isThe storage location of the volumeTime at which this volume was last modified, in epoch milliseconds.The identifier of the user who updated the volume last timeUnique identifier of the volumeGet volumeTypeinthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetFullName(String fullName) voidvoidvoidsetSchemaName(String schemaName) voidsetStorageLocation(String storageLocation) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) voidsetVolumeId(String volumeId) voidsetVolumeType(VolumeType volumeType) storageLocation(String storageLocation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.volumeType(VolumeType volumeType)
-
Field Details
-
JSON_PROPERTY_CATALOG_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA_NAME
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
JSON_PROPERTY_VOLUME_ID
- See Also:
-
JSON_PROPERTY_VOLUME_TYPE
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
VolumeInfo
public VolumeInfo()
-
-
Method Details
-
catalogName
-
getCatalogName
The name of the catalog where the schema and the volume are- Returns:
- catalogName
-
setCatalogName
-
schemaName
-
getSchemaName
The name of the schema where the volume is- Returns:
- schemaName
-
setSchemaName
-
name
-
getName
The name of the volume- Returns:
- name
-
setName
-
comment
-
getComment
The comment attached to the volume- Returns:
- comment
-
setComment
-
owner
-
getOwner
The identifier of the user who owns the volume- Returns:
- owner
-
setOwner
-
createdAt
-
getCreatedAt
Time at which this volume was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
TThe identifier of the user who created the volume- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this volume was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
The identifier of the user who updated the volume last time- Returns:
- updatedBy
-
setUpdatedBy
-
volumeId
-
getVolumeId
Unique identifier of the volume- Returns:
- volumeId
-
setVolumeId
-
volumeType
-
getVolumeType
Get volumeType- Returns:
- volumeType
-
setVolumeType
-
storageLocation
-
getStorageLocation
The storage location of the volume- Returns:
- storageLocation
-
setStorageLocation
-
fullName
-
getFullName
Full name of volume, in form of __catalog_name__.__schema_name__.__volume_name__.- Returns:
- fullName
-
setFullName
-
equals
Return true if this VolumeInfo object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-