Serializable
public class ListMachinesResponse extends Response
protected int
count
protected List<Machine>
machines
total
ListMachinesResponse(Map<String,String> headers, int count, int total, List<Machine> machines)
int
GetCount()
List<Machine>
GetMachines()
GetTotal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
GetAllHeaders, GetHeader, GetRequestId
protected int total
protected int count
protected List<Machine> machines
public ListMachinesResponse(Map<String,String> headers, int count, int total, List<Machine> machines)
public int GetTotal()
public int GetCount()
public List<Machine> GetMachines()
Copyright © 2018. All Rights Reserved.