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

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

  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.CheckQueryOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.CheckQueryOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/CheckQueryOptions;)V
         2: .line 44
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.consul.CheckQueryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/consul/CheckQueryOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  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.CheckQueryOptions this
         0: .line 52
            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 53
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.CheckQueryOptionsConverter.toJson:(Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 54
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.CheckQueryOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/CheckQueryOptions;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

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

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

  public io.vertx.ext.consul.BlockingQueryOptions getBlockingOptions();
    descriptor: ()Lio/vertx/ext/consul/BlockingQueryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.CheckQueryOptions this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.consul.CheckQueryOptions.options:Lio/vertx/ext/consul/BlockingQueryOptions;
            areturn
        end local 0 // io.vertx.ext.consul.CheckQueryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/CheckQueryOptions;

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