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 Summary
Constructors Constructor Description Insert(TableSchema<E> schema)Insert(TableSchema<E> schema, Row<E> row)Insert(TypedBaseTable<E> typedTable) 
- 
Method Summary
All 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.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSERT
public static final String INSERT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
Insert
public Insert(TableSchema<E> schema)
 
- 
Insert
public Insert(TableSchema<E> schema, Row<E> row)
 
- 
Insert
public Insert(TypedBaseTable<E> typedTable)
 
 - 
 
- 
Method Detail
- 
on
public Insert<E> on(TableSchema<E> schema)
 
- 
value
public <D,C extends TableSchema<C>> Insert<E> value(ColumnSchema<C,D> columnSchema, D value)
 
- 
value
public <D,C extends TableSchema<C>> Insert<E> value(Column<C,D> column)
 
- 
getUuid
public String getUuid()
 
- 
setUuid
public void setUuid(String uuid)
 
- 
getUuidName
public String getUuidName()
 
- 
setUuidName
public void setUuidName(String uuidName)
 
 - 
 
 -