Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags.FlagContainer
Packages that use FlagContainer
Package
Description
-
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 FlagContainerModifier and TypeMethodDescription@Nullable List<FlagContainer>
AttributeFlags.getFlagContainer()
Return flagContainer, ornull
if 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 FlagContainerModifier and TypeMethodDescription<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 FlagContainerModifier and TypeMethodDescription@NonNull FlagContainer
FlagContainerBuilder.build()
A newFlagContainer
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.attribute.flags that return types with arguments of type FlagContainerModifier and TypeMethodDescriptiondefault 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 FlagContainerModifier and TypeMethodDescriptionstatic boolean
FlagContainer.bindingEquals
(@NonNull FlagContainer thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlagContainer.bindingHashCode
(@NonNull FlagContainer obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlagContainer.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 FlagContainerModifier and TypeMethodDescriptionFlagContainerBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlagContainer> augmentation) Add an augmentation to this builder's product.FlagContainerBuilder.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 FlagContainerModifierConstructorDescriptionConstruct 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 FlagContainerModifier and TypeMethodDescriptionFlagsTlvBuilder.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 FlagContainerModifier and TypeMethodDescriptionFlagsTlvBuilder.setFlagContainer
(List<FlagContainer> values) Set the property corresponding toAttributeFlags.getFlagContainer()
to the specified value.