Class Operation<E extends TableSchema<E>>
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.operations.Operation<E>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Operation()
protected
Operation(TableSchema<E> tableSchema)
Operation(TableSchema<E> schema, String operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOp()
OperationResult
getResult()
String
getTable()
TableSchema<E>
getTableSchema()
void
setOp(String op)
void
setResult(OperationResult result)
void
setTableSchema(TableSchema<E> tableSchema)
String
toString()
-
-
-
Constructor Detail
-
Operation
protected Operation()
-
Operation
protected Operation(TableSchema<E> tableSchema)
-
Operation
public Operation(TableSchema<E> schema, String operation)
-
-
Method Detail
-
getOp
public String getOp()
-
setOp
public void setOp(String op)
-
getResult
public OperationResult getResult()
-
setResult
public void setResult(OperationResult result)
-
getTableSchema
public TableSchema<E> getTableSchema()
-
setTableSchema
public void setTableSchema(TableSchema<E> tableSchema)
-
getTable
public String getTable()
-
-