public class AssistantApiResponse extends Object implements FlowableClientResponse<AssistantCompletion>
| Constructor and Description |
|---|
AssistantApiResponse()
Default constructor.
|
AssistantApiResponse(int code,
String msg)
Constructor with code and message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowable, setFlowablegetData, setCode, setData, setError, setMsg, setSuccesspublic AssistantApiResponse()
public AssistantApiResponse(int code,
String msg)
code - the response codemsg - the response messageCopyright © 2025. All rights reserved.