Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Fabric
-
-
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 Fabric Modifier and Type Method Description FabricPlatformAnchorsTop. getFabric()Return fabric, ornullif 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 Fabric Modifier and Type Method Description <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 Fabric Modifier and Type Method Description @NonNull FabricFabricBuilder. build()A newFabricinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type Fabric Modifier and Type Method Description default Class<Fabric>Fabric. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type Fabric Modifier and Type Method Description static 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 Fabric Modifier and Type Method Description FabricBuilderFabricBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Fabric> augmentation)Add an augmentation to this builder's product.FabricBuilderFabricBuilder. 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 Fabric Constructor Description FabricBuilder(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 Fabric Modifier and Type Method Description FabricComponentBuilder. 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 Fabric Modifier and Type Method Description ComponentBuilderComponentBuilder. setFabric(Fabric value)Set the property corresponding toPlatformAnchorsTop.getFabric()to the specified value.
-