Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.HostEntry
Packages that use HostEntry
Package
Description
-
Uses of HostEntry 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 HostEntryModifier 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 HostEntryModifier and TypeMethodDescriptionHostEntriesBuilder.setHostEntry(Map<HostEntryKey, HostEntry> values) Set the property corresponding toHostEntries.getHostEntry()to the specified value. -
Uses of HostEntry 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 with type parameters of type HostEntryModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<HostEntry>>
E$$HostEntryBuilder.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.system.rev200413.system.dns._static.top.host.entries that return HostEntryModifier and TypeMethodDescription@NonNull HostEntryHostEntryBuilder.build()A newHostEntryinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries that return types with arguments of type HostEntryMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with parameters of type HostEntryModifier and TypeMethodDescriptionstatic booleanHostEntry.bindingEquals(@NonNull HostEntry thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intHostEntry.bindingHashCode(@NonNull HostEntry obj) Default implementation ofObject.hashCode()contract for this interface.static StringHostEntry.bindingToString(@NonNull HostEntry obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with type arguments of type HostEntryModifier and TypeMethodDescriptionHostEntryBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HostEntry> augmentation) Add an augmentation to this builder's product.HostEntryBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<HostEntry>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with parameters of type HostEntryModifierConstructorDescriptionHostEntryBuilder(HostEntry base) Construct a builder initialized with state from specifiedHostEntry.