@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-07-04T11:23:30.393+08:00[Asia/Shanghai]") public class CommonResponseListLabelTreeNode extends Object
| Constructor and Description |
|---|
CommonResponseListLabelTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
CommonResponseListLabelTreeNode |
addDataItem(LabelTreeNode dataItem) |
CommonResponseListLabelTreeNode |
code(Long code) |
CommonResponseListLabelTreeNode |
data(List<LabelTreeNode> data) |
boolean |
equals(Object o) |
Long |
getCode()
状态码,0表示正常
|
List<LabelTreeNode> |
getData()
Get data
|
String |
getMsg()
Get msg
|
int |
hashCode() |
CommonResponseListLabelTreeNode |
msg(String msg) |
void |
setCode(Long code) |
void |
setData(List<LabelTreeNode> data) |
void |
setMsg(String msg) |
String |
toString() |
public CommonResponseListLabelTreeNode code(Long code)
public Long getCode()
public void setCode(Long code)
public CommonResponseListLabelTreeNode msg(String msg)
public String getMsg()
public void setMsg(String msg)
public CommonResponseListLabelTreeNode data(List<LabelTreeNode> data)
public CommonResponseListLabelTreeNode addDataItem(LabelTreeNode dataItem)
public List<LabelTreeNode> getData()
public void setData(List<LabelTreeNode> data)
Copyright © 2023. All rights reserved.