Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.NtpKeys
Packages that use NtpKeys
Package
Description
-
Uses of NtpKeys 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 NtpKeysModifier and TypeMethodDescriptionSystemNtpAuthKeysTop.getNtpKeys()Return ntpKeys, ornullif it is not present.@NonNull NtpKeysSystemNtpAuthKeysTop.nonnullNtpKeys()Return ntpKeys, or an empty instance if it is not present. -
Uses of NtpKeys in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top with type parameters of type NtpKeysModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NtpKeys>>
E$$NtpKeysBuilder.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.auth.keys.top that return NtpKeysModifier and TypeMethodDescription@NonNull NtpKeysNtpKeysBuilder.build()A newNtpKeysinstance.static @NonNull NtpKeysNtpKeysBuilder.empty()Get empty instance of NtpKeys.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top that return types with arguments of type NtpKeysMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top with parameters of type NtpKeysModifier and TypeMethodDescriptionstatic booleanNtpKeys.bindingEquals(@NonNull NtpKeys thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNtpKeys.bindingHashCode(@NonNull NtpKeys obj) Default implementation ofObject.hashCode()contract for this interface.static StringNtpKeys.bindingToString(@NonNull NtpKeys 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.auth.keys.top with type arguments of type NtpKeysModifier and TypeMethodDescriptionNtpKeysBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NtpKeys> augmentation) Add an augmentation to this builder's product.NtpKeysBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NtpKeys>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top with parameters of type NtpKeysModifierConstructorDescriptionNtpKeysBuilder(NtpKeys base) Construct a builder initialized with state from specifiedNtpKeys. -
Uses of NtpKeys 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 NtpKeysModifier and TypeMethodDescriptionNtpBuilder.getNtpKeys()Return current value associated with the property corresponding toSystemNtpAuthKeysTop.getNtpKeys().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top with parameters of type NtpKeysModifier and TypeMethodDescriptionNtpBuilder.setNtpKeys(NtpKeys value) Set the property corresponding toSystemNtpAuthKeysTop.getNtpKeys()to the specified value.