org.kie.server.api.model
Class ServiceResponsesList
java.lang.Object
org.kie.server.api.model.ServiceResponsesList
public class ServiceResponsesList
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceResponsesList
public ServiceResponsesList()
ServiceResponsesList
public ServiceResponsesList(List<ServiceResponse<? extends Object>> responses)
getResponses
public List<ServiceResponse<? extends Object>> getResponses()
setResponses
public void setResponses(List<ServiceResponse<? extends Object>> responses)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.