Class AccumulatedIgpMetric
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.AccumulatedIgpMetric
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
@Generated("mdsal-binding-generator")
public class AccumulatedIgpMetric
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint64>, Serializable
This class represents the following YANG schema fragment defined in module network-concepts
typedef accumulated-igp-metric { type uint64; }
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a copy from Source Object.AccumulatedIgpMetric
(org.opendaylight.yangtools.yang.common.Uint64 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static AccumulatedIgpMetric
getDefaultInstance
(String defaultValue) org.opendaylight.yangtools.yang.common.Uint64
getValue()
int
hashCode()
toString()
-
Constructor Details
-
AccumulatedIgpMetric
@ConstructorParameters("value") public AccumulatedIgpMetric(org.opendaylight.yangtools.yang.common.Uint64 _value) -
AccumulatedIgpMetric
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint64 getValue()- Specified by:
getValue
in interfaceorg.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint64>
-
hashCode
public int hashCode() -
equals
-
toString
-