Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries.DebugServiceKey
Packages that use DebugServiceKey
Package
Description
-
Uses of DebugServiceKey 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 DebugServiceKeyModifier and TypeMethodDescription@Nullable Map<DebugServiceKey,DebugService> DebugEntries.getDebugService()Return debugService, ornullif it is not present.DebugEntriesBuilder.getDebugService()Return current value associated with the property corresponding toDebugEntries.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 DebugServiceKeyModifier and TypeMethodDescriptionDebugEntriesBuilder.setDebugService(Map<DebugServiceKey, DebugService> values) Set the property corresponding toDebugEntries.getDebugService()to the specified value. -
Uses of DebugServiceKey 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 that return DebugServiceKeyModifier and TypeMethodDescriptionDebugService.key()DebugServiceBuilder.key()Return current value associated with the property corresponding toDebugService.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries with parameters of type DebugServiceKeyModifier and TypeMethodDescriptionDebugServiceBuilder.withKey(DebugServiceKey key) Set the key value corresponding toDebugService.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.debug.messages.top.debug.entries with parameters of type DebugServiceKeyModifierConstructorDescriptionDebugServiceKey(DebugServiceKey source) Creates a copy from Source Object.