Package com.acumenvelocity.ath.model
Class GetDocumentSegment200Response
- java.lang.Object
-
- com.acumenvelocity.ath.model.GetDocumentSegment200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class GetDocumentSegment200Response extends Object
-
-
Constructor Summary
Constructors Constructor Description GetDocumentSegment200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDocumentSegment200Responsecode(Integer code)minimum: 100 maximum: 600GetDocumentSegment200ResponsedocumentSegment(DocumentSegment documentSegment)booleanequals(Object o)IntegergetCode()DocumentSegmentgetDocumentSegment()StringgetMessage()inthashCode()GetDocumentSegment200Responsemessage(String message)voidsetCode(Integer code)voidsetDocumentSegment(DocumentSegment documentSegment)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
code
public GetDocumentSegment200Response code(Integer code)
minimum: 100 maximum: 600
-
getCode
public Integer getCode()
-
setCode
public void setCode(Integer code)
-
message
public GetDocumentSegment200Response message(String message)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
documentSegment
public GetDocumentSegment200Response documentSegment(DocumentSegment documentSegment)
-
getDocumentSegment
public DocumentSegment getDocumentSegment()
-
setDocumentSegment
public void setDocumentSegment(DocumentSegment documentSegment)
-
-