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