Class RemoteObjectDTO

java.lang.Object
org.teavm.chromerdp.data.RemoteObjectDTO

public class RemoteObjectDTO extends Object
  • Constructor Details

    • RemoteObjectDTO

      public RemoteObjectDTO()
  • Method Details

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getObjectId

      public String getObjectId()
    • setObjectId

      public void setObjectId(String objectId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public com.fasterxml.jackson.databind.JsonNode getValue()
    • setValue

      public void setValue(com.fasterxml.jackson.databind.JsonNode value)