Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Fabric
Packages that use Fabric
Package
Description
-
Uses of Fabric 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 FabricModifier and TypeMethodDescriptionPlatformAnchorsTop.getFabric()Return fabric, ornullif it is not present.@NonNull FabricPlatformAnchorsTop.nonnullFabric()Return fabric, or an empty instance if it is not present. -
Uses of Fabric 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 FabricModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Fabric>>
E$$FabricBuilder.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 FabricModifier and TypeMethodDescription@NonNull FabricFabricBuilder.build()A newFabricinstance.static @NonNull FabricFabricBuilder.empty()Get empty instance of Fabric.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type FabricMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type FabricModifier and TypeMethodDescriptionstatic booleanFabric.bindingEquals(@NonNull Fabric thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intFabric.bindingHashCode(@NonNull Fabric obj) Default implementation ofObject.hashCode()contract for this interface.static StringFabric.bindingToString(@NonNull Fabric 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 FabricModifier and TypeMethodDescriptionFabricBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Fabric> augmentation) Add an augmentation to this builder's product.FabricBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Fabric>> 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 FabricModifierConstructorDescriptionFabricBuilder(Fabric base) Construct a builder initialized with state from specifiedFabric. -
Uses of Fabric 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 FabricModifier and TypeMethodDescriptionComponentBuilder.getFabric()Return current value associated with the property corresponding toPlatformAnchorsTop.getFabric().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type FabricModifier and TypeMethodDescriptionSet the property corresponding toPlatformAnchorsTop.getFabric()to the specified value.