Package com.acumenvelocity.ath.model
Class ModifiedSegmentsWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.ModifiedSegmentsWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class ModifiedSegmentsWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ModifiedSegmentsWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<DocumentSegment>getModSegments()PaginationInfogetPagination()inthashCode()ModifiedSegmentsWrappermodSegments(List<DocumentSegment> modSegments)ModifiedSegmentsWrapperpagination(PaginationInfo pagination)voidsetModSegments(List<DocumentSegment> modSegments)voidsetPagination(PaginationInfo pagination)StringtoString()
-
-
-
Method Detail
-
modSegments
public ModifiedSegmentsWrapper modSegments(List<DocumentSegment> modSegments)
-
getModSegments
public List<DocumentSegment> getModSegments()
-
setModSegments
public void setModSegments(List<DocumentSegment> modSegments)
-
pagination
public ModifiedSegmentsWrapper pagination(PaginationInfo pagination)
-
getPagination
public PaginationInfo getPagination()
-
setPagination
public void setPagination(PaginationInfo pagination)
-
-