-
public final class ObjectPreviewObject containing abbreviated remote object value.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Stringsubtypeprivate final Stringdescriptionprivate final Booleanoverflowprivate final List<PropertyPreview>propertiesprivate final List<EntryPreview>entries
-
Constructor Summary
Constructors Constructor Description ObjectPreview(String type, String subtype, String description, Boolean overflow, List<PropertyPreview> properties, List<EntryPreview> entries)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Booleancomponent4()final List<PropertyPreview>component5()final List<EntryPreview>component6()final ObjectPreviewcopy(String type, String subtype, String description, Boolean overflow, List<PropertyPreview> properties, List<EntryPreview> entries)final StringgetType()Object type. final StringgetSubtype()Object subtype hint. final StringgetDescription()String representation of the object. final BooleangetOverflow()True iff some of the properties or entries of the original object did not fit. final List<PropertyPreview>getProperties()List of the properties. final List<EntryPreview>getEntries()List of the entries. -
-
Constructor Detail
-
ObjectPreview
ObjectPreview(String type, String subtype, String description, Boolean overflow, List<PropertyPreview> properties, List<EntryPreview> entries)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Boolean component4()
-
component5
final List<PropertyPreview> component5()
-
component6
final List<EntryPreview> component6()
-
copy
final ObjectPreview copy(String type, String subtype, String description, Boolean overflow, List<PropertyPreview> properties, List<EntryPreview> entries)
-
getSubtype
final String getSubtype()
Object subtype hint. Specified for
objecttype values only.
-
getDescription
final String getDescription()
String representation of the object.
-
getOverflow
final Boolean getOverflow()
True iff some of the properties or entries of the original object did not fit.
-
getProperties
final List<PropertyPreview> getProperties()
List of the properties.
-
getEntries
final List<EntryPreview> getEntries()
List of the entries. Specified for
mapandsetsubtype values only.
-
-
-
-