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

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

public class LiveStreamInfo
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


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

Constructor Detail

LiveStreamInfo

public LiveStreamInfo()
Method Detail

getId

public java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getWidth

public java.lang.Integer getWidth()
Returns:
the width

setWidth

public void setWidth(java.lang.Integer width)
Parameters:
width - the width to set

getHeight

public java.lang.Integer getHeight()
Returns:
the height

setHeight

public void setHeight(java.lang.Integer height)
Parameters:
height - the height to set

getBitrate

public java.lang.Integer getBitrate()
Returns:
the bitrate

setBitrate

public void setBitrate(java.lang.Integer bitrate)
Parameters:
bitrate - the bitrate to set

getAudioBitrate

public java.lang.Integer getAudioBitrate()
Returns:
the audioBitrate

setAudioBitrate

public void setAudioBitrate(java.lang.Integer audioBitrate)
Parameters:
audioBitrate - the audioBitrate to set

getSegmentSize

public java.lang.Integer getSegmentSize()
Returns:
the segmentSize

setSegmentSize

public void setSegmentSize(java.lang.Integer segmentSize)
Parameters:
segmentSize - the segmentSize to set

getMaxSegments

public java.lang.Integer getMaxSegments()
Returns:
the maxSegments

setMaxSegments

public void setMaxSegments(java.lang.Integer maxSegments)
Parameters:
maxSegments - the maxSegments to set

getStartSegment

public java.lang.Integer getStartSegment()
Returns:
the startSegment

setStartSegment

public void setStartSegment(java.lang.Integer startSegment)
Parameters:
startSegment - the startSegment to set

getCurrentSegment

public java.lang.Integer getCurrentSegment()
Returns:
the currentSegment

setCurrentSegment

public void setCurrentSegment(java.lang.Integer currentSegment)
Parameters:
currentSegment - the currentSegment to set

getSegmentCount

public java.lang.Integer getSegmentCount()
Returns:
the segmentCount

setSegmentCount

public void setSegmentCount(java.lang.Integer segmentCount)
Parameters:
segmentCount - the segmentCount to set

getPercentComplete

public java.lang.Integer getPercentComplete()
Returns:
the percentComplete

setPercentComplete

public void setPercentComplete(java.lang.Integer 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 java.lang.Integer getStatusInt()
Returns:
the statusInt

setStatusInt

public void setStatusInt(java.lang.Integer 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 java.lang.Integer getSourceWidth()
Returns:
the sourceWidth

setSourceWidth

public void setSourceWidth(java.lang.Integer sourceWidth)
Parameters:
sourceWidth - the sourceWidth to set

getSourceHeight

public java.lang.Integer getSourceHeight()
Returns:
the sourceHeight

setSourceHeight

public void setSourceHeight(java.lang.Integer sourceHeight)
Parameters:
sourceHeight - the sourceHeight to set

getAudioOnlyBitrate

public java.lang.Integer getAudioOnlyBitrate()
Returns:
the audioOnlyBitrate

setAudioOnlyBitrate

public void setAudioOnlyBitrate(java.lang.Integer audioOnlyBitrate)
Parameters:
audioOnlyBitrate - the audioOnlyBitrate to set