public class io.vertx.ext.consul.ServiceOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.ServiceOptions
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.String> tags;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private java.lang.String address;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> meta;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private int port;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.consul.CheckOptions checkOptions;
    descriptor: Lio/vertx/ext/consul/CheckOptions;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            return
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public void <init>(io.vertx.ext.consul.ServiceOptions);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // io.vertx.ext.consul.ServiceOptions options
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.id:Ljava/lang/String;
            putfield io.vertx.ext.consul.ServiceOptions.id:Ljava/lang/String;
         2: .line 54
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.name:Ljava/lang/String;
            putfield io.vertx.ext.consul.ServiceOptions.name:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.tags:Ljava/util/List;
            putfield io.vertx.ext.consul.ServiceOptions.tags:Ljava/util/List;
         4: .line 56
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.address:Ljava/lang/String;
            putfield io.vertx.ext.consul.ServiceOptions.address:Ljava/lang/String;
         5: .line 57
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.meta:Ljava/util/Map;
            putfield io.vertx.ext.consul.ServiceOptions.meta:Ljava/util/Map;
         6: .line 58
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.port:I
            putfield io.vertx.ext.consul.ServiceOptions.port:I
         7: .line 59
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.ServiceOptions.checkOptions:Lio/vertx/ext/consul/CheckOptions;
            putfield io.vertx.ext.consul.ServiceOptions.checkOptions:Lio/vertx/ext/consul/CheckOptions;
         8: .line 60
            return
        end local 1 // io.vertx.ext.consul.ServiceOptions options
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/ext/consul/ServiceOptions;
            0    9     1  options  Lio/vertx/ext/consul/ServiceOptions;
    MethodParameters:
         Name  Flags
      options  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 1 /* options */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.ServiceOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/ServiceOptions;)V
         2: .line 69
            return
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/ServiceOptions;
            0    3     1  options  Lio/vertx/core/json/JsonObject;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 77
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* jsonObject */
        start local 1 // io.vertx.core.json.JsonObject jsonObject
         1: .line 78
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.ServiceOptionsConverter.toJson:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 79
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/ServiceOptions;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.id:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public io.vertx.ext.consul.ServiceOptions setId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // java.lang.String id
         0: .line 98
            aload 0 /* this */
            aload 1 /* id */
            putfield io.vertx.ext.consul.ServiceOptions.id:Ljava/lang/String;
         1: .line 99
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public io.vertx.ext.consul.ServiceOptions setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // java.lang.String name
         0: .line 118
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.consul.ServiceOptions.name:Ljava/lang/String;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> getTags();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.tags:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.ext.consul.ServiceOptions setTags(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // java.util.List tags
         0: .line 138
            aload 0 /* this */
            aload 1 /* tags */
            putfield io.vertx.ext.consul.ServiceOptions.tags:Ljava/util/List;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // java.util.List tags
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  tags  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/ext/consul/ServiceOptions;
    MethodParameters:
      Name  Flags
      tags  

  public java.lang.String getAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.address:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public io.vertx.ext.consul.ServiceOptions setAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // java.lang.String address
         0: .line 158
            aload 0 /* this */
            aload 1 /* address */
            putfield io.vertx.ext.consul.ServiceOptions.address:Ljava/lang/String;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public java.util.Map<java.lang.String, java.lang.String> getMeta();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.meta:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public io.vertx.ext.consul.ServiceOptions setMeta(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // java.util.Map meta
         0: .line 178
            aload 0 /* this */
            aload 1 /* meta */
            putfield io.vertx.ext.consul.ServiceOptions.meta:Ljava/util/Map;
         1: .line 179
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map meta
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  meta  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/ext/consul/ServiceOptions;
    MethodParameters:
      Name  Flags
      meta  

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.port:I
            ireturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public io.vertx.ext.consul.ServiceOptions setPort(int);
    descriptor: (I)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // int port
         0: .line 198
            aload 0 /* this */
            iload 1 /* port */
            putfield io.vertx.ext.consul.ServiceOptions.port:I
         1: .line 199
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.ext.consul.CheckOptions getCheckOptions();
    descriptor: ()Lio/vertx/ext/consul/CheckOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceOptions this
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceOptions.checkOptions:Lio/vertx/ext/consul/CheckOptions;
            areturn
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceOptions;

  public io.vertx.ext.consul.ServiceOptions setCheckOptions(io.vertx.ext.consul.CheckOptions);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;)Lio/vertx/ext/consul/ServiceOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceOptions this
        start local 1 // io.vertx.ext.consul.CheckOptions checkOptions
         0: .line 218
            aload 0 /* this */
            aload 1 /* checkOptions */
            putfield io.vertx.ext.consul.ServiceOptions.checkOptions:Lio/vertx/ext/consul/CheckOptions;
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        end local 0 // io.vertx.ext.consul.ServiceOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/consul/ServiceOptions;
            0    2     1  checkOptions  Lio/vertx/ext/consul/CheckOptions;
    MethodParameters:
              Name  Flags
      checkOptions  
}
SourceFile: "ServiceOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)