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

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

public class Video
extends JsonBean


Constructor Summary
Video()
           
 
Method Summary
 String getPicUrl()
           
 String getPlayer()
           
 String getRealUrl()
           
 String getShortUrl()
           
 String getTitle()
           
static Video parse(org.json.JSONObject jsonObject)
           
 void setPicUrl(String picUrl)
           
 void setPlayer(String player)
           
 void setRealUrl(String realUrl)
           
 void setShortUrl(String shortUrl)
           
 void setTitle(String title)
           
 
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

Video

public Video()
Method Detail

getPicUrl

public String getPicUrl()

setPicUrl

public void setPicUrl(String picUrl)

getPlayer

public String getPlayer()

setPlayer

public void setPlayer(String player)

getRealUrl

public String getRealUrl()

setRealUrl

public void setRealUrl(String realUrl)

getShortUrl

public String getShortUrl()

setShortUrl

public void setShortUrl(String shortUrl)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

parse

public static Video parse(org.json.JSONObject jsonObject)


Copyright © 2014. All Rights Reserved.