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.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Decimal64>
,org.opendaylight.yangtools.yang.binding.TypeObject
,org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Decimal64>
@Generated("mdsal-binding-generator")
public class DecimalBandwidth
extends Object
implements org.opendaylight.yangtools.yang.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
-
Constructor Summary
ConstructorDescriptionDecimalBandwidth
(DecimalBandwidth source) Creates a copy from Source Object.DecimalBandwidth
(org.opendaylight.yangtools.yang.common.Decimal64 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static DecimalBandwidth
getDefaultInstance
(String defaultValue) org.opendaylight.yangtools.yang.common.Decimal64
getValue()
int
hashCode()
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:
getValue
in interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Decimal64>
-
hashCode
public int hashCode() -
equals
-
toString
-