Package com.kaltura.client.types
Class HttpNotification
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.HttpNotification
-
- All Implemented Interfaces:
ResponseType,Serializable
public class HttpNotification extends ObjectBase
Wrapper for sent notifications- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpNotification.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description HttpNotification()HttpNotification(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideventNotificationJobId(String multirequestToken)voideventObjectType(String multirequestToken)voideventType(String multirequestToken)LonggetEventNotificationJobId()EventNotificationEventObjectTypegetEventObjectType()EventNotificationEventTypegetEventType()ObjectBasegetObject()IntegergetTemplateId()StringgetTemplateName()StringgetTemplateSystemName()voidsetEventNotificationJobId(Long eventNotificationJobId)voidsetEventObjectType(EventNotificationEventObjectType eventObjectType)voidsetEventType(EventNotificationEventType eventType)voidsetObject(ObjectBase object)voidsetTemplateId(Integer templateId)voidsetTemplateName(String templateName)voidsetTemplateSystemName(String templateSystemName)voidtemplateId(String multirequestToken)voidtemplateName(String multirequestToken)voidtemplateSystemName(String multirequestToken)ParamstoParams()-
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
-
HttpNotification
public HttpNotification()
-
HttpNotification
public HttpNotification(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getObject
public ObjectBase getObject()
-
setObject
public void setObject(ObjectBase object)
-
getEventObjectType
public EventNotificationEventObjectType getEventObjectType()
-
setEventObjectType
public void setEventObjectType(EventNotificationEventObjectType eventObjectType)
-
eventObjectType
public void eventObjectType(String multirequestToken)
-
getEventNotificationJobId
public Long getEventNotificationJobId()
-
setEventNotificationJobId
public void setEventNotificationJobId(Long eventNotificationJobId)
-
eventNotificationJobId
public void eventNotificationJobId(String multirequestToken)
-
getTemplateId
public Integer getTemplateId()
-
setTemplateId
public void setTemplateId(Integer templateId)
-
templateId
public void templateId(String multirequestToken)
-
getTemplateName
public String getTemplateName()
-
setTemplateName
public void setTemplateName(String templateName)
-
templateName
public void templateName(String multirequestToken)
-
getTemplateSystemName
public String getTemplateSystemName()
-
setTemplateSystemName
public void setTemplateSystemName(String templateSystemName)
-
templateSystemName
public void templateSystemName(String multirequestToken)
-
getEventType
public EventNotificationEventType getEventType()
-
setEventType
public void setEventType(EventNotificationEventType eventType)
-
eventType
public void eventType(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-