org.fourthline.cling.model.meta
Class DeviceIdentity
java.lang.Object
org.fourthline.cling.model.meta.DeviceIdentity
- Direct Known Subclasses:
- RemoteDeviceIdentity
public class DeviceIdentity
- extends Object
Unique device name, received and offered during discovery with SSDP.
- Author:
- Christian Bauer
DeviceIdentity
public DeviceIdentity(UDN udn,
DeviceIdentity template)
DeviceIdentity
public DeviceIdentity(UDN udn)
DeviceIdentity
public DeviceIdentity(UDN udn,
Integer maxAgeSeconds)
getUdn
public UDN getUdn()
getMaxAgeSeconds
public Integer getMaxAgeSeconds()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.