Package com.acumenvelocity.ath.model
Class TmSegmentsWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.TmSegmentsWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class TmSegmentsWrapper extends ObjectWrapper object for TmSegments.
-
-
Constructor Summary
Constructors Constructor Description TmSegmentsWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationInfogetPagination()List<TmSegment>getTmSegments()inthashCode()TmSegmentsWrapperpagination(PaginationInfo pagination)voidsetPagination(PaginationInfo pagination)voidsetTmSegments(List<TmSegment> tmSegments)TmSegmentsWrappertmSegments(List<TmSegment> tmSegments)Array of TmSegment objects.StringtoString()
-
-
-
Method Detail
-
tmSegments
public TmSegmentsWrapper tmSegments(List<TmSegment> tmSegments)
Array of TmSegment objects.
-
pagination
public TmSegmentsWrapper pagination(PaginationInfo pagination)
-
getPagination
public PaginationInfo getPagination()
-
setPagination
public void setPagination(PaginationInfo pagination)
-
-