java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.VniUri
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>, org.opendaylight.yangtools.yang.binding.TypeObject, org.opendaylight.yangtools.yang.binding.ValueAware<String>

@Generated("mdsal-binding-generator") public class VniUri extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri implements Serializable

This class represents the following YANG schema fragment defined in module odl-mappingservice

 typedef vni-uri {
   type inet:uri;
 }
 
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    VniUri(String _value)
     
    VniUri(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source)
    Creates a new instance from Uri
    VniUri(VniUri source)
    Creates a copy from Source Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    static VniUri
    getDefaultInstance(String defaultValue)
     

    Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri

    equals, getValue, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • VniUri

      @ConstructorParameters("value") public VniUri(String _value)
    • VniUri

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

      public VniUri(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source)
      Creates a new instance from Uri
      Parameters:
      source - Source object
  • Method Details

    • getDefaultInstance

      public static VniUri getDefaultInstance(String defaultValue)