public class ApiResponse extends Object
| Constructor and Description |
|---|
ApiResponse() |
ApiResponse(int type,
String requestId,
int code,
String msg,
String path,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMsg() |
String |
getPath() |
byte[] |
getPayload() |
String |
getRequestId() |
int |
getType() |
void |
setCode(int code) |
void |
setMsg(String msg) |
void |
setPath(String path) |
void |
setPayload(byte[] payload) |
void |
setRequestId(String requestId) |
void |
setType(int type) |
String |
toString() |
public int getType()
public void setType(int type)
public String getRequestId()
public void setRequestId(String requestId)
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
public String getPath()
public void setPath(String path)
public byte[] getPayload()
public void setPayload(byte[] payload)
Copyright © 2025 Webull. All rights reserved.