public class UpdateQueryState extends Object implements Serializable
Constructor and Description |
---|
UpdateQueryState(long queryId,
QueryState state,
ErrorInformation error) |
Modifier and Type | Method and Description |
---|---|
ErrorInformation |
getError() |
long |
getQueryId() |
QueryState |
getState() |
String |
toString() |
public UpdateQueryState(long queryId, QueryState state, ErrorInformation error)
public long getQueryId()
public QueryState getState()
public ErrorInformation getError()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.