Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top.Ntp
Packages that use Ntp
Package
Description
-
Uses of Ntp 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 NtpModifier and TypeMethodDescriptionSystemNtpTop.getNtp()Return ntp, ornullif it is not present.@NonNull NtpSystemNtpTop.nonnullNtp()Return ntp, or an empty instance if it is not present. -
Uses of Ntp 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 with type parameters of type NtpModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ntp>>
E$$NtpBuilder.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.top that return NtpModifier and TypeMethodDescription@NonNull NtpNtpBuilder.build()A newNtpinstance.static @NonNull NtpNtpBuilder.empty()Get empty instance of Ntp.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top that return types with arguments of type NtpMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top with parameters of type NtpModifier and TypeMethodDescriptionstatic booleanNtp.bindingEquals(@NonNull Ntp thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNtp.bindingHashCode(@NonNull Ntp obj) Default implementation ofObject.hashCode()contract for this interface.static StringNtp.bindingToString(@NonNull Ntp 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.top with type arguments of type NtpModifier and TypeMethodDescriptionNtpBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Ntp> augmentation) Add an augmentation to this builder's product.NtpBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ntp>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top with parameters of type NtpModifierConstructorDescriptionNtpBuilder(Ntp base) Construct a builder initialized with state from specifiedNtp. -
Uses of Ntp 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 NtpModifier and TypeMethodDescriptionSystemBuilder.getNtp()Return current value associated with the property corresponding toSystemNtpTop.getNtp().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type NtpModifier and TypeMethodDescriptionSet the property corresponding toSystemNtpTop.getNtp()to the specified value.