public interface Preferences
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping preferences {
leaf keepalive {
type uint8;
default 0;
}
leaf deadtimer {
type uint8;
default 0;
}
leaf ip-address {
type string;
default "";
}
leaf session-id {
type uint16;
default 0;
}
}
The schema path to identify an instance is
pcep-session-stats/preferences| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getDeadtimer()
Advertised deadtimer value.
|
@Nullable String |
getIpAddress()
Peer's IP address.
|
@Nullable Short |
getKeepalive()
Advertised keep-alive value.
|
@Nullable Integer |
getSessionId()
Peer's session identifier.
|
Class<? extends Preferences> |
implementedInterface() |
Class<? extends Preferences> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getKeepalive()
java.lang.Short keepalive, or null if not present@Nullable Short getDeadtimer()
java.lang.Short deadtimer, or null if not present@Nullable String getIpAddress()
java.lang.String ipAddress, or null if not present@Nullable Integer getSessionId()
java.lang.Integer sessionId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.