public class InstanceID extends Object
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedIntegerFourBytes |
id |
protected List<EventedValue> |
values |
| Constructor and Description |
|---|
InstanceID(UnsignedIntegerFourBytes id) |
InstanceID(UnsignedIntegerFourBytes id,
List<EventedValue> values) |
| Modifier and Type | Method and Description |
|---|---|
UnsignedIntegerFourBytes |
getId() |
List<EventedValue> |
getValues() |
protected UnsignedIntegerFourBytes id
protected List<EventedValue> values
public InstanceID(UnsignedIntegerFourBytes id)
public InstanceID(UnsignedIntegerFourBytes id, List<EventedValue> values)
public UnsignedIntegerFourBytes getId()
public List<EventedValue> getValues()
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.