public class GetFactoriesResponse extends Object implements Serializable, ResponseMessage
Constructor and Description |
---|
GetFactoriesResponse(Response response,
List<FactoryInformation> factories) |
Modifier and Type | Method and Description |
---|---|
List<FactoryInformation> |
getFactories() |
Response |
getResponse() |
String |
toString() |
public GetFactoriesResponse(Response response, List<FactoryInformation> factories)
public Response getResponse()
getResponse
in interface ResponseMessage
public List<FactoryInformation> getFactories()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.