Package com.acumenvelocity.ath.model
Class GetTranslationMemorySegment200Response
- java.lang.Object
-
- com.acumenvelocity.ath.model.GetTranslationMemorySegment200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class GetTranslationMemorySegment200Response extends Object
-
-
Constructor Summary
Constructors Constructor Description GetTranslationMemorySegment200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTranslationMemorySegment200Responsecode(Integer code)minimum: 100 maximum: 600booleanequals(Object o)IntegergetCode()StringgetMessage()TmSegmentgetTmSegment()inthashCode()GetTranslationMemorySegment200Responsemessage(String message)voidsetCode(Integer code)voidsetMessage(String message)voidsetTmSegment(TmSegment tmSegment)GetTranslationMemorySegment200ResponsetmSegment(TmSegment tmSegment)StringtoString()
-
-
-
Method Detail
-
code
public GetTranslationMemorySegment200Response code(Integer code)
minimum: 100 maximum: 600
-
getCode
public Integer getCode()
-
setCode
public void setCode(Integer code)
-
message
public GetTranslationMemorySegment200Response message(String message)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
tmSegment
public GetTranslationMemorySegment200Response tmSegment(TmSegment tmSegment)
-
getTmSegment
public TmSegment getTmSegment()
-
setTmSegment
public void setTmSegment(TmSegment tmSegment)
-
-