Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case.IpPrefix
Package
Description
-
Uses of IpPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type
Modifier and TypeMethodDescriptionIpPrefixCase.getIpPrefix()
Return ipPrefix, ornull
if it is not present.IpPrefixCaseBuilder.getIpPrefix()
Return current value associated with the property corresponding toIpPrefixCase.getIpPrefix()
.@NonNull IpPrefix
IpPrefixCase.nonnullIpPrefix()
Return ipPrefix, or an empty instance if it is not present.Modifier and TypeMethodDescriptionIpPrefixCaseBuilder.setIpPrefix
(IpPrefix value) Set the property corresponding toIpPrefixCase.getIpPrefix()
to the specified value. -
Uses of IpPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<IpPrefix>>
E$$IpPrefixBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull IpPrefix
IpPrefixBuilder.build()
A newIpPrefix
instance.static @NonNull IpPrefix
IpPrefixBuilder.empty()
Get empty instance of IpPrefix.Modifier and TypeMethodDescriptionstatic boolean
IpPrefix.bindingEquals
(@NonNull IpPrefix thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IpPrefix.bindingHashCode
(@NonNull IpPrefix obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IpPrefix.bindingToString
(@NonNull IpPrefix obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpPrefixBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<IpPrefix> augmentation) Add an augmentation to this builder's product.IpPrefixBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<IpPrefix>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionIpPrefixBuilder
(IpPrefix base) Construct a builder initialized with state from specifiedIpPrefix
.