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