Package com.kaltura.client.types
Class UrlTokenizerAkamaiRtmp
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.UrlTokenizer
-
- com.kaltura.client.types.UrlTokenizerAkamaiRtmp
-
- All Implemented Interfaces:
ResponseType,Serializable
public class UrlTokenizerAkamaiRtmp extends UrlTokenizer
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 interfaceUrlTokenizerAkamaiRtmp.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description UrlTokenizerAkamaiRtmp()UrlTokenizerAkamaiRtmp(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaifp(String multirequestToken)StringgetAifp()StringgetProfile()StringgetType()BooleangetUsePrefix()voidprofile(String multirequestToken)voidsetAifp(String aifp)voidsetProfile(String profile)voidsetType(String type)voidsetUsePrefix(Boolean usePrefix)ParamstoParams()voidtype(String multirequestToken)voidusePrefix(String multirequestToken)-
Methods inherited from class com.kaltura.client.types.UrlTokenizer
getKey, getLimitIpAddress, getWindow, key, limitIpAddress, setKey, setLimitIpAddress, setWindow, window
-
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
-
UrlTokenizerAkamaiRtmp
public UrlTokenizerAkamaiRtmp()
-
UrlTokenizerAkamaiRtmp
public UrlTokenizerAkamaiRtmp(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getProfile
public String getProfile()
-
setProfile
public void setProfile(String profile)
-
profile
public void profile(String multirequestToken)
-
getType
public String getType()
-
setType
public void setType(String type)
-
type
public void type(String multirequestToken)
-
getAifp
public String getAifp()
-
setAifp
public void setAifp(String aifp)
-
aifp
public void aifp(String multirequestToken)
-
getUsePrefix
public Boolean getUsePrefix()
-
setUsePrefix
public void setUsePrefix(Boolean usePrefix)
-
usePrefix
public void usePrefix(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classUrlTokenizer
-
-