Package io.webfolder.cdp.type.runtime
Class ObjectPreview
java.lang.Object
io.webfolder.cdp.type.runtime.ObjectPreview
Object containing abbreviated remote object value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString representation of the object.List of the entries.List of the properties.Object subtype hint.getType()
Object type.True iff some of the properties or entries of the original object did not fit.void
setDescription
(String description) String representation of the object.void
setEntries
(List<EntryPreview> entries) List of the entries.void
setOverflow
(Boolean overflow) True iff some of the properties or entries of the original object did not fit.void
setProperties
(List<PropertyPreview> properties) List of the properties.void
setSubtype
(ObjectSubtypeHint subtype) Object subtype hint.void
setType
(ObjectType type) Object type.toString()
-
Constructor Details
-
ObjectPreview
public ObjectPreview()
-
-
Method Details
-
getType
Object type. -
setType
Object type. -
getSubtype
Object subtype hint. Specified for object type values only. -
setSubtype
Object subtype hint. Specified for object type values only. -
getDescription
String representation of the object. -
setDescription
String representation of the object. -
isOverflow
True iff some of the properties or entries of the original object did not fit. -
setOverflow
True iff some of the properties or entries of the original object did not fit. -
getProperties
List of the properties. -
setProperties
List of the properties. -
getEntries
List of the entries. Specified for map and set subtype values only. -
setEntries
List of the entries. Specified for map and set subtype values only. -
toString
-