Package com.kaltura.client.types
Class Beacon
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Beacon
-
- All Implemented Interfaces:
ResponseType,Serializable
public class Beacon extends ObjectBase
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 interfaceBeacon.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideventType(String multirequestToken)StringgetEventType()StringgetId()StringgetIndexType()StringgetObjectId()StringgetPrivateData()StringgetRawData()BeaconObjectTypesgetRelatedObjectType()LonggetUpdatedAt()voidobjectId(String multirequestToken)voidprivateData(String multirequestToken)voidrawData(String multirequestToken)voidrelatedObjectType(String multirequestToken)voidsetEventType(String eventType)voidsetObjectId(String objectId)voidsetPrivateData(String privateData)voidsetRawData(String rawData)voidsetRelatedObjectType(BeaconObjectTypes relatedObjectType)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
-
Beacon
public Beacon()
-
Beacon
public Beacon(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public String getId()
-
getIndexType
public String getIndexType()
-
getUpdatedAt
public Long getUpdatedAt()
-
getRelatedObjectType
public BeaconObjectTypes getRelatedObjectType()
-
setRelatedObjectType
public void setRelatedObjectType(BeaconObjectTypes relatedObjectType)
-
relatedObjectType
public void relatedObjectType(String multirequestToken)
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
eventType
public void eventType(String multirequestToken)
-
getObjectId
public String getObjectId()
-
setObjectId
public void setObjectId(String objectId)
-
objectId
public void objectId(String multirequestToken)
-
getPrivateData
public String getPrivateData()
-
setPrivateData
public void setPrivateData(String privateData)
-
privateData
public void privateData(String multirequestToken)
-
getRawData
public String getRawData()
-
setRawData
public void setRawData(String rawData)
-
rawData
public void rawData(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-