Package com.acumenvelocity.ath.model
Class TranslationMemoryInfoWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.TranslationMemoryInfoWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class TranslationMemoryInfoWrapper extends ObjectWrapper object for Translation Memory information.
-
-
Constructor Summary
Constructors Constructor Description TranslationMemoryInfoWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TranslationMemoryInfogetTranslationMemoryInfo()inthashCode()voidsetTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)StringtoString()TranslationMemoryInfoWrappertranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
-
-
Method Detail
-
translationMemoryInfo
public TranslationMemoryInfoWrapper translationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
getTranslationMemoryInfo
public TranslationMemoryInfo getTranslationMemoryInfo()
-
setTranslationMemoryInfo
public void setTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
-