public class ServiceResponsesList extends Object
| Constructor and Description |
|---|
ServiceResponsesList() |
ServiceResponsesList(List<ServiceResponse<? extends Object>> responses) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceResponse<? extends Object>> |
getResponses() |
void |
setResponses(List<ServiceResponse<? extends Object>> responses) |
public ServiceResponsesList()
public ServiceResponsesList(List<ServiceResponse<? extends Object>> responses)
public List<ServiceResponse<? extends Object>> getResponses()
public void setResponses(List<ServiceResponse<? extends Object>> responses)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.