Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top.HoldTime
Packages that use HoldTime
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
-
Uses of HoldTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return HoldTimeModifier and TypeMethodDescriptionInterfacePhysHoldtimeTop.getHoldTime()Return holdTime, ornullif it is not present.@NonNull HoldTimeInterfacePhysHoldtimeTop.nonnullHoldTime()Return holdTime, or an empty instance if it is not present. -
Uses of HoldTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top with type parameters of type HoldTimeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<HoldTime>>
E$$HoldTimeBuilder.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.interfaces.rev210406._interface.phys.holdtime.top that return HoldTimeModifier and TypeMethodDescription@NonNull HoldTimeHoldTimeBuilder.build()A newHoldTimeinstance.static @NonNull HoldTimeHoldTimeBuilder.empty()Get empty instance of HoldTime.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top that return types with arguments of type HoldTimeMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top with parameters of type HoldTimeModifier and TypeMethodDescriptionstatic booleanHoldTime.bindingEquals(@NonNull HoldTime thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intHoldTime.bindingHashCode(@NonNull HoldTime obj) Default implementation ofObject.hashCode()contract for this interface.static StringHoldTime.bindingToString(@NonNull HoldTime obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top with type arguments of type HoldTimeModifier and TypeMethodDescriptionHoldTimeBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HoldTime> augmentation) Add an augmentation to this builder's product.HoldTimeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<HoldTime>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.phys.holdtime.top with parameters of type HoldTimeModifierConstructorDescriptionHoldTimeBuilder(HoldTime base) Construct a builder initialized with state from specifiedHoldTime. -
Uses of HoldTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces that return HoldTimeModifier and TypeMethodDescriptionInterfaceBuilder.getHoldTime()Return current value associated with the property corresponding toInterfacePhysHoldtimeTop.getHoldTime().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type HoldTimeModifier and TypeMethodDescriptionInterfaceBuilder.setHoldTime(HoldTime value) Set the property corresponding toInterfacePhysHoldtimeTop.getHoldTime()to the specified value.