Package 

Class CallArgument


  • 
    public final class CallArgument
    
                        

    Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

    Official doc

    • Constructor Summary

      Constructors 
      Constructor Description
      CallArgument(JsonElement value, String unserializableValue, String objectId)
    • Method Summary

      Modifier and Type Method Description
      final JsonElement component1()
      final String component2()
      final String component3()
      final CallArgument copy(JsonElement value, String unserializableValue, String objectId)
      final JsonElement getValue() Primitive value or serializable javascript object.
      final String getUnserializableValue() Primitive value which can not be JSON-stringified.
      final String getObjectId() Remote object handle.
      • Methods inherited from class org.hildan.chrome.devtools.domains.runtime.CallArgument

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait