public class io.vertx.redis.op.GeoRadiusOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.redis.op.GeoRadiusOptions
  super_class: java.lang.Object
{
  private boolean withcoord;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean withdist;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean withhash;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Long count;
    descriptor: Ljava/lang/Long;
    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.redis.op.GeoRadiusOptions this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            return
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/op/GeoRadiusOptions;

  public void <init>(io.vertx.redis.op.GeoRadiusOptions);
    descriptor: (Lio/vertx/redis/op/GeoRadiusOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // io.vertx.redis.op.GeoRadiusOptions obj
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* obj */
            getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
         2: .line 38
            aload 0 /* this */
            aload 1 /* obj */
            getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
         3: .line 39
            aload 0 /* this */
            aload 1 /* obj */
            getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
         4: .line 40
            aload 0 /* this */
            aload 1 /* obj */
            getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
            putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
         5: .line 41
            return
        end local 1 // io.vertx.redis.op.GeoRadiusOptions obj
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    6     1   obj  Lio/vertx/redis/op/GeoRadiusOptions;
    MethodParameters:
      Name  Flags
      obj   

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // io.vertx.core.json.JsonObject obj
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* obj */
            ldc "withcoord"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
         2: .line 45
            aload 0 /* this */
            aload 1 /* obj */
            ldc "withdist"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
         3: .line 46
            aload 0 /* this */
            aload 1 /* obj */
            ldc "withhash"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
         4: .line 47
            aload 0 /* this */
            aload 1 /* obj */
            ldc "count"
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;)Ljava/lang/Long;
            putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
         5: .line 48
            return
        end local 1 // io.vertx.core.json.JsonObject obj
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    6     1   obj  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      obj   

  public io.vertx.redis.op.GeoRadiusOptions setWithCoord(boolean);
    descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // boolean bool
         0: .line 56
            aload 0 /* this */
            iload 1 /* bool */
            putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // boolean bool
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    2     1  bool  Z
    MethodParameters:
      Name  Flags
      bool  

  public io.vertx.redis.op.GeoRadiusOptions setWithDist(boolean);
    descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // boolean bool
         0: .line 66
            aload 0 /* this */
            iload 1 /* bool */
            putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // boolean bool
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    2     1  bool  Z
    MethodParameters:
      Name  Flags
      bool  

  public io.vertx.redis.op.GeoRadiusOptions setWithHash(boolean);
    descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // boolean bool
         0: .line 76
            aload 0 /* this */
            iload 1 /* bool */
            putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // boolean bool
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    2     1  bool  Z
    MethodParameters:
      Name  Flags
      bool  

  public io.vertx.redis.op.GeoRadiusOptions setCount(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lio/vertx/redis/op/GeoRadiusOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
        start local 1 // java.lang.Long value
         0: .line 86
            aload 0 /* this */
            aload 1 /* value */
            putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long value
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/redis/op/GeoRadiusOptions;
            0    2     1  value  Ljava/lang/Long;
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
         0: .line 91
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* result */
        start local 1 // io.vertx.core.json.JsonObject result
         1: .line 93
            aload 1 /* result */
         2: .line 94
            ldc "withcoord"
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
         3: .line 95
            ldc "withdist"
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
         4: .line 96
            ldc "withhash"
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 98
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
            ifnull 7
         6: .line 99
            aload 1 /* result */
            ldc "count"
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Long;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 102
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // io.vertx.core.json.JsonObject result
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/redis/op/GeoRadiusOptions;
            1    8     1  result  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.json.JsonArray toJsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.redis.op.GeoRadiusOptions this
         0: .line 106
            new io.vertx.core.json.JsonArray
            dup
            invokespecial io.vertx.core.json.JsonArray.<init>:()V
            astore 1 /* result */
        start local 1 // io.vertx.core.json.JsonArray result
         1: .line 108
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
            ifeq 3
         2: .line 109
            aload 1 /* result */
            ldc "WITHCOORD"
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
         3: .line 112
      StackMap locals: io.vertx.core.json.JsonArray
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
            ifeq 5
         4: .line 113
            aload 1 /* result */
            ldc "WITHDIST"
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
         5: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
            ifeq 7
         6: .line 117
            aload 1 /* result */
            ldc "WITHHASH"
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
         7: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
            ifnull 10
         8: .line 121
            aload 1 /* result */
            ldc "COUNT"
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            pop
         9: .line 122
            aload 1 /* result */
            aload 0 /* this */
            getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Long;)Lio/vertx/core/json/JsonArray;
            pop
        10: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // io.vertx.core.json.JsonArray result
        end local 0 // io.vertx.redis.op.GeoRadiusOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/redis/op/GeoRadiusOptions;
            1   11     1  result  Lio/vertx/core/json/JsonArray;
}
SourceFile: "GeoRadiusOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()