Package com.acumenvelocity.ath.model
Class GetTranslationMemoryInfo200Response
- java.lang.Object
-
- com.acumenvelocity.ath.model.GetTranslationMemoryInfo200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class GetTranslationMemoryInfo200Response extends Object
-
-
Constructor Summary
Constructors Constructor Description GetTranslationMemoryInfo200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTranslationMemoryInfo200Responsecode(Integer code)minimum: 100 maximum: 600booleanequals(Object o)IntegergetCode()StringgetMessage()TranslationMemoryInfogetTranslationMemoryInfo()inthashCode()GetTranslationMemoryInfo200Responsemessage(String message)voidsetCode(Integer code)voidsetMessage(String message)voidsetTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)StringtoString()GetTranslationMemoryInfo200ResponsetranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
-
-
Method Detail
-
code
public GetTranslationMemoryInfo200Response code(Integer code)
minimum: 100 maximum: 600
-
getCode
public Integer getCode()
-
setCode
public void setCode(Integer code)
-
message
public GetTranslationMemoryInfo200Response message(String message)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
translationMemoryInfo
public GetTranslationMemoryInfo200Response translationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
getTranslationMemoryInfo
public TranslationMemoryInfo getTranslationMemoryInfo()
-
setTranslationMemoryInfo
public void setTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)
-
-