Uses of Class
com.brightcove.zencoder.client.reports.ZencoderLiveStats
Package | Description |
---|---|
com.brightcove.zencoder.client.reports |
-
Uses of ZencoderLiveStats in com.brightcove.zencoder.client.reports
Methods in com.brightcove.zencoder.client.reports that return ZencoderLiveStats Modifier and Type Method Description ZencoderLiveStats
ZencoderAllTotal. getLive()
ZencoderLiveStats
ZencoderLiveUsage. getTotal()
Methods in com.brightcove.zencoder.client.reports that return types with arguments of type ZencoderLiveStats Modifier and Type Method Description List<ZencoderLiveStats>
ZencoderAllStats. getLive()
List<ZencoderLiveStats>
ZencoderLiveUsage. getStatistics()
Methods in com.brightcove.zencoder.client.reports with parameters of type ZencoderLiveStats Modifier and Type Method Description void
ZencoderAllTotal. setLive(ZencoderLiveStats live)
void
ZencoderLiveUsage. setTotal(ZencoderLiveStats total)
Method parameters in com.brightcove.zencoder.client.reports with type arguments of type ZencoderLiveStats Modifier and Type Method Description void
ZencoderAllStats. setLive(List<ZencoderLiveStats> live)
void
ZencoderLiveUsage. setStatistics(List<ZencoderLiveStats> statistics)