Class Delay

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

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

      Fields 
      Modifier and Type Field Description
      static String _UNITS  
    • Constructor Summary

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

      • Delay

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

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

        public Delay​(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 Delay getDefaultInstance​(String defaultValue)
      • toString

        public String toString()
        Overrides:
        toString in class org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24