Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case.IpPrefix
-
-
Uses of IpPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type that return IpPrefix Modifier and Type Method Description IpPrefixIpPrefixCase. getIpPrefix()Return ipPrefix, ornullif it is not present.IpPrefixIpPrefixCaseBuilder. getIpPrefix()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with parameters of type IpPrefix Modifier and Type Method Description IpPrefixCaseBuilderIpPrefixCaseBuilder. setIpPrefix(IpPrefix value) -
Uses of IpPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case with type parameters of type IpPrefix Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix>>
E$$IpPrefixBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case that return IpPrefix Modifier and Type Method Description IpPrefixIpPrefixBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case that return types with arguments of type IpPrefix Modifier and Type Method Description default Class<IpPrefix>IpPrefix. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.ip.prefix._case with parameters of type IpPrefix Modifier and Type Method Description static 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.basic.explicit.route.subobjects.subobject.type.ip.prefix._case with type arguments of type IpPrefix Modifier and Type Method Description IpPrefixBuilderIpPrefixBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix> augmentation)Add an augmentation to this builder's product.IpPrefixBuilderIpPrefixBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.basic.explicit.route.subobjects.subobject.type.ip.prefix._case with parameters of type IpPrefix Constructor Description IpPrefixBuilder(IpPrefix base)
-