Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject.FlagsTlv
Packages that use FlagsTlv
Package
Description
-
Uses of FlagsTlv 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 with type parameters of type FlagsTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FlagsTlv>>
E$$FlagsTlvBuilder.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.lsp.att.subobject.lsp.subobject that return FlagsTlvModifier and TypeMethodDescription@NonNull FlagsTlvFlagsTlvBuilder.build()A newFlagsTlvinstance.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 FlagsTlvMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject with parameters of type FlagsTlvModifier and TypeMethodDescriptionstatic booleanFlagsTlv.bindingEquals(@NonNull FlagsTlv thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intFlagsTlv.bindingHashCode(@NonNull FlagsTlv obj) Default implementation ofObject.hashCode()contract for this interface.static StringFlagsTlv.bindingToString(@NonNull FlagsTlv 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.lsp.att.subobject.lsp.subobject with type arguments of type FlagsTlvModifier and TypeMethodDescriptionFlagsTlvBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<FlagsTlv> augmentation) Add an augmentation to this builder's product.FlagsTlvBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<FlagsTlv>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.att.subobject.lsp.subobject with parameters of type FlagsTlvModifierConstructorDescriptionFlagsTlvBuilder(FlagsTlv base) Construct a builder initialized with state from specifiedFlagsTlv.