Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object.Bandwidth
Packages that use Bandwidth
Package
Description
-
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return BandwidthModifier and TypeMethodDescriptionBandwidthObject.getBandwidth()Return bandwidth, ornullif it is not present.@NonNull BandwidthBandwidthObject.nonnullBandwidth()Return bandwidth, or an empty instance if it is not present. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with type parameters of type BandwidthModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Bandwidth>>
E$$BandwidthBuilder.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.bandwidth.object that return BandwidthModifier and TypeMethodDescription@NonNull BandwidthBandwidthBuilder.build()A newBandwidthinstance.static @NonNull BandwidthBandwidthBuilder.empty()Get empty instance of Bandwidth.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object that return types with arguments of type BandwidthMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with parameters of type BandwidthModifier and TypeMethodDescriptionstatic booleanBandwidth.bindingEquals(@NonNull Bandwidth thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intBandwidth.bindingHashCode(@NonNull Bandwidth obj) Default implementation ofObject.hashCode()contract for this interface.static StringBandwidth.bindingToString(@NonNull Bandwidth 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.bandwidth.object with type arguments of type BandwidthModifier and TypeMethodDescriptionBandwidthBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Bandwidth> augmentation) Add an augmentation to this builder's product.BandwidthBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Bandwidth>> 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.bandwidth.object with parameters of type BandwidthModifierConstructorDescriptionBandwidthBuilder(Bandwidth base) Construct a builder initialized with state from specifiedBandwidth. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result that return BandwidthModifier and TypeMethodDescriptionFailureCaseBuilder.getBandwidth()Return current value associated with the property corresponding toBandwidthObject.getBandwidth().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result with parameters of type BandwidthModifier and TypeMethodDescriptionFailureCaseBuilder.setBandwidth(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success that return BandwidthModifier and TypeMethodDescriptionPathsBuilder.getBandwidth()Return current value associated with the property corresponding toBandwidthObject.getBandwidth().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with parameters of type BandwidthModifier and TypeMethodDescriptionPathsBuilder.setBandwidth(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return BandwidthModifier and TypeMethodDescriptionP2mpBuilder.getBandwidth()Return current value associated with the property corresponding toBandwidthObject.getBandwidth().P2pBuilder.getBandwidth()Return current value associated with the property corresponding toBandwidthObject.getBandwidth().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type BandwidthModifier and TypeMethodDescriptionP2mpBuilder.setBandwidth(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()to the specified value.P2pBuilder.setBandwidth(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()to the specified value.