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