public class StreamInfos extends Object
Constructor and Description |
---|
StreamInfos() |
Modifier and Type | Method and Description |
---|---|
StreamInfos |
addStreamInfosItem(StreamInfosDetails streamInfosItem) |
boolean |
equals(Object o) |
List<StreamInfosDetails> |
getStreamInfos()
Details about billable minutes for each resolution category
|
Date |
getTime()
Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)
|
int |
hashCode() |
void |
setStreamInfos(List<StreamInfosDetails> streamInfos)
Details about billable minutes for each resolution category
|
void |
setTime(Date time)
Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)
|
String |
toString() |
public Date getTime()
public void setTime(Date time)
time
- Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)public StreamInfos addStreamInfosItem(StreamInfosDetails streamInfosItem)
public List<StreamInfosDetails> getStreamInfos()
public void setStreamInfos(List<StreamInfosDetails> streamInfos)
streamInfos
- Details about billable minutes for each resolution categoryCopyright © 2025. All rights reserved.