Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv.BindingSubTlvs
Packages that use BindingSubTlvs
Package
Description
-
Uses of BindingSubTlvs in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Method parameters in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with type arguments of type BindingSubTlvsModifier and TypeMethodDescriptionstatic void
BindingSidLabelParser.serializeBindingSidAttributes
(Weight weight, Flags flags, List<BindingSubTlvs> bindingSubTlvs, io.netty.buffer.ByteBuf aggregator) -
Uses of BindingSubTlvs in org.opendaylight.protocol.bgp.linkstate.spi.pojo
Methods in org.opendaylight.protocol.bgp.linkstate.spi.pojo that return types with arguments of type BindingSubTlvsModifier and TypeMethodDescriptionSimpleBindingSubTlvsRegistry.parseBindingSubTlvs
(io.netty.buffer.ByteBuf buffer, ProtocolId protocolId) Method parameters in org.opendaylight.protocol.bgp.linkstate.spi.pojo with type arguments of type BindingSubTlvsModifier and TypeMethodDescriptionvoid
SimpleBindingSubTlvsRegistry.serializeBindingSubTlvs
(List<BindingSubTlvs> bindingSubTlvs, io.netty.buffer.ByteBuf aggregator) -
Uses of BindingSubTlvs 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 that return types with arguments of type BindingSubTlvsModifier and TypeMethodDescriptionSrBindingSidLabelsBuilder.getBindingSubTlvs()
Return current value associated with the property corresponding toBindingSidTlv.getBindingSubTlvs()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with type arguments of type BindingSubTlvsModifier and TypeMethodDescriptionSrBindingSidLabelsBuilder.setBindingSubTlvs
(List<BindingSubTlvs> values) Set the property corresponding toBindingSidTlv.getBindingSubTlvs()
to the specified value. -
Uses of BindingSubTlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120 that return types with arguments of type BindingSubTlvsModifier and TypeMethodDescription@Nullable List
<BindingSubTlvs> BindingSidTlv.getBindingSubTlvs()
Return bindingSubTlvs, ornull
if it is not present.default @NonNull List
<BindingSubTlvs> BindingSidTlv.nonnullBindingSubTlvs()
Return bindingSubTlvs, or an empty list if it is not present. -
Uses of BindingSubTlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv with type parameters of type BindingSubTlvsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BindingSubTlvs>>
E$$BindingSubTlvsBuilder.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.segment.routing.ext.rev200120.binding.sid.tlv that return BindingSubTlvsModifier and TypeMethodDescription@NonNull BindingSubTlvs
BindingSubTlvsBuilder.build()
A newBindingSubTlvs
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv that return types with arguments of type BindingSubTlvsModifier and TypeMethodDescriptiondefault Class
<BindingSubTlvs> BindingSubTlvs.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv with parameters of type BindingSubTlvsModifier and TypeMethodDescriptionstatic boolean
BindingSubTlvs.bindingEquals
(@NonNull BindingSubTlvs thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BindingSubTlvs.bindingHashCode
(@NonNull BindingSubTlvs obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BindingSubTlvs.bindingToString
(@NonNull BindingSubTlvs obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv with type arguments of type BindingSubTlvsModifier and TypeMethodDescriptionBindingSubTlvsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BindingSubTlvs> augmentation) Add an augmentation to this builder's product.BindingSubTlvsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BindingSubTlvs>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sid.tlv with parameters of type BindingSubTlvsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBindingSubTlvs
. -
Uses of BindingSubTlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv that return types with arguments of type BindingSubTlvsModifier and TypeMethodDescriptionBindingSidTlvCaseBuilder.getBindingSubTlvs()
Return current value associated with the property corresponding toBindingSidTlv.getBindingSubTlvs()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv with type arguments of type BindingSubTlvsModifier and TypeMethodDescriptionBindingSidTlvCaseBuilder.setBindingSubTlvs
(List<BindingSubTlvs> values) Set the property corresponding toBindingSidTlv.getBindingSubTlvs()
to the specified value.