Package org.teavm.chromerdp.data
Class RemoteObjectDTO
java.lang.Object
org.teavm.chromerdp.data.RemoteObjectDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
com.fasterxml.jackson.databind.JsonNode
getValue()
void
setClassName
(String className) void
setDescription
(String description) void
setObjectId
(String objectId) void
void
setValue
(com.fasterxml.jackson.databind.JsonNode value)
-
Constructor Details
-
RemoteObjectDTO
public RemoteObjectDTO()
-
-
Method Details
-
getClassName
-
setClassName
-
getDescription
-
setDescription
-
getObjectId
-
setObjectId
-
getType
-
setType
-
getValue
public com.fasterxml.jackson.databind.JsonNode getValue() -
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
-