Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top.Ntp
-
-
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 Ntp Modifier and Type Method Description NtpSystemNtpTop. getNtp()Return ntp, ornullif 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 Ntp Modifier and Type Method Description <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 Ntp Modifier and Type Method Description @NonNull NtpNtpBuilder. build()A newNtpinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top that return types with arguments of type Ntp Modifier and Type Method Description default Class<Ntp>Ntp. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.top with parameters of type Ntp Modifier and Type Method Description static 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 Ntp Modifier and Type Method Description NtpBuilderNtpBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Ntp> augmentation)Add an augmentation to this builder's product.NtpBuilderNtpBuilder. 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 Ntp Constructor Description NtpBuilder(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 Ntp Modifier and Type Method Description NtpSystemBuilder. 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 Ntp Modifier and Type Method Description SystemBuilderSystemBuilder. setNtp(Ntp value)Set the property corresponding toSystemNtpTop.getNtp()to the specified value.
-