Class PropertyPreview

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

public class PropertyPreview extends Object
  • Constructor Details

    • PropertyPreview

      public PropertyPreview()
  • Method Details

    • getName

      public String getName()
      Property name.
    • setName

      public void setName(String name)
      Property name.
    • getType

      public PropertyPreviewType getType()
      Object type. Accessor means that the property itself is an accessor property.
    • setType

      public void setType(PropertyPreviewType type)
      Object type. Accessor means that the property itself is an accessor property.
    • getValue

      public String getValue()
      User-friendly property value string.
    • setValue

      public void setValue(String value)
      User-friendly property value string.
    • getValuePreview

      public ObjectPreview getValuePreview()
      Nested value preview.
    • setValuePreview

      public void setValuePreview(ObjectPreview valuePreview)
      Nested value preview.
    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object