Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.memory.top.Memory
Packages that use Memory
Package
Description
-
Uses of Memory in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return MemoryModifier and TypeMethodDescriptionSystemMemoryTop.getMemory()Return memory, ornullif it is not present.@NonNull MemorySystemMemoryTop.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.system.rev200413.system.memory.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.memory.top 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.system.rev200413.system.memory.top 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.system.rev200413.system.memory.top that return types with arguments of type MemoryMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.memory.top 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.system.rev200413.system.memory.top 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.system.rev200413.system.memory.top 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.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return MemoryModifier and TypeMethodDescriptionSystemBuilder.getMemory()Return current value associated with the property corresponding toSystemMemoryTop.getMemory().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type MemoryModifier and TypeMethodDescriptionSet the property corresponding toSystemMemoryTop.getMemory()to the specified value.