Class Mutation
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.notation.Mutation
-
public class Mutation extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumn()
Mutator
getMutator()
Object
getValue()
void
setColumn(String column)
void
setMutator(Mutator mutator)
void
setValue(Object value)
-