Class CreateTableIndexResponse
- java.lang.Object
-
- com.lancedb.lance.namespace.model.CreateTableIndexResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class CreateTableIndexResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_ID
static java.lang.String
JSON_PROPERTY_LOCATION
static java.lang.String
JSON_PROPERTY_PROPERTIES
-
Constructor Summary
Constructors Constructor Description CreateTableIndexResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTableIndexResponse
addIdItem(java.lang.String idItem)
boolean
equals(java.lang.Object o)
java.util.List<java.lang.String>
getId()
java.lang.String
getLocation()
java.util.Map<java.lang.String,java.lang.String>
getProperties()
int
hashCode()
CreateTableIndexResponse
id(java.util.List<java.lang.String> id)
CreateTableIndexResponse
location(java.lang.String location)
CreateTableIndexResponse
properties(java.util.Map<java.lang.String,java.lang.String> properties)
CreateTableIndexResponse
putPropertiesItem(java.lang.String key, java.lang.String propertiesItem)
void
setId(java.util.List<java.lang.String> id)
void
setLocation(java.lang.String location)
void
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
java.lang.String
toString()
java.lang.String
toUrlQueryString()
java.lang.String
toUrlQueryString(java.lang.String prefix)
-
-
-
Method Detail
-
id
public CreateTableIndexResponse id(@Nullable java.util.List<java.lang.String> id)
-
addIdItem
public CreateTableIndexResponse addIdItem(java.lang.String idItem)
-
getId
@Nullable public java.util.List<java.lang.String> getId()
-
setId
public void setId(@Nullable java.util.List<java.lang.String> id)
-
location
public CreateTableIndexResponse location(@Nonnull java.lang.String location)
-
getLocation
@Nonnull public java.lang.String getLocation()
-
setLocation
public void setLocation(@Nonnull java.lang.String location)
-
properties
public CreateTableIndexResponse properties(@Nullable java.util.Map<java.lang.String,java.lang.String> properties)
-
putPropertiesItem
public CreateTableIndexResponse 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)
-
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)
-
-