25262728293031
private int amount; // Responses private ResponseBuyPlant responseBuyPlant; public RequestBuyPlant() { responses.add(responseBuyPlant = new ResponseBuyPlant()); }