public class UpdateQueryData extends Object implements Serializable
Constructor and Description |
---|
UpdateQueryData(long queryId,
int index,
List<ValueInformation> valueInformation,
List<ValueEntry> values) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
long |
getQueryId() |
List<ValueInformation> |
getValueInformation() |
List<ValueEntry> |
getValues() |
String |
toString() |
public UpdateQueryData(long queryId, int index, List<ValueInformation> valueInformation, List<ValueEntry> values)
public long getQueryId()
public int getIndex()
public List<ValueInformation> getValueInformation()
public List<ValueEntry> getValues()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.