Class AlterTransactionAction
- java.lang.Object
-
- com.lancedb.lance.namespace.model.AlterTransactionAction
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class AlterTransactionAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_SET_PROPERTY_ACTION
static java.lang.String
JSON_PROPERTY_SET_STATUS_ACTION
static java.lang.String
JSON_PROPERTY_UNSET_PROPERTY_ACTION
-
Constructor Summary
Constructors Constructor Description AlterTransactionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
AlterTransactionSetProperty
getSetPropertyAction()
AlterTransactionSetStatus
getSetStatusAction()
AlterTransactionUnsetProperty
getUnsetPropertyAction()
int
hashCode()
AlterTransactionAction
setPropertyAction(AlterTransactionSetProperty setPropertyAction)
void
setSetPropertyAction(AlterTransactionSetProperty setPropertyAction)
void
setSetStatusAction(AlterTransactionSetStatus setStatusAction)
AlterTransactionAction
setStatusAction(AlterTransactionSetStatus setStatusAction)
void
setUnsetPropertyAction(AlterTransactionUnsetProperty unsetPropertyAction)
java.lang.String
toString()
java.lang.String
toUrlQueryString()
java.lang.String
toUrlQueryString(java.lang.String prefix)
AlterTransactionAction
unsetPropertyAction(AlterTransactionUnsetProperty unsetPropertyAction)
-
-
-
Field Detail
-
JSON_PROPERTY_SET_STATUS_ACTION
public static final java.lang.String JSON_PROPERTY_SET_STATUS_ACTION
-
JSON_PROPERTY_SET_PROPERTY_ACTION
public static final java.lang.String JSON_PROPERTY_SET_PROPERTY_ACTION
-
JSON_PROPERTY_UNSET_PROPERTY_ACTION
public static final java.lang.String JSON_PROPERTY_UNSET_PROPERTY_ACTION
-
-
Method Detail
-
setStatusAction
public AlterTransactionAction setStatusAction(@Nullable AlterTransactionSetStatus setStatusAction)
-
getSetStatusAction
@Nullable public AlterTransactionSetStatus getSetStatusAction()
-
setSetStatusAction
public void setSetStatusAction(@Nullable AlterTransactionSetStatus setStatusAction)
-
setPropertyAction
public AlterTransactionAction setPropertyAction(@Nullable AlterTransactionSetProperty setPropertyAction)
-
getSetPropertyAction
@Nullable public AlterTransactionSetProperty getSetPropertyAction()
-
setSetPropertyAction
public void setSetPropertyAction(@Nullable AlterTransactionSetProperty setPropertyAction)
-
unsetPropertyAction
public AlterTransactionAction unsetPropertyAction(@Nullable AlterTransactionUnsetProperty unsetPropertyAction)
-
getUnsetPropertyAction
@Nullable public AlterTransactionUnsetProperty getUnsetPropertyAction()
-
setUnsetPropertyAction
public void setUnsetPropertyAction(@Nullable AlterTransactionUnsetProperty unsetPropertyAction)
-
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)
-
-