Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys.NtpKey
-
-
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 NtpKey Modifier and Type Method Description @Nullable Map<NtpKeyKey,NtpKey>NtpKeys. getNtpKey()Return ntpKey, ornullif it is not present.Map<NtpKeyKey,NtpKey>NtpKeysBuilder. getNtpKey()default @NonNull Map<NtpKeyKey,NtpKey>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 NtpKey Modifier and Type Method Description NtpKeysBuilderNtpKeysBuilder. setNtpKey(Map<NtpKeyKey,NtpKey> values) -
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 NtpKey Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NtpKey>>
E$$NtpKeyBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys that return NtpKey Modifier and Type Method Description NtpKeyNtpKeyBuilder. build()Methods 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 NtpKey Modifier and Type Method Description default Class<NtpKey>NtpKey. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.ntp.keys with parameters of type NtpKey Modifier and Type Method Description static 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 NtpKey Modifier and Type Method Description NtpKeyBuilderNtpKeyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NtpKey> augmentation)Add an augmentation to this builder's product.NtpKeyBuilderNtpKeyBuilder. 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 NtpKey Constructor Description NtpKeyBuilder(NtpKey base)
-