com.belerweb.social.qq.connect.bean
Class TweetInfo

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.qq.connect.bean.TweetInfo

public class TweetInfo
extends JsonBean


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

Constructor Detail

TweetInfo

public TweetInfo()
Method Detail

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.