public class ListInstanceResponse extends AbstractTableStorageResponse
metadata| Constructor and Description |
|---|
ListInstanceResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceInfo> |
getInstances()
Get list of instance info objects of this list instance response
|
void |
setInstances(List<InstanceInfo> instances)
Set the instance info objects to this list instance request.
|
String |
toString()
Convert this object to string
|
getMetadatapublic List<InstanceInfo> getInstances()
public void setInstances(List<InstanceInfo> instances)
instances - The list of instance info objectspublic String toString()
toString in class AbstractTableStorageResponseCopyright © 2024. All rights reserved.