Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top.NtpKeys
-
-
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 NtpKeys Modifier and Type Method Description NtpKeysSystemNtpAuthKeysTop. getNtpKeys()Return ntpKeys, ornullif 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 NtpKeys Modifier and Type Method Description <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 NtpKeys Modifier and Type Method Description @NonNull NtpKeysNtpKeysBuilder. build()A newNtpKeysinstance.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 NtpKeys Modifier and Type Method Description default Class<NtpKeys>NtpKeys. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.auth.keys.top with parameters of type NtpKeys Modifier and Type Method Description static 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 NtpKeys Modifier and Type Method Description NtpKeysBuilderNtpKeysBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NtpKeys> augmentation)Add an augmentation to this builder's product.NtpKeysBuilderNtpKeysBuilder. 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 NtpKeys Constructor Description NtpKeysBuilder(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 NtpKeys Modifier and Type Method Description NtpKeysNtpBuilder. 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 NtpKeys Modifier and Type Method Description NtpBuilderNtpBuilder. setNtpKeys(NtpKeys value)Set the property corresponding toSystemNtpAuthKeysTop.getNtpKeys()to the specified value.
-