Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.HostEntries
Packages that use HostEntries
Package
Description
-
Uses of HostEntries in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return HostEntriesModifier and TypeMethodDescriptionSystemDnsStaticTop.getHostEntries()Return hostEntries, ornullif it is not present.@NonNull HostEntriesSystemDnsStaticTop.nonnullHostEntries()Return hostEntries, or an empty instance if it is not present. -
Uses of HostEntries 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 with type parameters of type HostEntriesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<HostEntries>>
E$$HostEntriesBuilder.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 that return HostEntriesModifier and TypeMethodDescription@NonNull HostEntriesHostEntriesBuilder.build()A newHostEntriesinstance.static @NonNull HostEntriesHostEntriesBuilder.empty()Get empty instance of HostEntries.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top that return types with arguments of type HostEntriesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top with parameters of type HostEntriesModifier and TypeMethodDescriptionstatic booleanHostEntries.bindingEquals(@NonNull HostEntries thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intHostEntries.bindingHashCode(@NonNull HostEntries obj) Default implementation ofObject.hashCode()contract for this interface.static StringHostEntries.bindingToString(@NonNull HostEntries 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 with type arguments of type HostEntriesModifier and TypeMethodDescriptionHostEntriesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HostEntries> augmentation) Add an augmentation to this builder's product.HostEntriesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<HostEntries>> 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 with parameters of type HostEntriesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedHostEntries. -
Uses of HostEntries in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top that return HostEntriesModifier and TypeMethodDescriptionDnsBuilder.getHostEntries()Return current value associated with the property corresponding toSystemDnsStaticTop.getHostEntries().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top with parameters of type HostEntriesModifier and TypeMethodDescriptionDnsBuilder.setHostEntries(HostEntries value) Set the property corresponding toSystemDnsStaticTop.getHostEntries()to the specified value.