Package com.kaltura.client.types
Class HttpNotificationObjectData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.HttpNotificationData
-
- com.kaltura.client.types.HttpNotificationObjectData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class HttpNotificationObjectData extends HttpNotificationData
Evaluates PHP statement, depends on the execution context- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpNotificationObjectData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description HttpNotificationObjectData()HttpNotificationObjectData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapiObjectType(String multirequestToken)voidcode(String multirequestToken)voidformat(String multirequestToken)StringgetApiObjectType()StringgetCode()List<KeyValue>getDataStringReplacements()ResponseTypegetFormat()BooleangetIgnoreNull()voidignoreNull(String multirequestToken)voidsetApiObjectType(String apiObjectType)voidsetCode(String code)voidsetDataStringReplacements(List<KeyValue> dataStringReplacements)voidsetFormat(ResponseType format)voidsetIgnoreNull(Boolean ignoreNull)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
-
HttpNotificationObjectData
public HttpNotificationObjectData()
-
HttpNotificationObjectData
public HttpNotificationObjectData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getApiObjectType
public String getApiObjectType()
-
setApiObjectType
public void setApiObjectType(String apiObjectType)
-
apiObjectType
public void apiObjectType(String multirequestToken)
-
getFormat
public ResponseType getFormat()
-
setFormat
public void setFormat(ResponseType format)
-
format
public void format(String multirequestToken)
-
getIgnoreNull
public Boolean getIgnoreNull()
-
setIgnoreNull
public void setIgnoreNull(Boolean ignoreNull)
-
ignoreNull
public void ignoreNull(String multirequestToken)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
code
public void code(String multirequestToken)
-
setDataStringReplacements
public void setDataStringReplacements(List<KeyValue> dataStringReplacements)
-
toParams
public Params toParams()
- Overrides:
toParamsin classHttpNotificationData
-
-