Class DecimalBandwidth
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.DecimalBandwidth
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Decimal64>,org.opendaylight.yangtools.binding.TypeObject,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Decimal64>
@Generated("mdsal-binding-generator")
public class DecimalBandwidth
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Decimal64>, Serializable
This class represents the following YANG schema fragment defined in module graph
typedef decimal-bandwidth {
units bytes/second;
type decimal64 {
fraction-digits 2;
}
}
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDecimalBandwidth(DecimalBandwidth source) Creates a copy from Source Object.DecimalBandwidth(org.opendaylight.yangtools.yang.common.Decimal64 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic DecimalBandwidthgetDefaultInstance(String defaultValue) org.opendaylight.yangtools.yang.common.Decimal64getValue()inthashCode()toString()
-
Field Details
-
_UNITS
- See Also:
-
-
Constructor Details
-
DecimalBandwidth
@ConstructorParameters("value") public DecimalBandwidth(org.opendaylight.yangtools.yang.common.Decimal64 _value) -
DecimalBandwidth
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Decimal64 getValue()- Specified by:
getValuein interfaceorg.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Decimal64>
-
hashCode
public int hashCode() -
equals
-
toString
-