Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Storage
Packages that use Storage
Package
Description
-
Uses of Storage 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 StorageModifier and TypeMethodDescriptionPlatformAnchorsTop.getStorage()Return storage, ornullif it is not present.@NonNull StoragePlatformAnchorsTop.nonnullStorage()Return storage, or an empty instance if it is not present. -
Uses of Storage 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 StorageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Storage>>
E$$StorageBuilder.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 StorageModifier and TypeMethodDescription@NonNull StorageStorageBuilder.build()A newStorageinstance.static @NonNull StorageStorageBuilder.empty()Get empty instance of Storage.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type StorageMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type StorageModifier and TypeMethodDescriptionstatic booleanStorage.bindingEquals(@NonNull Storage thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intStorage.bindingHashCode(@NonNull Storage obj) Default implementation ofObject.hashCode()contract for this interface.static StringStorage.bindingToString(@NonNull Storage 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 StorageModifier and TypeMethodDescriptionStorageBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Storage> augmentation) Add an augmentation to this builder's product.StorageBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Storage>> 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 StorageModifierConstructorDescriptionStorageBuilder(Storage base) Construct a builder initialized with state from specifiedStorage. -
Uses of Storage 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 StorageModifier and TypeMethodDescriptionComponentBuilder.getStorage()Return current value associated with the property corresponding toPlatformAnchorsTop.getStorage().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type StorageModifier and TypeMethodDescriptionComponentBuilder.setStorage(Storage value) Set the property corresponding toPlatformAnchorsTop.getStorage()to the specified value.