Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case.MeterBandDrop
-
-
Uses of MeterBandDrop in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band that return MeterBandDrop Modifier and Type Method Description MeterBandDropMeterBandDropCase. getMeterBandDrop()Return meterBandDrop, ornullif it is not present.MeterBandDropMeterBandDropCaseBuilder. getMeterBandDrop()Return current value associated with the property corresponding toMeterBandDropCase.getMeterBandDrop().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band with parameters of type MeterBandDrop Modifier and Type Method Description MeterBandDropCaseBuilderMeterBandDropCaseBuilder. setMeterBandDrop(MeterBandDrop value)Set the property corresponding toMeterBandDropCase.getMeterBandDrop()to the specified value. -
Uses of MeterBandDrop in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case with type parameters of type MeterBandDrop Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterBandDrop>>
E$$MeterBandDropBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case that return MeterBandDrop Modifier and Type Method Description @NonNull MeterBandDropMeterBandDropBuilder. build()A newMeterBandDropinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case that return types with arguments of type MeterBandDrop Modifier and Type Method Description default Class<MeterBandDrop>MeterBandDrop. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case with parameters of type MeterBandDrop Modifier and Type Method Description static booleanMeterBandDrop. bindingEquals(@NonNull MeterBandDrop thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intMeterBandDrop. bindingHashCode(@NonNull MeterBandDrop obj)Default implementation ofObject.hashCode()contract for this interface.static StringMeterBandDrop. bindingToString(@NonNull MeterBandDrop obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case with type arguments of type MeterBandDrop Modifier and Type Method Description MeterBandDropBuilderMeterBandDropBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MeterBandDrop> augmentation)Add an augmentation to this builder's product.MeterBandDropBuilderMeterBandDropBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterBandDrop>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.meter.band.meter.band.drop._case with parameters of type MeterBandDrop Constructor Description MeterBandDropBuilder(MeterBandDrop base)Construct a builder initialized with state from specifiedMeterBandDrop.
-