Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state.Memory
Packages that use Memory
Package
Description
-
Uses of Memory 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 MemoryModifier and TypeMethodDescriptionPlatformComponentMemoryState.getMemory()Return memory, ornullif it is not present.@NonNull MemoryPlatformComponentMemoryState.nonnullMemory()Return memory, or an empty instance if it is not present. -
Uses of Memory in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state with type parameters of type MemoryModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Memory>>
E$$MemoryBuilder.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.component.memory.state that return MemoryModifier and TypeMethodDescription@NonNull MemoryMemoryBuilder.build()A newMemoryinstance.static @NonNull MemoryMemoryBuilder.empty()Get empty instance of Memory.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state that return types with arguments of type MemoryMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state with parameters of type MemoryModifier and TypeMethodDescriptionstatic booleanMemory.bindingEquals(@NonNull Memory thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMemory.bindingHashCode(@NonNull Memory obj) Default implementation ofObject.hashCode()contract for this interface.static StringMemory.bindingToString(@NonNull Memory obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state with type arguments of type MemoryModifier and TypeMethodDescriptionMemoryBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Memory> augmentation) Add an augmentation to this builder's product.MemoryBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Memory>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state with parameters of type MemoryModifierConstructorDescriptionMemoryBuilder(Memory base) Construct a builder initialized with state from specifiedMemory. -
Uses of Memory in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component that return MemoryModifier and TypeMethodDescriptionStateBuilder.getMemory()Return current value associated with the property corresponding toPlatformComponentMemoryState.getMemory().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component with parameters of type MemoryModifier and TypeMethodDescriptionSet the property corresponding toPlatformComponentMemoryState.getMemory()to the specified value.