Package com.restfb.types
Class LiveVideo
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.LiveVideo
-
- All Implemented Interfaces:
Serializable
public class LiveVideo extends FacebookType
Represents the Live Video API type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description LiveVideo()
-
Method Summary
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
LiveVideo
public LiveVideo()
-
-
Method Detail
-
getBroadcastStartTime
public Date getBroadcastStartTime()
-
setBroadcastStartTime
public void setBroadcastStartTime(Date broadcastStartTime)
-
getCreationTime
public Date getCreationTime()
-
setCreationTime
public void setCreationTime(Date creationTime)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getEmbedHtml
public String getEmbedHtml()
-
setEmbedHtml
public void setEmbedHtml(String embedHtml)
-
getIsManualMode
public Boolean getIsManualMode()
-
setIsManualMode
public void setIsManualMode(Boolean isManualMode)
-
getIsReferenceOnly
public Boolean getIsReferenceOnly()
-
setIsReferenceOnly
public void setIsReferenceOnly(Boolean isReferenceOnly)
-
getLiveViews
public Long getLiveViews()
-
setLiveViews
public void setLiveViews(Long liveViews)
-
getPermalinkUrl
public String getPermalinkUrl()
-
setPermalinkUrl
public void setPermalinkUrl(String permalinkUrl)
-
getPlannedStartTime
public Date getPlannedStartTime()
-
setPlannedStartTime
public void setPlannedStartTime(Date plannedStartTime)
-
getPreviewUrl
public String getPreviewUrl()
-
setPreviewUrl
public void setPreviewUrl(String previewUrl)
-
getSecondsLeft
public Integer getSecondsLeft()
-
setSecondsLeft
public void setSecondsLeft(Integer secondsLeft)
-
getSecureStreamUrl
public String getSecureStreamUrl()
-
setSecureStreamUrl
public void setSecureStreamUrl(String secureStreamUrl)
-
getStreamUrl
public String getStreamUrl()
-
setStreamUrl
public void setStreamUrl(String streamUrl)
-
-