Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) booleanReturn true if this CreateVolumeRequestContent object is equal to o.The name of the catalog where the schema and the volume areThe comment attached to the volumegetName()The name of the volumeThe name of the schema where the volume isThe storage location of the volumeGet volumeTypeinthashCode()schemaName(String schemaName) voidsetCatalogName(String catalogName) voidsetComment(String comment) voidvoidsetSchemaName(String schemaName) voidsetStorageLocation(String storageLocation) 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_VOLUME_TYPE
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_STORAGE_LOCATION
- See Also:
-
-
Constructor Details
-
CreateVolumeRequestContent
public CreateVolumeRequestContent()
-
-
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
-
volumeType
-
getVolumeType
Get volumeType- Returns:
- volumeType
-
setVolumeType
-
comment
-
getComment
The comment attached to the volume- Returns:
- comment
-
setComment
-
storageLocation
-
getStorageLocation
The storage location of the volume- Returns:
- storageLocation
-
setStorageLocation
-
equals
Return true if this CreateVolumeRequestContent 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
-