Class Update<E extends TableSchema<E>>
java.lang.Object
org.opendaylight.ovsdb.lib.operations.Operation<E>
org.opendaylight.ovsdb.lib.operations.Update<E>
- All Implemented Interfaces:
 ConditionalOperation
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionUpdate(TableSchema<E> schema) Update(TableSchema<E> schema, Row<E> row) Update(TypedBaseTable<E> typedTable)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCondition(Condition condition) getRow()getUuid()getWhere()on(TableSchema schema) <T extends TableSchema<T>,D> 
Update<E> <T extends TableSchema<T>,D> 
Update<E> set(ColumnSchema<T, D> columnSchema, D value) voidvoidvoidsetUuidName(String uuidName) voidMethods inherited from class org.opendaylight.ovsdb.lib.operations.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString 
- 
Field Details
- 
UPDATE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Update
 - 
Update
 - 
Update
 
 - 
 - 
Method Details
- 
on
 - 
set
 - 
set
 - 
where
 - 
getUuid
 - 
setUuid
 - 
getUuidName
 - 
setUuidName
 - 
getRow
 - 
setRow
 - 
addCondition
- Specified by:
 addConditionin interfaceConditionalOperation
 - 
getWhere
 - 
setWhere
 
 -