Modifier | Constructor and Description |
---|---|
protected |
Operation() |
protected |
Operation(TableSchema<E> tableSchema) |
|
Operation(TableSchema<E> schema,
String operation) |
Modifier and Type | Method and 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() |
protected Operation()
protected Operation(TableSchema<E> tableSchema)
public Operation(TableSchema<E> schema, String operation)
public String getOp()
public void setOp(String op)
public OperationResult getResult()
public void setResult(OperationResult result)
public TableSchema<E> getTableSchema()
public void setTableSchema(TableSchema<E> tableSchema)
public String getTable()
Copyright © 2018 OpenDaylight. All rights reserved.