Class EntryPreview

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

public class EntryPreview extends Object
  • Constructor Details

    • EntryPreview

      public EntryPreview()
  • Method Details

    • getKey

      public ObjectPreview getKey()
      Preview of the key. Specified for map-like collection entries.
    • setKey

      public void setKey(ObjectPreview key)
      Preview of the key. Specified for map-like collection entries.
    • getValue

      public ObjectPreview getValue()
      Preview of the value.
    • setValue

      public void setValue(ObjectPreview value)
      Preview of the value.
    • toString

      public String toString()
      Overrides:
      toString in class Object