com.belerweb.social.qq.connect.bean
Class TweetInfo
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.qq.connect.bean.TweetInfo
public class TweetInfo
- extends JsonBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TweetInfo
public TweetInfo()
getId
public String getId()
setId
public void setId(String id)
getCountryCode
public String getCountryCode()
setCountryCode
public void setCountryCode(String countryCode)
getProvinceCode
public String getProvinceCode()
setProvinceCode
public void setProvinceCode(String provinceCode)
getCityCode
public String getCityCode()
setCityCode
public void setCityCode(String cityCode)
getEmotionType
public String getEmotionType()
setEmotionType
public void setEmotionType(String emotionType)
getEmotionUrl
public String getEmotionUrl()
setEmotionUrl
public void setEmotionUrl(String emotionUrl)
getFrom
public String getFrom()
setFrom
public void setFrom(String from)
getFromUrl
public String getFromUrl()
setFromUrl
public void setFromUrl(String fromUrl)
getImage
public String getImage()
setImage
public void setImage(String image)
getGeo
public String getGeo()
setGeo
public void setGeo(String geo)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getLongitude
public Double getLongitude()
setLongitude
public void setLongitude(Double longitude)
getLatitude
public Double getLatitude()
setLatitude
public void setLatitude(Double latitude)
getMusic
public Music getMusic()
setMusic
public void setMusic(Music music)
getOrigText
public String getOrigText()
setOrigText
public void setOrigText(String origText)
getSelf
public Boolean getSelf()
setSelf
public void setSelf(Boolean self)
getStatus
public Integer getStatus()
setStatus
public void setStatus(Integer status)
getText
public String getText()
setText
public void setText(String text)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
getType
public Integer getType()
setType
public void setType(Integer type)
getVideo
public Video getVideo()
setVideo
public void setVideo(Video video)
getCount
public Integer getCount()
setCount
public void setCount(Integer count)
getmCount
public Integer getmCount()
setmCount
public void setmCount(Integer mCount)
getIsVip
public Boolean getIsVip()
setIsVip
public void setIsVip(Boolean isVip)
parse
public static TweetInfo parse(org.json.JSONObject jsonObject)
Copyright © 2014. All Rights Reserved.