java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612.OperationTimeoutType
All Implemented Interfaces:
Serializable, BindingObject, ScalarTypeObject<Uint16>, TypeObject, ValueAware<Uint16>

@Generated("mdsal-binding-generator") public class OperationTimeoutType extends Object implements ScalarTypeObject<Uint16>, Serializable

This class represents the following YANG schema fragment defined in module distributed-datastore-provider

 typedef operation-timeout-type {
   type uint16 {
     range 5..max;
   }
 }
 
See Also: