Class StatInterval
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416.StatInterval
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
@Generated("mdsal-binding-generator")
public class StatInterval
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>, Serializable
This class represents the following YANG schema fragment defined in module openconfig-types
typedef stat-interval {
type uint64;
units nanoseconds;
}
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStatInterval(StatInterval source) Creates a copy from Source Object.StatInterval(org.opendaylight.yangtools.yang.common.Uint64 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic StatIntervalgetDefaultInstance(String defaultValue) org.opendaylight.yangtools.yang.common.Uint64getValue()inthashCode()toString()
-
Field Details
-
_UNITS
- See Also:
-
-
Constructor Details
-
StatInterval
@ConstructorParameters("value") public StatInterval(org.opendaylight.yangtools.yang.common.Uint64 _value) -
StatInterval
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint64 getValue()- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
-
hashCode
public int hashCode() -
equals
-
toString
-