Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top.Dns
Packages that use Dns
Package
Description
-
Uses of Dns 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 DnsModifier and TypeMethodDescriptionSystemDnsTop.getDns()Return dns, ornullif it is not present.@NonNull DnsSystemDnsTop.nonnullDns()Return dns, or an empty instance if it is not present. -
Uses of Dns 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 with type parameters of type DnsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Dns>>
E$$DnsBuilder.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.top that return DnsModifier and TypeMethodDescription@NonNull DnsDnsBuilder.build()A newDnsinstance.static @NonNull DnsDnsBuilder.empty()Get empty instance of Dns.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top that return types with arguments of type DnsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top with parameters of type DnsModifier and TypeMethodDescriptionstatic booleanDns.bindingEquals(@NonNull Dns thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intDns.bindingHashCode(@NonNull Dns obj) Default implementation ofObject.hashCode()contract for this interface.static StringDns.bindingToString(@NonNull Dns 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.top with type arguments of type DnsModifier and TypeMethodDescriptionDnsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Dns> augmentation) Add an augmentation to this builder's product.DnsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dns>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top with parameters of type DnsModifierConstructorDescriptionDnsBuilder(Dns base) Construct a builder initialized with state from specifiedDns. -
Uses of Dns in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return DnsModifier and TypeMethodDescriptionSystemBuilder.getDns()Return current value associated with the property corresponding toSystemDnsTop.getDns().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type DnsModifier and TypeMethodDescriptionSet the property corresponding toSystemDnsTop.getDns()to the specified value.