public class MaterialResult extends ErrcodeBean
errcode, errmsg
Constructor and Description |
---|
MaterialResult() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDown_url() |
List<Articles> |
getNews_item() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setDown_url(String down_url) |
void |
setNews_item(List<Articles> news_item) |
void |
setTitle(String title) |
String |
toString() |
getErrcode, getErrmsg, setErrcode, setErrmsg
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getDown_url()
public void setDown_url(String down_url)
public String toString()
toString
in class ErrcodeBean
Copyright © 2020. All rights reserved.