Package com.acumenvelocity.ath.model
Class GetTranslationMemories200Response
- java.lang.Object
-
- com.acumenvelocity.ath.model.GetTranslationMemories200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class GetTranslationMemories200Response extends Object
-
-
Constructor Summary
Constructors Constructor Description GetTranslationMemories200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTranslationMemories200Responsecode(Integer code)minimum: 100 maximum: 600booleanequals(Object o)IntegergetCode()StringgetMessage()List<TranslationMemoryInfo>getTranslationMemories()inthashCode()GetTranslationMemories200Responsemessage(String message)voidsetCode(Integer code)voidsetMessage(String message)voidsetTranslationMemories(List<TranslationMemoryInfo> translationMemories)StringtoString()GetTranslationMemories200ResponsetranslationMemories(List<TranslationMemoryInfo> translationMemories)Array of TranslationMemoryInfo objects.
-
-
-
Method Detail
-
code
public GetTranslationMemories200Response code(Integer code)
minimum: 100 maximum: 600
-
getCode
public Integer getCode()
-
setCode
public void setCode(Integer code)
-
message
public GetTranslationMemories200Response message(String message)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
translationMemories
public GetTranslationMemories200Response translationMemories(List<TranslationMemoryInfo> translationMemories)
Array of TranslationMemoryInfo objects.
-
getTranslationMemories
public List<TranslationMemoryInfo> getTranslationMemories()
-
setTranslationMemories
public void setTranslationMemories(List<TranslationMemoryInfo> translationMemories)
-
-