public class ObjectPreview extends Object
| Constructor and Description |
|---|
ObjectPreview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
String representation of the object.
|
List<EntryPreview> |
getEntries()
List of the entries.
|
Boolean |
getOverflow()
True iff some of the properties or entries of the original object did not fit.
|
List<PropertyPreview> |
getProperties()
List of the properties.
|
ObjectPreviewSubtype |
getSubtype()
Object subtype hint.
|
ObjectPreviewType |
getType()
Object type.
|
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(ObjectPreviewSubtype subtype)
Object subtype hint.
|
void |
setType(ObjectPreviewType type)
Object type.
|
public ObjectPreviewType getType()
public void setType(ObjectPreviewType type)
public ObjectPreviewSubtype getSubtype()
public void setSubtype(ObjectPreviewSubtype subtype)
public String getDescription()
public void setDescription(String description)
public Boolean getOverflow()
public void setOverflow(Boolean overflow)
public List<PropertyPreview> getProperties()
public void setProperties(List<PropertyPreview> properties)
public List<EntryPreview> getEntries()
public void setEntries(List<EntryPreview> entries)
Copyright © 2020. All rights reserved.