public class ObjectPreview extends Object
| 构造器和说明 |
|---|
ObjectPreview() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
description() |
List<EntryPreview> |
entries() |
boolean |
overflow() |
List<PropertyPreview> |
properties() |
void |
setDescription(String description) |
void |
setEntries(List<EntryPreview> entries) |
void |
setOverflow(boolean overflow) |
void |
setProperties(List<PropertyPreview> properties) |
void |
setSubtype(String subtype) |
void |
setType(String type) |
String |
subtype() |
String |
type() |
public String type()
public void setType(String type)
public String subtype()
public void setSubtype(String subtype)
public String description()
public void setDescription(String description)
public boolean overflow()
public void setOverflow(boolean overflow)
public List<PropertyPreview> properties()
public void setProperties(List<PropertyPreview> properties)
public List<EntryPreview> entries()
public void setEntries(List<EntryPreview> entries)
Copyright © 2020–2025. All rights reserved.