org.fourthline.cling.support.lastchange
Class InstanceID

java.lang.Object
  extended by org.fourthline.cling.support.lastchange.InstanceID

public class InstanceID
extends Object

Author:
Christian Bauer

Field Summary
protected  UnsignedIntegerFourBytes id
           
protected  List<EventedValue> values
           
 
Constructor Summary
InstanceID(UnsignedIntegerFourBytes id)
           
InstanceID(UnsignedIntegerFourBytes id, List<EventedValue> values)
           
 
Method Summary
 UnsignedIntegerFourBytes getId()
           
 List<EventedValue> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected UnsignedIntegerFourBytes id

values

protected List<EventedValue> values
Constructor Detail

InstanceID

public InstanceID(UnsignedIntegerFourBytes id)

InstanceID

public InstanceID(UnsignedIntegerFourBytes id,
                  List<EventedValue> values)
Method Detail

getId

public UnsignedIntegerFourBytes getId()

getValues

public List<EventedValue> getValues()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.