Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.HostEntry
-
-
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 HostEntry Modifier and Type Method Description @Nullable Map<HostEntryKey,HostEntry>HostEntries. getHostEntry()Return hostEntry, ornullif it is not present.Map<HostEntryKey,HostEntry>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 HostEntry Modifier and Type Method Description HostEntriesBuilderHostEntriesBuilder. 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 HostEntry Modifier and Type Method Description <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 HostEntry Modifier and Type Method Description @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 HostEntry Modifier and Type Method Description default Class<HostEntry>HostEntry. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries with parameters of type HostEntry Modifier and Type Method Description static 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 HostEntry Modifier and Type Method Description HostEntryBuilderHostEntryBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HostEntry> augmentation)Add an augmentation to this builder's product.HostEntryBuilderHostEntryBuilder. 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 HostEntry Constructor Description HostEntryBuilder(HostEntry base)Construct a builder initialized with state from specifiedHostEntry.
-