Class Insert<E extends TableSchema<E>>
java.lang.Object
org.opendaylight.ovsdb.lib.operations.Operation<E>
org.opendaylight.ovsdb.lib.operations.Insert<E>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionInsert(TableSchema<E> schema) Insert(TableSchema<E> schema, Row<E> row) Insert(TypedBaseTable<E> typedTable)  - 
Method Summary
Modifier and TypeMethodDescriptiongetRow()getUuid()on(TableSchema<E> schema) voidvoidvoidsetUuidName(String uuidName) <D,C extends TableSchema<C>> 
Insert<E><D,C extends TableSchema<C>> 
Insert<E>value(ColumnSchema<C, D> columnSchema, D value) Methods inherited from class org.opendaylight.ovsdb.lib.operations.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString 
- 
Field Details
- 
INSERT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Insert
 - 
Insert
 - 
Insert
 
 - 
 - 
Method Details
- 
on
 - 
withId
 - 
value
 - 
value
 - 
getUuid
 - 
setUuid
 - 
getUuidName
 - 
setUuidName
 - 
getRow
 - 
setRow
 
 -