Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Backplane
-
-
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 Backplane Modifier and Type Method Description BackplanePlatformAnchorsTop. getBackplane()Return backplane, ornullif 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 Backplane Modifier and Type Method Description <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 Backplane Modifier and Type Method Description @NonNull BackplaneBackplaneBuilder. build()A newBackplaneinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type Backplane Modifier and Type Method Description default Class<Backplane>Backplane. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type Backplane Modifier and Type Method Description static 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 Backplane Modifier and Type Method Description BackplaneBuilderBackplaneBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Backplane> augmentation)Add an augmentation to this builder's product.BackplaneBuilderBackplaneBuilder. 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 Backplane Constructor Description BackplaneBuilder(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 Backplane Modifier and Type Method Description BackplaneComponentBuilder. 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 Backplane Modifier and Type Method Description ComponentBuilderComponentBuilder. setBackplane(Backplane value)Set the property corresponding toPlatformAnchorsTop.getBackplane()to the specified value.
-