Package io.webfolder.cdp.type.runtime
Class CallArgument
java.lang.Object
io.webfolder.cdp.type.runtime.CallArgument
Represents function call argument. Either remote object id objectId, primitive value,
unserializable primitive value or neither of (for undefined) them should be specified.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRemote object handle.Primitive value which can not be JSON-stringified.getValue()
Primitive value or serializable javascript object.void
setObjectId
(String objectId) Remote object handle.void
setUnserializableValue
(String unserializableValue) Primitive value which can not be JSON-stringified.void
Primitive value or serializable javascript object.toString()
-
Constructor Details
-
CallArgument
public CallArgument()
-
-
Method Details
-
getValue
Primitive value or serializable javascript object. -
setValue
Primitive value or serializable javascript object. -
getUnserializableValue
Primitive value which can not be JSON-stringified. -
setUnserializableValue
Primitive value which can not be JSON-stringified. -
getObjectId
Remote object handle. -
setObjectId
Remote object handle. -
toString
-