Package com.kaltura.client.types
Class PlayReadyPolicy
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.DrmPolicy
-
- com.kaltura.client.types.PlayReadyPolicy
-
- All Implemented Interfaces:
ResponseType,Serializable
public class PlayReadyPolicy extends DrmPolicy
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 interfacePlayReadyPolicy.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description PlayReadyPolicy()PlayReadyPolicy(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetGracePeriod()IntegergetLicenseRemovalDuration()PlayReadyLicenseRemovalPolicygetLicenseRemovalPolicy()PlayReadyMinimumLicenseSecurityLevelgetMinSecurityLevel()List<PlayReadyRight>getRights()voidgracePeriod(String multirequestToken)voidlicenseRemovalDuration(String multirequestToken)voidlicenseRemovalPolicy(String multirequestToken)voidminSecurityLevel(String multirequestToken)voidsetGracePeriod(Integer gracePeriod)voidsetLicenseRemovalDuration(Integer licenseRemovalDuration)voidsetLicenseRemovalPolicy(PlayReadyLicenseRemovalPolicy licenseRemovalPolicy)voidsetMinSecurityLevel(PlayReadyMinimumLicenseSecurityLevel minSecurityLevel)voidsetRights(List<PlayReadyRight> rights)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.DrmPolicy
description, duration, getCreatedAt, getDescription, getDuration, getId, getLicenseExpirationPolicy, getLicenseParams, getLicenseType, getName, getPartnerId, getProvider, getScenario, getStatus, getSystemName, getUpdatedAt, licenseExpirationPolicy, licenseType, name, partnerId, provider, scenario, setDescription, setDuration, setLicenseExpirationPolicy, setLicenseParams, setLicenseType, setName, setPartnerId, setProvider, setScenario, setStatus, setSystemName, status, systemName
-
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
-
PlayReadyPolicy
public PlayReadyPolicy()
-
PlayReadyPolicy
public PlayReadyPolicy(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getGracePeriod
public Integer getGracePeriod()
-
setGracePeriod
public void setGracePeriod(Integer gracePeriod)
-
gracePeriod
public void gracePeriod(String multirequestToken)
-
getLicenseRemovalPolicy
public PlayReadyLicenseRemovalPolicy getLicenseRemovalPolicy()
-
setLicenseRemovalPolicy
public void setLicenseRemovalPolicy(PlayReadyLicenseRemovalPolicy licenseRemovalPolicy)
-
licenseRemovalPolicy
public void licenseRemovalPolicy(String multirequestToken)
-
getLicenseRemovalDuration
public Integer getLicenseRemovalDuration()
-
setLicenseRemovalDuration
public void setLicenseRemovalDuration(Integer licenseRemovalDuration)
-
licenseRemovalDuration
public void licenseRemovalDuration(String multirequestToken)
-
getMinSecurityLevel
public PlayReadyMinimumLicenseSecurityLevel getMinSecurityLevel()
-
setMinSecurityLevel
public void setMinSecurityLevel(PlayReadyMinimumLicenseSecurityLevel minSecurityLevel)
-
minSecurityLevel
public void minSecurityLevel(String multirequestToken)
-
getRights
public List<PlayReadyRight> getRights()
-
setRights
public void setRights(List<PlayReadyRight> rights)
-
-