@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-08-11T11:20:29.425+08:00[Asia/Shanghai]") public class InlineResponse2002 extends Object
| 构造器和说明 |
|---|
InlineResponse2002() |
| 限定符和类型 | 方法和说明 |
|---|---|
InlineResponse2002 |
code(Long code) |
InlineResponse2002 |
data(OpenAPiInsightReportResp data) |
boolean |
equals(Object o) |
Long |
getCode()
Get code
|
OpenAPiInsightReportResp |
getData()
Get data
|
String |
getMsg()
Get msg
|
int |
hashCode() |
InlineResponse2002 |
msg(String msg) |
void |
setCode(Long code) |
void |
setData(OpenAPiInsightReportResp data) |
void |
setMsg(String msg) |
String |
toString() |
public InlineResponse2002 code(Long code)
public Long getCode()
public void setCode(Long code)
public InlineResponse2002 msg(String msg)
public String getMsg()
public void setMsg(String msg)
public InlineResponse2002 data(OpenAPiInsightReportResp data)
public OpenAPiInsightReportResp getData()
public void setData(OpenAPiInsightReportResp data)
Copyright © 2023. All rights reserved.