Class ObjectPreview

java.lang.Object
io.webfolder.cdp.type.runtime.ObjectPreview

public class ObjectPreview extends Object
Object containing abbreviated remote object value.
  • Constructor Details

    • ObjectPreview

      public ObjectPreview()
  • Method Details

    • getType

      public ObjectType getType()
      Object type.
    • setType

      public void setType(ObjectType type)
      Object type.
    • getSubtype

      public ObjectSubtypeHint getSubtype()
      Object subtype hint. Specified for object type values only.
    • setSubtype

      public void setSubtype(ObjectSubtypeHint subtype)
      Object subtype hint. Specified for object type values only.
    • getDescription

      public String getDescription()
      String representation of the object.
    • setDescription

      public void setDescription(String description)
      String representation of the object.
    • isOverflow

      public Boolean isOverflow()
      True iff some of the properties or entries of the original object did not fit.
    • setOverflow

      public void setOverflow(Boolean overflow)
      True iff some of the properties or entries of the original object did not fit.
    • getProperties

      public List<PropertyPreview> getProperties()
      List of the properties.
    • setProperties

      public void setProperties(List<PropertyPreview> properties)
      List of the properties.
    • getEntries

      public List<EntryPreview> getEntries()
      List of the entries. Specified for map and set subtype values only.
    • setEntries

      public void setEntries(List<EntryPreview> entries)
      List of the entries. Specified for map and set subtype values only.
    • toString

      public String toString()
      Overrides:
      toString in class Object