public class RemoteObject extends Object
| Constructor and Description |
|---|
RemoteObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Object class (constructor) name.
|
CustomPreview |
getCustomPreview() |
String |
getDescription()
String representation of the object.
|
String |
getObjectId()
Unique object identifier (for non-primitive values).
|
ObjectPreview |
getPreview()
Preview containing abbreviated property values.
|
RemoteObjectSubtype |
getSubtype()
Object subtype hint.
|
RemoteObjectType |
getType()
Object type.
|
String |
getUnserializableValue()
Primitive value which can not be JSON-stringified does not have `value`, but gets this
property.
|
Object |
getValue()
Remote object value in case of primitive values or JSON values (if it was requested).
|
void |
setClassName(String className)
Object class (constructor) name.
|
void |
setCustomPreview(CustomPreview customPreview) |
void |
setDescription(String description)
String representation of the object.
|
void |
setObjectId(String objectId)
Unique object identifier (for non-primitive values).
|
void |
setPreview(ObjectPreview preview)
Preview containing abbreviated property values.
|
void |
setSubtype(RemoteObjectSubtype subtype)
Object subtype hint.
|
void |
setType(RemoteObjectType type)
Object type.
|
void |
setUnserializableValue(String unserializableValue)
Primitive value which can not be JSON-stringified does not have `value`, but gets this
property.
|
void |
setValue(Object value)
Remote object value in case of primitive values or JSON values (if it was requested).
|
public RemoteObjectType getType()
public void setType(RemoteObjectType type)
public RemoteObjectSubtype getSubtype()
public void setSubtype(RemoteObjectSubtype subtype)
public String getClassName()
public void setClassName(String className)
public Object getValue()
public void setValue(Object value)
public String getUnserializableValue()
public void setUnserializableValue(String unserializableValue)
public String getDescription()
public void setDescription(String description)
public String getObjectId()
public void setObjectId(String objectId)
public ObjectPreview getPreview()
public void setPreview(ObjectPreview preview)
public CustomPreview getCustomPreview()
public void setCustomPreview(CustomPreview customPreview)
Copyright © 2020. All rights reserved.