public class MediaBean extends ErrcodeBean
errcode, errmsg
Constructor and Description |
---|
MediaBean() |
Modifier and Type | Method and Description |
---|---|
long |
getCreated_at() |
MediaType |
getEnumType() |
String |
getMedia_id() |
String |
getType() |
String |
getUrl() |
void |
setCreated_at(long created_at) |
void |
setMedia_id(String media_id) |
void |
setType(MediaType type) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
getErrcode, getErrmsg, setErrcode, setErrmsg
public String getType()
public MediaType getEnumType()
public void setType(String type)
public void setType(MediaType type)
public String getMedia_id()
public void setMedia_id(String media_id)
public long getCreated_at()
public void setCreated_at(long created_at)
public String getUrl()
public void setUrl(String url)
public String toString()
toString
in class ErrcodeBean
Copyright © 2020. All rights reserved.