Class DescribeTableResponse
- java.lang.Object
-
- com.lancedb.lance.namespace.model.DescribeTableResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class DescribeTableResponse 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 DescribeTableResponse()
-
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()
DescribeTableResponse
location(java.lang.String location)
DescribeTableResponse
properties(java.util.Map<java.lang.String,java.lang.String> properties)
DescribeTableResponse
putPropertiesItem(java.lang.String key, java.lang.String propertiesItem)
DescribeTableResponse
putStorageOptionsItem(java.lang.String key, java.lang.String storageOptionsItem)
DescribeTableResponse
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)
DescribeTableResponse
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)
DescribeTableResponse
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 DescribeTableResponse version(@Nullable java.lang.Long version)
-
getVersion
@Nullable public java.lang.Long getVersion()
-
setVersion
public void setVersion(@Nullable java.lang.Long version)
-
location
public DescribeTableResponse location(@Nullable java.lang.String location)
-
getLocation
@Nullable public java.lang.String getLocation()
-
setLocation
public void setLocation(@Nullable java.lang.String location)
-
schema
public DescribeTableResponse schema(@Nullable JsonArrowSchema schema)
-
getSchema
@Nullable public JsonArrowSchema getSchema()
-
setSchema
public void setSchema(@Nullable JsonArrowSchema schema)
-
properties
public DescribeTableResponse properties(@Nullable java.util.Map<java.lang.String,java.lang.String> properties)
-
putPropertiesItem
public DescribeTableResponse 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 DescribeTableResponse storageOptions(@Nullable java.util.Map<java.lang.String,java.lang.String> storageOptions)
-
putStorageOptionsItem
public DescribeTableResponse 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)
-
-