public class Article extends Object implements Serializable
Description:
Article(String title, String desc, String picUrl, String url)
String
getDesc()
getPicUrl()
getTitle()
getUrl()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Article(String title, String desc, String picUrl, String url)
title
desc
picUrl
url
public String getTitle()
public String getDesc()
public String getPicUrl()
public String getUrl()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.