Class ZencoderLiveStats
java.lang.Object
com.brightcove.zencoder.client.reports.ZencoderLiveStats
public class ZencoderLiveStats extends Object
-
Constructor Summary
Constructors Constructor Description ZencoderLiveStats()
-
Method Summary
Modifier and Type Method Description Long
getBillableEncodedHours()
Long
getBillableStreamHours()
String
getCollectedOn()
Date
getCollectedOnDate()
Convenience method for parsing Zencoder dates.Long
getEncodedHours()
String
getGrouping()
Long
getStreamHours()
Long
getTotalBillableHours()
Long
getTotalHours()
void
setBillableEncodedHours(Long billable_encoded_hours)
void
setBillableStreamHours(Long billable_stream_hours)
void
setCollectedOn(String collected_on)
void
setEncodedHours(Long encoded_hours)
void
setGrouping(String grouping)
void
setStreamHours(Long stream_hours)
void
setTotalBillableHours(Long total_billable_hours)
void
setTotalHours(Long total_hours)
-
Constructor Details
-
ZencoderLiveStats
public ZencoderLiveStats()
-
-
Method Details
-
getGrouping
-
setGrouping
-
getCollectedOn
-
getCollectedOnDate
Convenience method for parsing Zencoder dates. NOTE: All Date's a in UTC.- Throws:
ParseException
-
setCollectedOn
-
getStreamHours
-
setStreamHours
-
getBillableStreamHours
-
setBillableStreamHours
-
getEncodedHours
-
setEncodedHours
-
getBillableEncodedHours
-
setBillableEncodedHours
-
getTotalHours
-
setTotalHours
-
getTotalBillableHours
-
setTotalBillableHours
-