Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top.HoldTime
Packages that use HoldTime
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces
-
Uses of HoldTime in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412 that return HoldTimeModifier and TypeMethodDescriptionInterfacePhysHoldtimeTop.getHoldTime()
Return holdTime, ornull
if it is not present.@NonNull HoldTime
InterfacePhysHoldtimeTop.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.rev160412._interface.phys.holdtime.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top with type parameters of type HoldTimeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.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.rev160412._interface.phys.holdtime.top that return HoldTimeModifier and TypeMethodDescription@NonNull HoldTime
HoldTimeBuilder.build()
A newHoldTime
instance.static @NonNull HoldTime
HoldTimeBuilder.empty()
Get empty instance of HoldTime.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top that return types with arguments of type HoldTimeMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top with parameters of type HoldTimeModifier and TypeMethodDescriptionstatic boolean
HoldTime.bindingEquals
(@NonNull HoldTime thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
HoldTime.bindingHashCode
(@NonNull HoldTime obj) Default implementation ofObject.hashCode()
contract for this interface.static String
HoldTime.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.rev160412._interface.phys.holdtime.top with type arguments of type HoldTimeModifier and TypeMethodDescriptionHoldTimeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<HoldTime> augmentation) Add an augmentation to this builder's product.HoldTimeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<HoldTime>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._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.rev160412.interfaces.top.interfaces
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.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.rev160412.interfaces.top.interfaces with parameters of type HoldTimeModifier and TypeMethodDescriptionInterfaceBuilder.setHoldTime
(HoldTime value) Set the property corresponding toInterfacePhysHoldtimeTop.getHoldTime()
to the specified value.