public class ListMachinesResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<Machine> |
machines |
protected int |
total |
| Constructor and Description |
|---|
ListMachinesResponse(Map<String,String> headers,
int count,
int total,
List<Machine> machines) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetCount() |
List<Machine> |
GetMachines() |
int |
GetTotal() |
GetAllHeaders, GetHeader, GetRequestIdCopyright © 2025. All Rights Reserved.