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

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

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

  private long flags;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long createIndex;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long modifyIndex;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(io.vertx.ext.consul.KeyValue);
    descriptor: (Lio/vertx/ext/consul/KeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.KeyValue this
        start local 1 // io.vertx.ext.consul.KeyValue other
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            putfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
         2: .line 51
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            putfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
         3: .line 52
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            putfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
         4: .line 53
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.flags:J
            putfield io.vertx.ext.consul.KeyValue.flags:J
         5: .line 54
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.createIndex:J
            putfield io.vertx.ext.consul.KeyValue.createIndex:J
         6: .line 55
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.modifyIndex:J
            putfield io.vertx.ext.consul.KeyValue.modifyIndex:J
         7: .line 56
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.KeyValue.lockIndex:J
            putfield io.vertx.ext.consul.KeyValue.lockIndex:J
         8: .line 57
            return
        end local 1 // io.vertx.ext.consul.KeyValue other
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/vertx/ext/consul/KeyValue;
            0    9     1  other  Lio/vertx/ext/consul/KeyValue;
    MethodParameters:
       Name  Flags
      other  

  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.KeyValue this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.KeyValueConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/KeyValue;)V
         2: .line 66
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/consul/KeyValue;
            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.KeyValue this
         0: .line 74
            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 75
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.KeyValueConverter.toJson:(Lio/vertx/ext/consul/KeyValue;Lio/vertx/core/json/JsonObject;)V
         2: .line 76
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/KeyValue;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public boolean isPresent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.KeyValue this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/KeyValue;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.ext.consul.TxnOperationType getOperationType();
    descriptor: ()Lio/vertx/ext/consul/TxnOperationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.KeyValue this
         0: .line 232
            getstatic io.vertx.ext.consul.TxnOperationType.KV:Lio/vertx/ext/consul/TxnOperationType;
            areturn
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/KeyValue;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.KeyValue this
        start local 1 // java.lang.Object o
         0: .line 237
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.consul.KeyValue
            astore 2 /* keyValue */
        start local 2 // io.vertx.ext.consul.KeyValue keyValue
         4: .line 242
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.flags:J
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.flags:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 243
      StackMap locals: io.vertx.ext.consul.KeyValue
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.createIndex:J
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.createIndex:J
            lcmp
            ifeq 6
            iconst_0
            ireturn
         6: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.modifyIndex:J
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.modifyIndex:J
            lcmp
            ifeq 7
            iconst_0
            ireturn
         7: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.lockIndex:J
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.lockIndex:J
            lcmp
            ifeq 8
            iconst_0
            ireturn
         8: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            ifnull 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
            ireturn
        11: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            ifnull 12
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 14
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            ifnull 14
      StackMap locals:
      StackMap stack:
        13: iconst_0
            ireturn
        14: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            ifnull 15
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            goto 17
      StackMap locals:
      StackMap stack:
        15: aload 2 /* keyValue */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            ifnonnull 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: ireturn
        end local 2 // io.vertx.ext.consul.KeyValue keyValue
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lio/vertx/ext/consul/KeyValue;
            0   18     1         o  Ljava/lang/Object;
            4   18     2  keyValue  Lio/vertx/ext/consul/KeyValue;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.KeyValue this
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.key:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 254
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            ifnull 4
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.value:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 5
      StackMap locals: io.vertx.ext.consul.KeyValue int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.ext.consul.KeyValue int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 255
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            ifnull 7
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.session:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: io.vertx.ext.consul.KeyValue int
      StackMap stack: int int
         8: iadd
            istore 1 /* result */
         9: .line 256
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.flags:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.flags:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        10: .line 257
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.createIndex:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.createIndex:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        11: .line 258
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.modifyIndex:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.modifyIndex:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        12: .line 259
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.lockIndex:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.KeyValue.lockIndex:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        13: .line 260
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.consul.KeyValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lio/vertx/ext/consul/KeyValue;
            3   14     1  result  I
}
SourceFile: "KeyValue.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)