Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro.Subobject
Packages that use Subobject
Package
Description
-
Uses of Subobject in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return types with arguments of type SubobjectModifier and TypeMethodDescriptionAbstractRROWithSubobjectsParser.parseSubobjects
(io.netty.buffer.ByteBuf buffer) Method parameters in org.opendaylight.protocol.pcep.parser.object with type arguments of type SubobjectModifier and TypeMethodDescriptionprotected final void
AbstractRROWithSubobjectsParser.serializeSubobject
(List<Subobject> subobjects, io.netty.buffer.ByteBuf buffer) -
Uses of Subobject in org.opendaylight.protocol.pcep.parser.subobject
Methods in org.opendaylight.protocol.pcep.parser.subobject that return SubobjectModifier and TypeMethodDescriptionRROIpv4PrefixSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROIpv6PrefixSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROLabelSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROPathKey128SubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROPathKey32SubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROUnnumberedInterfaceSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.parser.subobject with parameters of type SubobjectModifier and TypeMethodDescriptionvoid
RROIpv4PrefixSubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) void
RROIpv6PrefixSubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) void
RROLabelSubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) static void
RROPathKey128SubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) void
RROPathKey32SubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) void
RROUnnumberedInterfaceSubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) -
Uses of Subobject in org.opendaylight.protocol.pcep.segment.routing
Methods in org.opendaylight.protocol.pcep.segment.routing that return SubobjectModifier and TypeMethodDescriptionSrRroSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.segment.routing with parameters of type SubobjectModifier and TypeMethodDescriptionvoid
SrRroSubobjectParser.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) -
Uses of Subobject in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return SubobjectModifier and TypeMethodDescriptionRROSubobjectParser.parseSubobject
(io.netty.buffer.ByteBuf buffer) RROSubobjectRegistry.parseSubobject
(int type, io.netty.buffer.ByteBuf buffer) Finds parser for given subobject type in the registry.Methods in org.opendaylight.protocol.pcep.spi with parameters of type SubobjectModifier and TypeMethodDescriptionvoid
RROSubobjectRegistry.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) Find serializer for given subobject.void
RROSubobjectSerializer.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) -
Uses of Subobject in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo that return SubobjectModifier and TypeMethodDescriptionSimpleRROSubobjectRegistry.parseSubobject
(int type, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type SubobjectModifier and TypeMethodDescriptionvoid
SimpleRROSubobjectRegistry.serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object that return types with arguments of type SubobjectModifier and TypeMethodDescriptionRro.getSubobject()
Return subobject, ornull
if it is not present.RroBuilder.getSubobject()
Return current value associated with the property corresponding toRro.getSubobject()
.Rro.nonnullSubobject()
Return subobject, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object with type arguments of type SubobjectModifier and TypeMethodDescriptionRroBuilder.setSubobject
(List<Subobject> values) Set the property corresponding toRro.getSubobject()
to the specified value. -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro with type parameters of type SubobjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Subobject>>
E$$SubobjectBuilder.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.pcep.types.rev181109.reported.route.object.rro that return SubobjectModifier and TypeMethodDescription@NonNull Subobject
SubobjectBuilder.build()
A newSubobject
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro that return types with arguments of type SubobjectMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro with parameters of type SubobjectModifier and TypeMethodDescriptionstatic boolean
Subobject.bindingEquals
(@NonNull Subobject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Subobject.bindingHashCode
(@NonNull Subobject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Subobject.bindingToString
(@NonNull Subobject obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro with type arguments of type SubobjectModifier and TypeMethodDescriptionSubobjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Subobject> augmentation) Add an augmentation to this builder's product.SubobjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Subobject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro with parameters of type SubobjectModifierConstructorDescriptionSubobjectBuilder
(Subobject base) Construct a builder initialized with state from specifiedSubobject
.