-
public final class QueryObjectsResponseResponse type for the RuntimeDomain.queryObjects command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectobjects
-
Constructor Summary
Constructors Constructor Description QueryObjectsResponse(RemoteObject objects)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final QueryObjectsResponsecopy(RemoteObject objects)final RemoteObjectgetObjects()Array with objects. -
-
Constructor Detail
-
QueryObjectsResponse
QueryObjectsResponse(RemoteObject objects)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
copy
final QueryObjectsResponse copy(RemoteObject objects)
-
getObjects
final RemoteObject getObjects()
Array with objects.
-
-
-
-