Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top.HoldTime
-
-
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 HoldTime Modifier and Type Method Description HoldTimeInterfacePhysHoldtimeTop. getHoldTime()Return holdTime, ornullif 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 HoldTime Modifier and Type Method Description <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.rev160412._interface.phys.holdtime.top that return HoldTime Modifier and Type Method Description @NonNull HoldTimeHoldTimeBuilder. build()A newHoldTimeinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top that return types with arguments of type HoldTime Modifier and Type Method Description default Class<HoldTime>HoldTime. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top with parameters of type HoldTime Modifier and Type Method Description static 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.rev160412._interface.phys.holdtime.top with type arguments of type HoldTime Modifier and Type Method Description HoldTimeBuilderHoldTimeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<HoldTime> augmentation)Add an augmentation to this builder's product.HoldTimeBuilderHoldTimeBuilder. 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.rev160412._interface.phys.holdtime.top with parameters of type HoldTime Constructor Description HoldTimeBuilder(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 HoldTime Modifier and Type Method Description HoldTimeInterfaceBuilder. 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 HoldTime Modifier and Type Method Description InterfaceBuilderInterfaceBuilder. setHoldTime(HoldTime value)Set the property corresponding toInterfacePhysHoldtimeTop.getHoldTime()to the specified value.
-