Class IgpMetric

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

    public class IgpMetric
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24
    implements Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IgpMetric​(Long _value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use {#link IgpMetric(Uint32)} instead.
      IgpMetric​(IgpMetric source)
      Creates a copy from Source Object.
      IgpMetric​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 source)
      Creates a new instance from Uint24
      IgpMetric​(org.opendaylight.yangtools.yang.common.Uint32 _value)  
    • Constructor Detail

      • IgpMetric

        @Deprecated(forRemoval=true)
        public IgpMetric​(Long _value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Use {#link IgpMetric(Uint32)} instead.
        Utility migration constructor.
        Parameters:
        _value - value in legacy Java type
      • IgpMetric

        public IgpMetric​(IgpMetric source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
      • IgpMetric

        public IgpMetric​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 source)
        Creates a new instance from Uint24
        Parameters:
        source - Source object
    • Method Detail

      • getDefaultInstance

        public static IgpMetric getDefaultInstance​(String defaultValue)