Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Backplane
Packages that use Backplane
Package
Description
-
Uses of Backplane in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return BackplaneModifier and TypeMethodDescriptionPlatformAnchorsTop.getBackplane()Return backplane, ornullif it is not present.@NonNull BackplanePlatformAnchorsTop.nonnullBackplane()Return backplane, or an empty instance if it is not present. -
Uses of Backplane in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type parameters of type BackplaneModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Backplane>>
E$$BackplaneBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return BackplaneModifier and TypeMethodDescription@NonNull BackplaneBackplaneBuilder.build()A newBackplaneinstance.static @NonNull BackplaneBackplaneBuilder.empty()Get empty instance of Backplane.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type BackplaneMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type BackplaneModifier and TypeMethodDescriptionstatic booleanBackplane.bindingEquals(@NonNull Backplane thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBackplane.bindingHashCode(@NonNull Backplane obj) Default implementation ofObject.hashCode()contract for this interface.static StringBackplane.bindingToString(@NonNull Backplane obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type arguments of type BackplaneModifier and TypeMethodDescriptionBackplaneBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Backplane> augmentation) Add an augmentation to this builder's product.BackplaneBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Backplane>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type BackplaneModifierConstructorDescriptionBackplaneBuilder(Backplane base) Construct a builder initialized with state from specifiedBackplane. -
Uses of Backplane in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return BackplaneModifier and TypeMethodDescriptionComponentBuilder.getBackplane()Return current value associated with the property corresponding toPlatformAnchorsTop.getBackplane().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type BackplaneModifier and TypeMethodDescriptionComponentBuilder.setBackplane(Backplane value) Set the property corresponding toPlatformAnchorsTop.getBackplane()to the specified value.