Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.Clock
Packages that use Clock
Package
Description
-
Uses of Clock 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 ClockModifier and TypeMethodDescriptionSystemClockTop.getClock()Return clock, ornullif it is not present.@NonNull ClockSystemClockTop.nonnullClock()Return clock, or an empty instance if it is not present. -
Uses of Clock in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top with type parameters of type ClockModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Clock>>
E$$ClockBuilder.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.clock.top that return ClockModifier and TypeMethodDescription@NonNull ClockClockBuilder.build()A newClockinstance.static @NonNull ClockClockBuilder.empty()Get empty instance of Clock.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top that return types with arguments of type ClockMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top with parameters of type ClockModifier and TypeMethodDescriptionstatic booleanClock.bindingEquals(@NonNull Clock thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intClock.bindingHashCode(@NonNull Clock obj) Default implementation ofObject.hashCode()contract for this interface.static StringClock.bindingToString(@NonNull Clock obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top with type arguments of type ClockModifier and TypeMethodDescriptionClockBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Clock> augmentation) Add an augmentation to this builder's product.ClockBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Clock>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top with parameters of type ClockModifierConstructorDescriptionClockBuilder(Clock base) Construct a builder initialized with state from specifiedClock. -
Uses of Clock 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 ClockModifier and TypeMethodDescriptionSystemBuilder.getClock()Return current value associated with the property corresponding toSystemClockTop.getClock().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type ClockModifier and TypeMethodDescriptionSet the property corresponding toSystemClockTop.getClock()to the specified value.