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
Packages that use 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type that return IpPrefixModifier and TypeMethodDescriptionIpPrefixCase.getIpPrefix()Return ipPrefix, ornullif it is not present.IpPrefixCaseBuilder.getIpPrefix()Return current value associated with the property corresponding toIpPrefixCase.getIpPrefix().@NonNull IpPrefixIpPrefixCase.nonnullIpPrefix()Return ipPrefix, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type with parameters of type IpPrefixModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case with type parameters of type IpPrefixModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case that return IpPrefixModifier and TypeMethodDescription@NonNull IpPrefixIpPrefixBuilder.build()A newIpPrefixinstance.static @NonNull IpPrefixIpPrefixBuilder.empty()Get empty instance of IpPrefix.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case that return types with arguments of type IpPrefixMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case with parameters of type IpPrefixModifier and TypeMethodDescriptionstatic booleanIpPrefix.bindingEquals(@NonNull IpPrefix thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIpPrefix.bindingHashCode(@NonNull IpPrefix obj) Default implementation ofObject.hashCode()contract for this interface.static StringIpPrefix.bindingToString(@NonNull IpPrefix obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case with type arguments of type IpPrefixModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.ip.prefix._case with parameters of type IpPrefixModifierConstructorDescriptionIpPrefixBuilder(IpPrefix base) Construct a builder initialized with state from specifiedIpPrefix.