@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-08-11T11:20:29.425+08:00[Asia/Shanghai]") public class CommonListLabelMetaInfo extends Object
| 构造器和说明 |
|---|
CommonListLabelMetaInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
CommonListLabelMetaInfo |
addDataItem(LabelMetaInfo dataItem) |
CommonListLabelMetaInfo |
code(Long code) |
CommonListLabelMetaInfo |
data(List<LabelMetaInfo> data) |
boolean |
equals(Object o) |
Long |
getCode()
状态码,0表示正常
|
List<LabelMetaInfo> |
getData()
Get data
|
String |
getMsg()
Get msg
|
int |
hashCode() |
CommonListLabelMetaInfo |
msg(String msg) |
void |
setCode(Long code) |
void |
setData(List<LabelMetaInfo> data) |
void |
setMsg(String msg) |
String |
toString() |
public CommonListLabelMetaInfo code(Long code)
public Long getCode()
public void setCode(Long code)
public CommonListLabelMetaInfo msg(String msg)
public String getMsg()
public void setMsg(String msg)
public CommonListLabelMetaInfo data(List<LabelMetaInfo> data)
public CommonListLabelMetaInfo addDataItem(LabelMetaInfo dataItem)
public List<LabelMetaInfo> getData()
public void setData(List<LabelMetaInfo> data)
Copyright © 2024. All rights reserved.