Class CreateEmptyTableResponse
java.lang.Object
com.lancedb.lance.namespace.model.CreateEmptyTableResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class CreateEmptyTableResponse
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
properties
(Map<String, String> properties) putPropertiesItem
(String key, String propertiesItem) putStorageOptionsItem
(String key, String storageOptionsItem) void
setLocation
(String location) void
setProperties
(Map<String, String> properties) void
setStorageOptions
(Map<String, String> storageOptions) storageOptions
(Map<String, String> storageOptions) toString()
toUrlQueryString
(String prefix)
-
Field Details
-
JSON_PROPERTY_LOCATION
-
JSON_PROPERTY_PROPERTIES
-
JSON_PROPERTY_STORAGE_OPTIONS
-
-
Constructor Details
-
CreateEmptyTableResponse
public CreateEmptyTableResponse()
-
-
Method Details
-
location
-
getLocation
-
setLocation
-
properties
-
putPropertiesItem
-
getProperties
-
setProperties
-
storageOptions
-
putStorageOptionsItem
-
getStorageOptions
-
setStorageOptions
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
-
toUrlQueryString
-