Class Operation<E extends TableSchema<E>>
- java.lang.Object
 - 
- org.opendaylight.ovsdb.lib.operations.Operation<E>
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedOperation()protectedOperation(TableSchema<E> tableSchema)Operation(TableSchema<E> schema, String operation) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOp()OperationResultgetResult()StringgetTable()TableSchema<E>getTableSchema()voidsetOp(String op)voidsetResult(OperationResult result)voidsetTableSchema(TableSchema<E> tableSchema)StringtoString() 
 - 
 
- 
- 
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()
 
 - 
 
 -