Package com.github.cukedoctor.api.model
Class Comment
- java.lang.Object
-
- com.github.cukedoctor.api.model.Comment
-
public class Comment extends Object
Created by pestano on 19/02/16.
-
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<String>extractPattern(String pattern)Optional<String>getLanguage()IntegergetLine()Optional<String>getOrder()StringgetValue()voidsetLine(Integer line)voidsetValue(String value)StringtoString()
-