Package com.acumenvelocity.ath.model
Class TranslationMemoryInfosWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.TranslationMemoryInfosWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class TranslationMemoryInfosWrapper extends ObjectWrapper object for TranslationMemoryInfos.
-
-
Constructor Summary
Constructors Constructor Description TranslationMemoryInfosWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaginationInfogetPagination()List<TranslationMemoryInfo>getTranslationMemories()inthashCode()TranslationMemoryInfosWrapperpagination(PaginationInfo pagination)voidsetPagination(PaginationInfo pagination)voidsetTranslationMemories(List<TranslationMemoryInfo> translationMemories)StringtoString()TranslationMemoryInfosWrappertranslationMemories(List<TranslationMemoryInfo> translationMemories)Array of TranslationMemoryInfo objects.
-
-
-
Method Detail
-
translationMemories
public TranslationMemoryInfosWrapper translationMemories(List<TranslationMemoryInfo> translationMemories)
Array of TranslationMemoryInfo objects.
-
getTranslationMemories
public List<TranslationMemoryInfo> getTranslationMemories()
-
setTranslationMemories
public void setTranslationMemories(List<TranslationMemoryInfo> translationMemories)
-
pagination
public TranslationMemoryInfosWrapper pagination(PaginationInfo pagination)
-
getPagination
public PaginationInfo getPagination()
-
setPagination
public void setPagination(PaginationInfo pagination)
-
-