Class IgpMetric
java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.IgpMetric
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint32>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint32>
@Generated("mdsal-binding-generator")
public class IgpMetric
extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24
implements Serializable
This class represents the following YANG schema fragment defined in module network-concepts
typedef igp-metric { type rt-types:uint24; }
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24
equals, getValue, hashCode, toString
-
Constructor Details
-
IgpMetric
@ConstructorParameters("value") public IgpMetric(org.opendaylight.yangtools.yang.common.Uint32 _value) -
IgpMetric
Creates a copy from Source Object.- Parameters:
source
- Source object
-
IgpMetric
public IgpMetric(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24 source) Creates a new instance from Uint24- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-