public class Mutation extends Object
Constructor and Description |
---|
Mutation(String column,
Mutator mutator,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
getColumn() |
Mutator |
getMutator() |
Object |
getValue() |
void |
setColumn(String column) |
void |
setMutator(Mutator mutator) |
void |
setValue(Object value) |
Copyright © 2018 OpenDaylight. All rights reserved.