public class BatchgetMaterialResult extends ErrcodeBean
errcode, errmsg
Constructor and Description |
---|
BatchgetMaterialResult() |
Modifier and Type | Method and Description |
---|---|
int |
getItem_count() |
List<ItemResult> |
getItem() |
int |
getTotal_count() |
void |
setItem_count(int item_count) |
void |
setItem(List<ItemResult> item) |
void |
setTotal_count(int total_count) |
String |
toString() |
getErrcode, getErrmsg, setErrcode, setErrmsg
public int getTotal_count()
public void setTotal_count(int total_count)
public int getItem_count()
public void setItem_count(int item_count)
public List<ItemResult> getItem()
public void setItem(List<ItemResult> item)
public String toString()
toString
in class ErrcodeBean
Copyright © 2020. All rights reserved.