Package com.kaltura.client.types
Class ClientNotification
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ClientNotification
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ClientNotification extends ObjectBase
Client notification object to hold the notification url and the data when sending client side notifications- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientNotification.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ClientNotification()ClientNotification(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddata(String multirequestToken)StringgetData()StringgetUrl()voidsetData(String data)voidsetUrl(String url)ParamstoParams()voidurl(String multirequestToken)-
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
-
ClientNotification
public ClientNotification()
-
ClientNotification
public ClientNotification(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
url
public void url(String multirequestToken)
-
getData
public String getData()
-
setData
public void setData(String data)
-
data
public void data(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-