public class io.vertx.ext.consul.BlockingQueryOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.BlockingQueryOptions
  super_class: java.lang.Object
{
  private long index;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String wait;
    descriptor: Ljava/lang/String;
    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.BlockingQueryOptions this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/BlockingQueryOptions;

  public void <init>(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.BlockingQueryOptions this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.BlockingQueryOptions.index:J
            putfield io.vertx.ext.consul.BlockingQueryOptions.index:J
         2: .line 45
            aload 0 /* this */
            aload 1 /* options */
            getfield io.vertx.ext.consul.BlockingQueryOptions.wait:Ljava/lang/String;
            putfield io.vertx.ext.consul.BlockingQueryOptions.wait:Ljava/lang/String;
         3: .line 46
            return
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    4     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    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.BlockingQueryOptions this
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 1 /* options */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.BlockingQueryOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/BlockingQueryOptions;)V
         2: .line 55
            return
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/BlockingQueryOptions;
            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.BlockingQueryOptions this
         0: .line 63
            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 64
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.BlockingQueryOptionsConverter.toJson:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 65
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/BlockingQueryOptions;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public long getIndex();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.BlockingQueryOptions this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.ext.consul.BlockingQueryOptions.index:J
            lreturn
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/BlockingQueryOptions;

  public io.vertx.ext.consul.BlockingQueryOptions setIndex(long);
    descriptor: (J)Lio/vertx/ext/consul/BlockingQueryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.BlockingQueryOptions this
        start local 1 // long index
         0: .line 84
            aload 0 /* this */
            lload 1 /* index */
            putfield io.vertx.ext.consul.BlockingQueryOptions.index:J
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // long index
        end local 0 // io.vertx.ext.consul.BlockingQueryOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     1  index  J
    MethodParameters:
       Name  Flags
      index  

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

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