Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state.IgpBits
-
-
Uses of IgpBits in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return IgpBits Modifier and Type Method Description IgpBitsPrefixState. getIgpBits()Return igpBits, ornullif it is not present. -
Uses of IgpBits in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case that return IgpBits Modifier and Type Method Description IgpBitsPrefixAttributesBuilder. getIgpBits()Return current value associated with the property corresponding toPrefixState.getIgpBits().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case with parameters of type IgpBits Modifier and Type Method Description PrefixAttributesBuilderPrefixAttributesBuilder. setIgpBits(IgpBits value)Set the property corresponding toPrefixState.getIgpBits()to the specified value. -
Uses of IgpBits in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with type parameters of type IgpBits Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpBits>>
E$$IgpBitsBuilder. 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.bgp.linkstate.rev200120.prefix.state that return IgpBits Modifier and Type Method Description @NonNull IgpBitsIgpBitsBuilder. build()A newIgpBitsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state that return types with arguments of type IgpBits Modifier and Type Method Description default Class<IgpBits>IgpBits. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with parameters of type IgpBits Modifier and Type Method Description static booleanIgpBits. bindingEquals(@NonNull IgpBits thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intIgpBits. bindingHashCode(@NonNull IgpBits obj)Default implementation ofObject.hashCode()contract for this interface.static StringIgpBits. bindingToString(@NonNull IgpBits obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with type arguments of type IgpBits Modifier and Type Method Description IgpBitsBuilderIgpBitsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IgpBits> augmentation)Add an augmentation to this builder's product.IgpBitsBuilderIgpBitsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IgpBits>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with parameters of type IgpBits Constructor Description IgpBitsBuilder(IgpBits base)Construct a builder initialized with state from specifiedIgpBits.
-