Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state.Memory
-
-
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 Memory Modifier and Type Method Description MemoryPlatformComponentMemoryState. getMemory()Return memory, ornullif 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 Memory Modifier and Type Method Description <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 Memory Modifier and Type Method Description @NonNull MemoryMemoryBuilder. build()A newMemoryinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state that return types with arguments of type Memory Modifier and Type Method Description default Class<Memory>Memory. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.memory.state with parameters of type Memory Modifier and Type Method Description static 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 Memory Modifier and Type Method Description MemoryBuilderMemoryBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Memory> augmentation)Add an augmentation to this builder's product.MemoryBuilderMemoryBuilder. 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 Memory Constructor Description MemoryBuilder(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 Memory Modifier and Type Method Description MemoryStateBuilder. 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 Memory Modifier and Type Method Description StateBuilderStateBuilder. setMemory(Memory value)Set the property corresponding toPlatformComponentMemoryState.getMemory()to the specified value.
-