Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.objects.VendorInformationObject
Package
Description
-
Uses of VendorInformationObject in org.opendaylight.protocol.pcep.spi
Modifier and TypeMethodDescriptionprotected static List
<VendorInformationObject> AbstractMessageParser.addVendorInformationObjects
(Queue<Object> objects) Modifier and TypeMethodDescriptionvoid
VendorInformationObjectRegistry.serializeVendorInformationObject
(VendorInformationObject viObject, io.netty.buffer.ByteBuf buffer) Modifier and TypeMethodDescriptionprotected final void
AbstractMessageParser.serializeVendorInformationObjects
(List<VendorInformationObject> viObjects, io.netty.buffer.ByteBuf buffer) -
Uses of VendorInformationObject in org.opendaylight.protocol.pcep.spi.pojo
Modifier and TypeMethodDescriptionvoid
SimpleObjectRegistry.serializeVendorInformationObject
(VendorInformationObject viObject, io.netty.buffer.ByteBuf buffer) void
SimpleVendorInformationObjectRegistry.serializeVendorInformationObject
(VendorInformationObject viObject, io.netty.buffer.ByteBuf buffer) -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescription@Nullable List
<VendorInformationObject> VendorInformationObjects.getVendorInformationObject()
Return vendorInformationObject, ornull
if it is not present.default @NonNull List
<VendorInformationObject> VendorInformationObjects.nonnullVendorInformationObject()
Return vendorInformationObject, or an empty list if it is not present. -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message
Modifier and TypeMethodDescriptionRepliesBuilder.getVendorInformationObject()
Return current value associated with the property corresponding toVendorInformationObjects.getVendorInformationObject()
.Modifier and TypeMethodDescriptionRepliesBuilder.setVendorInformationObject
(List<VendorInformationObject> values) Set the property corresponding toVendorInformationObjects.getVendorInformationObject()
to the specified value. -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case
Modifier and TypeMethodDescriptionSuccessBuilder.getVendorInformationObject()
Return current value associated with the property corresponding toVendorInformationObjects.getVendorInformationObject()
.Modifier and TypeMethodDescriptionSuccessBuilder.setVendorInformationObject
(List<VendorInformationObject> values) Set the property corresponding toVendorInformationObjects.getVendorInformationObject()
to the specified value. -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Modifier and TypeMethodDescriptionRequestsBuilder.getVendorInformationObject()
Return current value associated with the property corresponding toVendorInformationObjects.getVendorInformationObject()
.SvecBuilder.getVendorInformationObject()
Return current value associated with the property corresponding toVendorInformationObjects.getVendorInformationObject()
.Modifier and TypeMethodDescriptionRequestsBuilder.setVendorInformationObject
(List<VendorInformationObject> values) Set the property corresponding toVendorInformationObjects.getVendorInformationObject()
to the specified value.SvecBuilder.setVendorInformationObject
(List<VendorInformationObject> values) Set the property corresponding toVendorInformationObjects.getVendorInformationObject()
to the specified value. -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Modifier and TypeMethodDescriptionP2pBuilder.getVendorInformationObject()
Return current value associated with the property corresponding toVendorInformationObjects.getVendorInformationObject()
.Modifier and TypeMethodDescriptionP2pBuilder.setVendorInformationObject
(List<VendorInformationObject> values) Set the property corresponding toVendorInformationObjects.getVendorInformationObject()
to the specified value. -
Uses of VendorInformationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.objects
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<VendorInformationObject>>
E$$VendorInformationObjectBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull VendorInformationObject
VendorInformationObjectBuilder.build()
A newVendorInformationObject
instance.Modifier and TypeMethodDescriptiondefault Class
<VendorInformationObject> VendorInformationObject.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
VendorInformationObject.bindingEquals
(@NonNull VendorInformationObject thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
VendorInformationObject.bindingHashCode
(@NonNull VendorInformationObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
VendorInformationObject.bindingToString
(@NonNull VendorInformationObject obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionVendorInformationObjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<VendorInformationObject> augmentation) Add an augmentation to this builder's product.VendorInformationObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<VendorInformationObject>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedVendorInformationObject
.