1 package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715;
 
   2 import java.lang.String;
 
   3 import java.lang.UnsupportedOperationException;
 
   4 import javax.annotation.processing.Generated;
 
   7  * The purpose of generated class in src/main/java for Union types is to create new instances of unions from a string representation.
 
   8  * In some cases it is very difficult to automate it since there can be unions such as (uint32 - uint16), or (string - uint32).
 
  10  * The reason behind putting it under src/main/java is:
 
  11  * This class is generated in form of a stub and needs to be finished by the user. This class is generated only once to prevent
 
  15 @Generated("mdsal-binding-generator")
 
  16 public class HostBuilder {
 
  17     private HostBuilder() {
 
  18         //Exists only to defeat instantiation.
 
  21     public static Host getDefaultInstance(String defaultValue) {
 
  22         throw new UnsupportedOperationException("Not yet implemented");