Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.DebugService
-
-
Uses of DebugService 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 that return types with arguments of type DebugService Modifier and Type Method Description @Nullable Map<DebugServiceKey,DebugService>DebugEntries. getDebugService()Return debugService, ornullif it is not present.Map<DebugServiceKey,DebugService>DebugEntriesBuilder. getDebugService()default @NonNull Map<DebugServiceKey,DebugService>DebugEntries. nonnullDebugService()Return debugService, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top with type arguments of type DebugService Modifier and Type Method Description DebugEntriesBuilderDebugEntriesBuilder. setDebugService(Map<DebugServiceKey,DebugService> values) -
Uses of DebugService in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries with type parameters of type DebugService Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DebugService>>
E$$DebugServiceBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries that return DebugService Modifier and Type Method Description DebugServiceDebugServiceBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries that return types with arguments of type DebugService Modifier and Type Method Description default Class<DebugService>DebugService. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries with parameters of type DebugService Modifier and Type Method Description static booleanDebugService. bindingEquals(@NonNull DebugService thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDebugService. bindingHashCode(@NonNull DebugService obj)Default implementation ofObject.hashCode()contract for this interface.static StringDebugService. bindingToString(@NonNull DebugService 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.debug.entries with type arguments of type DebugService Modifier and Type Method Description DebugServiceBuilderDebugServiceBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DebugService> augmentation)Add an augmentation to this builder's product.DebugServiceBuilderDebugServiceBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DebugService>> 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.debug.entries with parameters of type DebugService Constructor Description DebugServiceBuilder(DebugService base)
-