Package com.kaltura.client.types
Class EntryContextDataParams
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.AccessControlScope
-
- com.kaltura.client.types.EntryContextDataParams
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
PlaybackContextOptions
public class EntryContextDataParams extends AccessControlScope
Object which contains contextual entry-related data.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntryContextDataParams.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description EntryContextDataParams()EntryContextDataParams(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflavorAssetId(String multirequestToken)voidflavorTags(String multirequestToken)StringgetFlavorAssetId()StringgetFlavorTags()StringgetMediaProtocol()StringgetStreamerType()voidmediaProtocol(String multirequestToken)voidsetFlavorAssetId(String flavorAssetId)voidsetFlavorTags(String flavorTags)voidsetMediaProtocol(String mediaProtocol)voidsetStreamerType(String streamerType)voidstreamerType(String multirequestToken)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.AccessControlScope
getContexts, getHashes, getIp, getKs, getReferrer, getTime, getUserAgent, ip, ks, referrer, setContexts, setHashes, setIp, setKs, setReferrer, setTime, setUserAgent, time, userAgent
-
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
-
EntryContextDataParams
public EntryContextDataParams()
-
EntryContextDataParams
public EntryContextDataParams(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getFlavorAssetId
public String getFlavorAssetId()
-
setFlavorAssetId
public void setFlavorAssetId(String flavorAssetId)
-
flavorAssetId
public void flavorAssetId(String multirequestToken)
-
getFlavorTags
public String getFlavorTags()
-
setFlavorTags
public void setFlavorTags(String flavorTags)
-
flavorTags
public void flavorTags(String multirequestToken)
-
getStreamerType
public String getStreamerType()
-
setStreamerType
public void setStreamerType(String streamerType)
-
streamerType
public void streamerType(String multirequestToken)
-
getMediaProtocol
public String getMediaProtocol()
-
setMediaProtocol
public void setMediaProtocol(String mediaProtocol)
-
mediaProtocol
public void mediaProtocol(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classAccessControlScope
-
-