Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys.NtpKey
Packages that use NtpKey
Package
Description
-
Uses of NtpKey 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 that return types with arguments of type NtpKeyModifier and TypeMethodDescriptionNtpKeys.getNtpKey()Return ntpKey, ornullif it is not present.NtpKeysBuilder.getNtpKey()Return current value associated with the property corresponding toNtpKeys.getNtpKey().NtpKeys.nonnullNtpKey()Return ntpKey, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top with type arguments of type NtpKeyModifier and TypeMethodDescriptionSet the property corresponding toNtpKeys.getNtpKey()to the specified value. -
Uses of NtpKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys with type parameters of type NtpKeyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NtpKey>>
E$$NtpKeyBuilder.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.ntp.keys that return NtpKeyMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys that return types with arguments of type NtpKeyMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys with parameters of type NtpKeyModifier and TypeMethodDescriptionstatic booleanNtpKey.bindingEquals(@NonNull NtpKey thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNtpKey.bindingHashCode(@NonNull NtpKey obj) Default implementation ofObject.hashCode()contract for this interface.static StringNtpKey.bindingToString(@NonNull NtpKey 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.ntp.keys with type arguments of type NtpKeyModifier and TypeMethodDescriptionNtpKeyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NtpKey> augmentation) Add an augmentation to this builder's product.NtpKeyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NtpKey>> 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.ntp.keys with parameters of type NtpKeyModifierConstructorDescriptionNtpKeyBuilder(NtpKey base) Construct a builder initialized with state from specifiedNtpKey.