Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107.DomainName
-
-
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 DomainName Modifier and Type Method Description DomainNameSystemGlobalConfig. getDomainName()Return domainName, ornullif it is not present.DomainNameSystemGlobalConfig. 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 DomainName Modifier and Type Method Description @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 DomainName Modifier and Type Method Description List<DomainName>ConfigBuilder. getSearch()Return current value associated with the property corresponding toSystemDnsConfig.getSearch().List<DomainName>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 DomainName Modifier and Type Method Description ConfigBuilderConfigBuilder. setSearch(List<DomainName> values)Set the property corresponding toSystemDnsConfig.getSearch()to the specified value.StateBuilderStateBuilder. 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 DomainName Modifier and Type Method Description DomainNameConfigBuilder. getDomainName()Return current value associated with the property corresponding toSystemGlobalConfig.getDomainName().DomainNameStateBuilder. getDomainName()Return current value associated with the property corresponding toSystemGlobalConfig.getDomainName().DomainNameConfigBuilder. getHostname()Return current value associated with the property corresponding toSystemGlobalConfig.getHostname().DomainNameStateBuilder. 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 DomainName Modifier and Type Method Description ConfigBuilderConfigBuilder. setDomainName(DomainName value)Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.StateBuilderStateBuilder. setDomainName(DomainName value)Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.ConfigBuilderConfigBuilder. setHostname(DomainName value)Set the property corresponding toSystemGlobalConfig.getHostname()to the specified value.StateBuilderStateBuilder. 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 DomainName Modifier and Type Method Description static DomainNameDomainName. getDefaultInstance(String defaultValue)DomainNameHost. getDomainName()Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.types.inet.rev210107 with parameters of type DomainName Constructor Description DomainName(DomainName source)Creates a copy from Source Object.Host(DomainName _domainName)
-