Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags.FlagContainer
-
-
Uses of FlagContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return types with arguments of type FlagContainer Modifier and Type Method Description @Nullable List<FlagContainer>AttributeFlags. getFlagContainer()Return flagContainer, ornullif it is not present.default @NonNull List<FlagContainer>AttributeFlags. nonnullFlagContainer()Return flagContainer, or an empty list if it is not present. -
Uses of FlagContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags with type parameters of type FlagContainer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>>
E$$FlagContainerBuilder. 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.attribute.flags that return FlagContainer Modifier and Type Method Description @NonNull FlagContainerFlagContainerBuilder. build()A newFlagContainerinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags that return types with arguments of type FlagContainer Modifier and Type Method Description default Class<FlagContainer>FlagContainer. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags with parameters of type FlagContainer Modifier and Type Method Description static booleanFlagContainer. bindingEquals(@NonNull FlagContainer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intFlagContainer. bindingHashCode(@NonNull FlagContainer obj)Default implementation ofObject.hashCode()contract for this interface.static StringFlagContainer. bindingToString(@NonNull FlagContainer 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.attribute.flags with type arguments of type FlagContainer Modifier and Type Method Description FlagContainerBuilderFlagContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer> augmentation)Add an augmentation to this builder's product.FlagContainerBuilderFlagContainerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags with parameters of type FlagContainer Constructor Description FlagContainerBuilder(FlagContainer base)Construct a builder initialized with state from specifiedFlagContainer. -
Uses of FlagContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject that return types with arguments of type FlagContainer Modifier and Type Method Description List<FlagContainer>FlagsTlvBuilder. getFlagContainer()Return current value associated with the property corresponding toAttributeFlags.getFlagContainer().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject with type arguments of type FlagContainer Modifier and Type Method Description FlagsTlvBuilderFlagsTlvBuilder. setFlagContainer(List<FlagContainer> values)Set the property corresponding toAttributeFlags.getFlagContainer()to the specified value.
-