Package com.kaltura.client.types
Class GeoTimeLiveStats
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.LiveStats
-
- com.kaltura.client.types.EntryLiveStats
-
- com.kaltura.client.types.GeoTimeLiveStats
-
- All Implemented Interfaces:
ResponseType,Serializable
public class GeoTimeLiveStats extends EntryLiveStats
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeoTimeLiveStats.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description GeoTimeLiveStats()GeoTimeLiveStats(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinategetCity()CoordinategetCountry()voidsetCity(Coordinate city)voidsetCountry(Coordinate country)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.EntryLiveStats
entryId, getEntryId, getPeakAudience, getPeakDvrAudience, peakAudience, peakDvrAudience, setEntryId, setPeakAudience, setPeakDvrAudience
-
Methods inherited from class com.kaltura.client.types.LiveStats
audience, avgBitrate, bufferTime, dvrAudience, getAudience, getAvgBitrate, getBufferTime, getDvrAudience, getPlays, getSecondsViewed, getStartEvent, getTimestamp, plays, secondsViewed, setAudience, setAvgBitrate, setBufferTime, setDvrAudience, setPlays, setSecondsViewed, setStartEvent, setTimestamp, startEvent, timestamp
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
GeoTimeLiveStats
public GeoTimeLiveStats()
-
GeoTimeLiveStats
public GeoTimeLiveStats(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getCity
public Coordinate getCity()
-
setCity
public void setCity(Coordinate city)
-
getCountry
public Coordinate getCountry()
-
setCountry
public void setCountry(Coordinate country)
-
toParams
public Params toParams()
- Overrides:
toParamsin classEntryLiveStats
-
-