Class Insert<E extends TableSchema<E>>
- java.lang.Object
- 
- org.opendaylight.ovsdb.lib.operations.Operation<E>
- 
- org.opendaylight.ovsdb.lib.operations.Insert<E>
 
 
- 
 public class Insert<E extends TableSchema<E>> extends Operation<E> 
- 
- 
Constructor SummaryConstructors Constructor Description Insert(TableSchema<E> schema)Insert(TableSchema<E> schema, Row<E> row)Insert(TypedBaseTable<E> typedTable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getRow()StringgetUuid()StringgetUuidName()Insert<E>on(TableSchema<E> schema)voidsetRow(Map<String,Object> row)voidsetUuid(String uuid)voidsetUuidName(String uuidName)<D,C extends TableSchema<C>>
 Insert<E>value(Column<C,D> column)<D,C extends TableSchema<C>>
 Insert<E>value(ColumnSchema<C,D> columnSchema, D value)Insert<E>withId(String name)- 
Methods inherited from class org.opendaylight.ovsdb.lib.operations.OperationgetOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSERTpublic static final String INSERT - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Insertpublic Insert(TableSchema<E> schema) 
 - 
Insertpublic Insert(TableSchema<E> schema, Row<E> row) 
 - 
Insertpublic Insert(TypedBaseTable<E> typedTable) 
 
- 
 - 
Method Detail- 
onpublic Insert<E> on(TableSchema<E> schema) 
 - 
valuepublic <D,C extends TableSchema<C>> Insert<E> value(ColumnSchema<C,D> columnSchema, D value) 
 - 
valuepublic <D,C extends TableSchema<C>> Insert<E> value(Column<C,D> column) 
 - 
getUuidpublic String getUuid() 
 - 
setUuidpublic void setUuid(String uuid) 
 - 
getUuidNamepublic String getUuidName() 
 - 
setUuidNamepublic void setUuidName(String uuidName) 
 
- 
 
-