public class DeviceIdentity extends Object implements Validatable
| Constructor and Description |
|---|
DeviceIdentity(UDN udn) |
DeviceIdentity(UDN udn,
DeviceIdentity template) |
DeviceIdentity(UDN udn,
Integer maxAgeSeconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMaxAgeSeconds() |
UDN |
getUdn() |
int |
hashCode() |
String |
toString() |
List<ValidationError> |
validate() |
public DeviceIdentity(UDN udn, DeviceIdentity template)
public DeviceIdentity(UDN udn)
public UDN getUdn()
public Integer getMaxAgeSeconds()
public List<ValidationError> validate()
validate in interface ValidatableList if all rules validated properly, otherwise, the detected errors.Copyright © 2023 jUPnP.org. All rights reserved.