Package com.kaltura.client.types
Class PlayReadyPlayRight
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.PlayReadyRight
-
- com.kaltura.client.types.PlayReadyPlayRight
-
- All Implemented Interfaces:
ResponseType,Serializable
public class PlayReadyPlayRight extends PlayReadyRight
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 interfacePlayReadyPlayRight.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description PlayReadyPlayRight()PlayReadyPlayRight(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
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
-
PlayReadyPlayRight
public PlayReadyPlayRight()
-
PlayReadyPlayRight
public PlayReadyPlayRight(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getAnalogVideoOPL
public PlayReadyAnalogVideoOPL getAnalogVideoOPL()
-
setAnalogVideoOPL
public void setAnalogVideoOPL(PlayReadyAnalogVideoOPL analogVideoOPL)
-
analogVideoOPL
public void analogVideoOPL(String multirequestToken)
-
getAnalogVideoOutputProtectionList
public List<PlayReadyAnalogVideoOPIdHolder> getAnalogVideoOutputProtectionList()
-
setAnalogVideoOutputProtectionList
public void setAnalogVideoOutputProtectionList(List<PlayReadyAnalogVideoOPIdHolder> analogVideoOutputProtectionList)
-
getCompressedDigitalAudioOPL
public PlayReadyDigitalAudioOPL getCompressedDigitalAudioOPL()
-
setCompressedDigitalAudioOPL
public void setCompressedDigitalAudioOPL(PlayReadyDigitalAudioOPL compressedDigitalAudioOPL)
-
compressedDigitalAudioOPL
public void compressedDigitalAudioOPL(String multirequestToken)
-
getCompressedDigitalVideoOPL
public PlayReadyCompressedDigitalVideoOPL getCompressedDigitalVideoOPL()
-
setCompressedDigitalVideoOPL
public void setCompressedDigitalVideoOPL(PlayReadyCompressedDigitalVideoOPL compressedDigitalVideoOPL)
-
compressedDigitalVideoOPL
public void compressedDigitalVideoOPL(String multirequestToken)
-
getDigitalAudioOutputProtectionList
public List<PlayReadyDigitalAudioOPIdHolder> getDigitalAudioOutputProtectionList()
-
setDigitalAudioOutputProtectionList
public void setDigitalAudioOutputProtectionList(List<PlayReadyDigitalAudioOPIdHolder> digitalAudioOutputProtectionList)
-
getUncompressedDigitalAudioOPL
public PlayReadyDigitalAudioOPL getUncompressedDigitalAudioOPL()
-
setUncompressedDigitalAudioOPL
public void setUncompressedDigitalAudioOPL(PlayReadyDigitalAudioOPL uncompressedDigitalAudioOPL)
-
uncompressedDigitalAudioOPL
public void uncompressedDigitalAudioOPL(String multirequestToken)
-
getUncompressedDigitalVideoOPL
public PlayReadyUncompressedDigitalVideoOPL getUncompressedDigitalVideoOPL()
-
setUncompressedDigitalVideoOPL
public void setUncompressedDigitalVideoOPL(PlayReadyUncompressedDigitalVideoOPL uncompressedDigitalVideoOPL)
-
uncompressedDigitalVideoOPL
public void uncompressedDigitalVideoOPL(String multirequestToken)
-
getFirstPlayExpiration
public Integer getFirstPlayExpiration()
-
setFirstPlayExpiration
public void setFirstPlayExpiration(Integer firstPlayExpiration)
-
firstPlayExpiration
public void firstPlayExpiration(String multirequestToken)
-
getPlayEnablers
public List<PlayReadyPlayEnablerHolder> getPlayEnablers()
-
setPlayEnablers
public void setPlayEnablers(List<PlayReadyPlayEnablerHolder> playEnablers)
-
toParams
public Params toParams()
- Overrides:
toParamsin classPlayReadyRight
-
-