public interface AssociationObject extends org.opendaylight.yangtools.yang.binding.ChildOf<AssociationObject>, org.opendaylight.yangtools.yang.binding.Augmentable<AssociationObject>, RsvpTeObject
This class represents the following YANG schema fragment defined in module rsvp
container association-object {
uses rsvp-te-object;
leaf association-type {
type association-type;
}
leaf association-id {
type uint16;
}
leaf ip-address {
type inet:ip-address-no-zone;
}
}
The schema path to identify an instance is
rsvp/association-object/association-object
To create instances of this class use AssociationObjectBuilder.
AssociationObjectBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getAssociationId() |
@Nullable AssociationType |
getAssociationType() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone |
getIpAddress() |
default Class<AssociationObject> |
implementedInterface() |
default Class<AssociationObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface RsvpTeObject@Nullable AssociationType getAssociationType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AssociationType associationType, or null if not present@Nullable Integer getAssociationId()
java.lang.Integer associationId, or null if not present@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getIpAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ipAddress, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.