Package com.acumenvelocity.ath.model
Class DocumentSegmentWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.DocumentSegmentWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class DocumentSegmentWrapper extends ObjectWrapper object for a single DocumentSegment.
-
-
Constructor Summary
Constructors Constructor Description DocumentSegmentWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSegmentWrapperdocumentSegment(DocumentSegment documentSegment)booleanequals(Object o)DocumentSegmentgetDocumentSegment()inthashCode()voidsetDocumentSegment(DocumentSegment documentSegment)StringtoString()
-
-
-
Method Detail
-
documentSegment
public DocumentSegmentWrapper documentSegment(DocumentSegment documentSegment)
-
getDocumentSegment
public DocumentSegment getDocumentSegment()
-
setDocumentSegment
public void setDocumentSegment(DocumentSegment documentSegment)
-
-