Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.DomainName
Packages that use DomainName
Package
Description
-
Uses of DomainName 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 DomainNameModifier and TypeMethodDescriptionSystemGlobalConfig.getDomainName()Return domainName, ornullif it is not present.SystemGlobalConfig.getHostname()Return hostname, ornullif it is not present.default @NonNull DomainNameSystemGlobalConfig.requireDomainName()Return domainName, guaranteed to be non-null.default @NonNull DomainNameSystemGlobalConfig.requireHostname()Return hostname, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return types with arguments of type DomainNameModifier and TypeMethodDescription@Nullable List<DomainName>SystemDnsConfig.getSearch()Return search, ornullif it is not present.default @NonNull List<DomainName>SystemDnsConfig.requireSearch()Return search, guaranteed to be non-null. -
Uses of DomainName in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top.dns
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top.dns that return types with arguments of type DomainNameModifier and TypeMethodDescriptionConfigBuilder.getSearch()Return current value associated with the property corresponding toSystemDnsConfig.getSearch().StateBuilder.getSearch()Return current value associated with the property corresponding toSystemDnsConfig.getSearch().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top.dns with type arguments of type DomainNameModifier and TypeMethodDescriptionConfigBuilder.setSearch(List<DomainName> values) Set the property corresponding toSystemDnsConfig.getSearch()to the specified value.StateBuilder.setSearch(List<DomainName> values) Set the property corresponding toSystemDnsConfig.getSearch()to the specified value. -
Uses of DomainName in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system that return DomainNameModifier and TypeMethodDescriptionConfigBuilder.getDomainName()Return current value associated with the property corresponding toSystemGlobalConfig.getDomainName().StateBuilder.getDomainName()Return current value associated with the property corresponding toSystemGlobalConfig.getDomainName().ConfigBuilder.getHostname()Return current value associated with the property corresponding toSystemGlobalConfig.getHostname().StateBuilder.getHostname()Return current value associated with the property corresponding toSystemGlobalConfig.getHostname().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system with parameters of type DomainNameModifier and TypeMethodDescriptionConfigBuilder.setDomainName(DomainName value) Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.StateBuilder.setDomainName(DomainName value) Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.ConfigBuilder.setHostname(DomainName value) Set the property corresponding toSystemGlobalConfig.getHostname()to the specified value.StateBuilder.setHostname(DomainName value) Set the property corresponding toSystemGlobalConfig.getHostname()to the specified value. -
Uses of DomainName in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 that return DomainNameModifier and TypeMethodDescriptionstatic DomainNameDomainName.getDefaultInstance(String defaultValue) Host.getDomainName()Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 with parameters of type DomainNameModifierConstructorDescriptionDomainName(DomainName source) Creates a copy from Source Object.Host(DomainName _domainName)