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