Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.Servers
-
-
Uses of Servers 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 Servers Modifier and Type Method Description ServersSystemNtpServerTop. getServers()Return servers, ornullif it is not present. -
Uses of Servers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top with type parameters of type Servers Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Servers>>
E$$ServersBuilder. 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.ntp.server.top that return Servers Modifier and Type Method Description @NonNull ServersServersBuilder. build()A newServersinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top that return types with arguments of type Servers Modifier and Type Method Description default Class<Servers>Servers. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top with parameters of type Servers Modifier and Type Method Description static booleanServers. bindingEquals(@NonNull Servers thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intServers. bindingHashCode(@NonNull Servers obj)Default implementation ofObject.hashCode()contract for this interface.static StringServers. bindingToString(@NonNull Servers obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top with type arguments of type Servers Modifier and Type Method Description ServersBuilderServersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Servers> augmentation)Add an augmentation to this builder's product.ServersBuilderServersBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Servers>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top with parameters of type Servers Constructor Description ServersBuilder(Servers base)Construct a builder initialized with state from specifiedServers. -
Uses of Servers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top that return Servers Modifier and Type Method Description ServersNtpBuilder. getServers()Return current value associated with the property corresponding toSystemNtpServerTop.getServers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top with parameters of type Servers Modifier and Type Method Description NtpBuilderNtpBuilder. setServers(Servers value)Set the property corresponding toSystemNtpServerTop.getServers()to the specified value.
-