org.mythtv.services.api.v026.beans
Class LiveStreamInfo

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.LiveStreamInfo

public class LiveStreamInfo
extends java.lang.Object


Constructor Summary
LiveStreamInfo()
           
 
Method Summary
 int getAudioBitrate()
           
 int getAudioOnlyBitrate()
           
 int getBitrate()
           
 org.joda.time.DateTime getCreated()
           
 int getCurrentSegment()
           
 java.lang.String getFullUrl()
           
 int getHeight()
           
 int getId()
           
 org.joda.time.DateTime getLastModified()
           
 int getMaxSegments()
           
 int getPercentComplete()
           
 java.lang.String getRelativeUrl()
           
 int getSegmentCount()
           
 int getSegmentSize()
           
 java.lang.String getSourceFile()
           
 int getSourceHeight()
           
 java.lang.String getSourceHost()
           
 int getSourceWidth()
           
 int getStartSegment()
           
 int getStatusInt()
           
 java.lang.String getStatusMessage()
           
 java.lang.String getStatusStr()
           
 int getWidth()
           
 void setAudioBitrate(int audioBitrate)
           
 void setAudioOnlyBitrate(int audioOnlyBitrate)
           
 void setBitrate(int bitrate)
           
 void setCreated(org.joda.time.DateTime created)
           
 void setCurrentSegment(int currentSegment)
           
 void setFullUrl(java.lang.String fullUrl)
           
 void setHeight(int height)
           
 void setId(int id)
           
 void setLastModified(org.joda.time.DateTime lastModified)
           
 void setMaxSegments(int maxSegments)
           
 void setPercentComplete(int percentComplete)
           
 void setRelativeUrl(java.lang.String relativeUrl)
           
 void setSegmentCount(int segmentCount)
           
 void setSegmentSize(int segmentSize)
           
 void setSourceFile(java.lang.String sourceFile)
           
 void setSourceHeight(int sourceHeight)
           
 void setSourceHost(java.lang.String sourceHost)
           
 void setSourceWidth(int sourceWidth)
           
 void setStartSegment(int startSegment)
           
 void setStatusInt(int statusInt)
           
 void setStatusMessage(java.lang.String statusMessage)
           
 void setStatusStr(java.lang.String statusStr)
           
 void setWidth(int width)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveStreamInfo

public LiveStreamInfo()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getWidth

public int getWidth()
Returns:
the width

setWidth

public void setWidth(int width)
Parameters:
width - the width to set

getHeight

public int getHeight()
Returns:
the height

setHeight

public void setHeight(int height)
Parameters:
height - the height to set

getBitrate

public int getBitrate()
Returns:
the bitrate

setBitrate

public void setBitrate(int bitrate)
Parameters:
bitrate - the bitrate to set

getAudioBitrate

public int getAudioBitrate()
Returns:
the audioBitrate

setAudioBitrate

public void setAudioBitrate(int audioBitrate)
Parameters:
audioBitrate - the audioBitrate to set

getSegmentSize

public int getSegmentSize()
Returns:
the segmentSize

setSegmentSize

public void setSegmentSize(int segmentSize)
Parameters:
segmentSize - the segmentSize to set

getMaxSegments

public int getMaxSegments()
Returns:
the maxSegments

setMaxSegments

public void setMaxSegments(int maxSegments)
Parameters:
maxSegments - the maxSegments to set

getStartSegment

public int getStartSegment()
Returns:
the startSegment

setStartSegment

public void setStartSegment(int startSegment)
Parameters:
startSegment - the startSegment to set

getCurrentSegment

public int getCurrentSegment()
Returns:
the currentSegment

setCurrentSegment

public void setCurrentSegment(int currentSegment)
Parameters:
currentSegment - the currentSegment to set

getSegmentCount

public int getSegmentCount()
Returns:
the segmentCount

setSegmentCount

public void setSegmentCount(int segmentCount)
Parameters:
segmentCount - the segmentCount to set

getPercentComplete

public int getPercentComplete()
Returns:
the percentComplete

setPercentComplete

public void setPercentComplete(int percentComplete)
Parameters:
percentComplete - the percentComplete to set

getCreated

public org.joda.time.DateTime getCreated()
Returns:
the created

setCreated

public void setCreated(org.joda.time.DateTime created)
Parameters:
created - the created to set

getLastModified

public org.joda.time.DateTime getLastModified()
Returns:
the lastModified

setLastModified

public void setLastModified(org.joda.time.DateTime lastModified)
Parameters:
lastModified - the lastModified to set

getRelativeUrl

public java.lang.String getRelativeUrl()
Returns:
the relativeUrl

setRelativeUrl

public void setRelativeUrl(java.lang.String relativeUrl)
Parameters:
relativeUrl - the relativeUrl to set

getFullUrl

public java.lang.String getFullUrl()
Returns:
the fullUrl

setFullUrl

public void setFullUrl(java.lang.String fullUrl)
Parameters:
fullUrl - the fullUrl to set

getStatusStr

public java.lang.String getStatusStr()
Returns:
the statusStr

setStatusStr

public void setStatusStr(java.lang.String statusStr)
Parameters:
statusStr - the statusStr to set

getStatusInt

public int getStatusInt()
Returns:
the statusInt

setStatusInt

public void setStatusInt(int statusInt)
Parameters:
statusInt - the statusInt to set

getStatusMessage

public java.lang.String getStatusMessage()
Returns:
the statusMessage

setStatusMessage

public void setStatusMessage(java.lang.String statusMessage)
Parameters:
statusMessage - the statusMessage to set

getSourceFile

public java.lang.String getSourceFile()
Returns:
the sourceFile

setSourceFile

public void setSourceFile(java.lang.String sourceFile)
Parameters:
sourceFile - the sourceFile to set

getSourceHost

public java.lang.String getSourceHost()
Returns:
the sourceHost

setSourceHost

public void setSourceHost(java.lang.String sourceHost)
Parameters:
sourceHost - the sourceHost to set

getSourceWidth

public int getSourceWidth()
Returns:
the sourceWidth

setSourceWidth

public void setSourceWidth(int sourceWidth)
Parameters:
sourceWidth - the sourceWidth to set

getSourceHeight

public int getSourceHeight()
Returns:
the sourceHeight

setSourceHeight

public void setSourceHeight(int sourceHeight)
Parameters:
sourceHeight - the sourceHeight to set

getAudioOnlyBitrate

public int getAudioOnlyBitrate()
Returns:
the audioOnlyBitrate

setAudioOnlyBitrate

public void setAudioOnlyBitrate(int audioOnlyBitrate)
Parameters:
audioOnlyBitrate - the audioOnlyBitrate to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object