Package com.acumenvelocity.ath.model
Class DocumentSegmentsWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.DocumentSegmentsWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class DocumentSegmentsWrapper extends ObjectWrapper object for DocumentSegments.
-
-
Constructor Summary
Constructors Constructor Description DocumentSegmentsWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSegmentsWrapperdocumentSegments(List<DocumentSegment> documentSegments)Array of DocumentSegment objects.booleanequals(Object o)List<DocumentSegment>getDocumentSegments()PaginationInfogetPagination()inthashCode()DocumentSegmentsWrapperpagination(PaginationInfo pagination)voidsetDocumentSegments(List<DocumentSegment> documentSegments)voidsetPagination(PaginationInfo pagination)StringtoString()
-
-
-
Method Detail
-
documentSegments
public DocumentSegmentsWrapper documentSegments(List<DocumentSegment> documentSegments)
Array of DocumentSegment objects.
-
getDocumentSegments
public List<DocumentSegment> getDocumentSegments()
-
setDocumentSegments
public void setDocumentSegments(List<DocumentSegment> documentSegments)
-
pagination
public DocumentSegmentsWrapper pagination(PaginationInfo pagination)
-
getPagination
public PaginationInfo getPagination()
-
setPagination
public void setPagination(PaginationInfo pagination)
-
-