Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.DebugEntries
-
-
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 DebugEntries Modifier and Type Method Description DebugEntriesDebugMessagesTop. getDebugEntries()Return debugEntries, ornullif 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 DebugEntries Modifier and Type Method Description <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 DebugEntries Modifier and Type Method Description @NonNull DebugEntriesDebugEntriesBuilder. build()A newDebugEntriesinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top that return types with arguments of type DebugEntries Modifier and Type Method Description default Class<DebugEntries>DebugEntries. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with parameters of type DebugEntries Modifier and Type Method Description static 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 DebugEntries Modifier and Type Method Description DebugEntriesBuilderDebugEntriesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DebugEntries> augmentation)Add an augmentation to this builder's product.DebugEntriesBuilderDebugEntriesBuilder. 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 DebugEntries Constructor Description DebugEntriesBuilder(DebugEntries base)Construct 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 DebugEntries Modifier and Type Method Description DebugEntriesMessagesBuilder. 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 DebugEntries Modifier and Type Method Description MessagesBuilderMessagesBuilder. setDebugEntries(DebugEntries value)Set the property corresponding toDebugMessagesTop.getDebugEntries()to the specified value.
-