Class CreateTableResponse
- java.lang.Object
-
- com.lancedb.lance.namespace.model.CreateTableResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class CreateTableResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_LOCATION
static java.lang.String
JSON_PROPERTY_PROPERTIES
static java.lang.String
JSON_PROPERTY_SCHEMA
static java.lang.String
JSON_PROPERTY_STORAGE_OPTIONS
static java.lang.String
JSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description CreateTableResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getLocation()
java.util.Map<java.lang.String,java.lang.String>
getProperties()
JsonArrowSchema
getSchema()
java.util.Map<java.lang.String,java.lang.String>
getStorageOptions()
java.lang.Long
getVersion()
int
hashCode()
CreateTableResponse
location(java.lang.String location)
CreateTableResponse
properties(java.util.Map<java.lang.String,java.lang.String> properties)
CreateTableResponse
putPropertiesItem(java.lang.String key, java.lang.String propertiesItem)
CreateTableResponse
putStorageOptionsItem(java.lang.String key, java.lang.String storageOptionsItem)
CreateTableResponse
schema(JsonArrowSchema schema)
void
setLocation(java.lang.String location)
void
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
void
setSchema(JsonArrowSchema schema)
void
setStorageOptions(java.util.Map<java.lang.String,java.lang.String> storageOptions)
void
setVersion(java.lang.Long version)
CreateTableResponse
storageOptions(java.util.Map<java.lang.String,java.lang.String> storageOptions)
java.lang.String
toString()
java.lang.String
toUrlQueryString()
java.lang.String
toUrlQueryString(java.lang.String prefix)
CreateTableResponse
version(java.lang.Long version)
-
-
-
Field Detail
-
JSON_PROPERTY_VERSION
public static final java.lang.String JSON_PROPERTY_VERSION
-
JSON_PROPERTY_LOCATION
public static final java.lang.String JSON_PROPERTY_LOCATION
-
JSON_PROPERTY_SCHEMA
public static final java.lang.String JSON_PROPERTY_SCHEMA
-
JSON_PROPERTY_PROPERTIES
public static final java.lang.String JSON_PROPERTY_PROPERTIES
-
JSON_PROPERTY_STORAGE_OPTIONS
public static final java.lang.String JSON_PROPERTY_STORAGE_OPTIONS
-
-
Method Detail
-
version
public CreateTableResponse version(@Nullable java.lang.Long version)
-
getVersion
@Nullable public java.lang.Long getVersion()
-
setVersion
public void setVersion(@Nullable java.lang.Long version)
-
location
public CreateTableResponse location(@Nullable java.lang.String location)
-
getLocation
@Nullable public java.lang.String getLocation()
-
setLocation
public void setLocation(@Nullable java.lang.String location)
-
schema
public CreateTableResponse schema(@Nullable JsonArrowSchema schema)
-
getSchema
@Nullable public JsonArrowSchema getSchema()
-
setSchema
public void setSchema(@Nullable JsonArrowSchema schema)
-
properties
public CreateTableResponse properties(@Nullable java.util.Map<java.lang.String,java.lang.String> properties)
-
putPropertiesItem
public CreateTableResponse putPropertiesItem(java.lang.String key, java.lang.String propertiesItem)
-
getProperties
@Nullable public java.util.Map<java.lang.String,java.lang.String> getProperties()
-
setProperties
public void setProperties(@Nullable java.util.Map<java.lang.String,java.lang.String> properties)
-
storageOptions
public CreateTableResponse storageOptions(@Nullable java.util.Map<java.lang.String,java.lang.String> storageOptions)
-
putStorageOptionsItem
public CreateTableResponse putStorageOptionsItem(java.lang.String key, java.lang.String storageOptionsItem)
-
getStorageOptions
@Nullable public java.util.Map<java.lang.String,java.lang.String> getStorageOptions()
-
setStorageOptions
public void setStorageOptions(@Nullable java.util.Map<java.lang.String,java.lang.String> storageOptions)
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
toUrlQueryString
public java.lang.String toUrlQueryString()
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
-
-