public class BrowseResult extends Object implements Serializable, ResponseMessage
Constructor and Description |
---|
BrowseResult(Response response,
List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
Modifier and Type | Method and Description |
---|---|
List<BrowserEntry> |
getBrowserData() |
ErrorInformation |
getErrorInformation() |
Response |
getResponse() |
String |
toString() |
public BrowseResult(Response response, List<BrowserEntry> browserData, ErrorInformation errorInformation)
public Response getResponse()
getResponse
in interface ResponseMessage
public List<BrowserEntry> getBrowserData()
public ErrorInformation getErrorInformation()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.