Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock.State
Packages that use State
Package
Description
-
Uses of State 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 that return StateModifier and TypeMethodDescriptionClock.getState()Return state, ornullif it is not present.ClockBuilder.getState()Return current value associated with the property corresponding toClock.getState().@NonNull StateClock.nonnullState()Return state, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top with parameters of type StateModifier and TypeMethodDescriptionSet the property corresponding toClock.getState()to the specified value. -
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock with type parameters of type StateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<State>>
E$$StateBuilder.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.clock that return StateModifier and TypeMethodDescription@NonNull StateStateBuilder.build()A newStateinstance.static @NonNull StateStateBuilder.empty()Get empty instance of State.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock that return types with arguments of type StateMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock with parameters of type StateModifier and TypeMethodDescriptionstatic booleanState.bindingEquals(@NonNull State thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intState.bindingHashCode(@NonNull State obj) Default implementation ofObject.hashCode()contract for this interface.static StringState.bindingToString(@NonNull State 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.clock with type arguments of type StateModifier and TypeMethodDescriptionStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> 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.clock with parameters of type StateModifierConstructorDescriptionStateBuilder(State base) Construct a builder initialized with state from specifiedState.