Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.DebugEntries
Packages that use DebugEntries
Package
Description
-
Uses of DebugEntries in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813 that return DebugEntriesModifier and TypeMethodDescriptionDebugMessagesTop.getDebugEntries()Return debugEntries, ornullif it is not present.@NonNull DebugEntriesDebugMessagesTop.nonnullDebugEntries()Return debugEntries, or an empty instance if it is not present. -
Uses of DebugEntries in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with type parameters of type DebugEntriesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DebugEntries>>
E$$DebugEntriesBuilder.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.messages.rev180813.debug.messages.top that return DebugEntriesModifier and TypeMethodDescription@NonNull DebugEntriesDebugEntriesBuilder.build()A newDebugEntriesinstance.static @NonNull DebugEntriesDebugEntriesBuilder.empty()Get empty instance of DebugEntries.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top that return types with arguments of type DebugEntriesModifier and TypeMethodDescriptiondefault Class<DebugEntries>DebugEntries.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with parameters of type DebugEntriesModifier and TypeMethodDescriptionstatic booleanDebugEntries.bindingEquals(@NonNull DebugEntries thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intDebugEntries.bindingHashCode(@NonNull DebugEntries obj) Default implementation ofObject.hashCode()contract for this interface.static StringDebugEntries.bindingToString(@NonNull DebugEntries obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with type arguments of type DebugEntriesModifier and TypeMethodDescriptionDebugEntriesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DebugEntries> augmentation) Add an augmentation to this builder's product.DebugEntriesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DebugEntries>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with parameters of type DebugEntriesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDebugEntries. -
Uses of DebugEntries in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top that return DebugEntriesModifier and TypeMethodDescriptionMessagesBuilder.getDebugEntries()Return current value associated with the property corresponding toDebugMessagesTop.getDebugEntries().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.messages.top with parameters of type DebugEntriesModifier and TypeMethodDescriptionMessagesBuilder.setDebugEntries(DebugEntries value) Set the property corresponding toDebugMessagesTop.getDebugEntries()to the specified value.