Class Comment
- java.lang.Object
 - 
- org.opendaylight.ovsdb.lib.operations.Operation
 - 
- org.opendaylight.ovsdb.lib.operations.Comment
 
 
 
- 
public class Comment extends Operation
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()- 
Methods inherited from class org.opendaylight.ovsdb.lib.operations.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
COMMENT
public static final String COMMENT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
Comment
public Comment(String comment)
 
 - 
 
- 
Method Detail
- 
getComment
public String getComment()
 
 - 
 
 -