Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.HostEntryKey
Packages that use HostEntryKey
Package
Description
-
Uses of HostEntryKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top that return types with arguments of type HostEntryKeyModifier and TypeMethodDescription@Nullable Map<HostEntryKey,HostEntry> HostEntries.getHostEntry()Return hostEntry, ornullif it is not present.HostEntriesBuilder.getHostEntry()Return current value associated with the property corresponding toHostEntries.getHostEntry().default @NonNull Map<HostEntryKey,HostEntry> HostEntries.nonnullHostEntry()Return hostEntry, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top with type arguments of type HostEntryKeyModifier and TypeMethodDescriptionHostEntriesBuilder.setHostEntry(Map<HostEntryKey, HostEntry> values) Set the property corresponding toHostEntries.getHostEntry()to the specified value. -
Uses of HostEntryKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries that return HostEntryKeyModifier and TypeMethodDescriptionHostEntry.key()HostEntryBuilder.key()Return current value associated with the property corresponding toHostEntry.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with parameters of type HostEntryKeyModifier and TypeMethodDescriptionHostEntryBuilder.withKey(HostEntryKey key) Set the key value corresponding toHostEntry.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with parameters of type HostEntryKeyModifierConstructorDescriptionHostEntryKey(HostEntryKey source) Creates a copy from Source Object.