Class RhinoJourneyObj
-
- All Implemented Interfaces:
-
java.io.Serializable,org.mozilla.javascript.ConstProperties,org.mozilla.javascript.Scriptable,org.mozilla.javascript.SymbolScriptable,org.mozilla.javascript.debug.DebuggableObject
public final class RhinoJourneyObj extends ScriptableObject
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisExtensibleprivate final BooleanisSealed
-
Constructor Summary
Constructors Constructor Description RhinoJourneyObj(Object scope)RhinoJourneyObj()
-
Method Summary
Modifier and Type Method Description StringgetClassName()final Unitsetup(String userId, JourneyHelper journeyHelper)final Unitload()final BooleangetDropOff()final UnitsetDropOff(Boolean value)final RhinoJourneyEventObjgetPostEvent()final UnitsetPostEvent(RhinoJourneyEventObj value)final StringgetCustomTableName()final UnitsetCustomTableName(String value)final StringgetName()final UnitsetName(String value)final StringgetRowId()final UnitsetRowId(String value)final StringgetUserId()final UnitsetUserId(String value)final StringgetCompleted()final UnitsetCompleted(Double value)final NativeArraygetEventsNativeArray()final List<RhinoJourneyEventObj>getEvents()final UnitsetEvents(NativeArray value)final RhinoJourneyEventObjgetStart()final RhinoJourneyEventObjgetLast()final LonggetDuration()final BooleanisDropOff()-
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, avoidObjectDetection, defineConst, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, get, get, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getDefaultValue, getExternalArrayData, getExternalArrayLength, getGetterOrSetter, getIds, getParentScope, getPrototype, getTypeOf, has, has, has, hasInstance, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, put, putConst, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RhinoJourneyObj
RhinoJourneyObj(Object scope)
-
RhinoJourneyObj
RhinoJourneyObj()
-
-
Method Detail
-
getClassName
String getClassName()
-
setup
final Unit setup(String userId, JourneyHelper journeyHelper)
-
getDropOff
@JSGetter(value = "dropOff") final Boolean getDropOff()
-
setDropOff
@JSSetter(value = "dropOff") final Unit setDropOff(Boolean value)
-
getPostEvent
@JSGetter(value = "postEvent") final RhinoJourneyEventObj getPostEvent()
-
setPostEvent
@JSSetter(value = "postEvent") final Unit setPostEvent(RhinoJourneyEventObj value)
-
getCustomTableName
@JSGetter(value = "customTableName") final String getCustomTableName()
-
setCustomTableName
@JSSetter(value = "customTableName") final Unit setCustomTableName(String value)
-
getCompleted
@JSGetter(value = "completed") final String getCompleted()
-
setCompleted
@JSSetter(value = "completed") final Unit setCompleted(Double value)
-
getEventsNativeArray
@JSGetter(value = "events") final NativeArray getEventsNativeArray()
-
getEvents
final List<RhinoJourneyEventObj> getEvents()
-
getStart
@JSFunction() final RhinoJourneyEventObj getStart()
-
getLast
@JSFunction() final RhinoJourneyEventObj getLast()
-
getDuration
@JSFunction() final Long getDuration()
-
-
-
-