public class io.vertx.mysqlclient.impl.command.SetOptionCommand extends io.vertx.sqlclient.impl.command.CommandBase<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mysqlclient.impl.command.SetOptionCommand
  super_class: io.vertx.sqlclient.impl.command.CommandBase
{
  private final io.vertx.mysqlclient.MySQLSetOption mySQLSetOption;
    descriptor: Lio/vertx/mysqlclient/MySQLSetOption;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.mysqlclient.MySQLSetOption);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.command.SetOptionCommand this
        start local 1 // io.vertx.mysqlclient.MySQLSetOption mySQLSetOption
         0: .line 20
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.command.CommandBase.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* mySQLSetOption */
            putfield io.vertx.mysqlclient.impl.command.SetOptionCommand.mySQLSetOption:Lio/vertx/mysqlclient/MySQLSetOption;
         2: .line 22
            return
        end local 1 // io.vertx.mysqlclient.MySQLSetOption mySQLSetOption
        end local 0 // io.vertx.mysqlclient.impl.command.SetOptionCommand this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/vertx/mysqlclient/impl/command/SetOptionCommand;
            0    3     1  mySQLSetOption  Lio/vertx/mysqlclient/MySQLSetOption;
    MethodParameters:
                Name  Flags
      mySQLSetOption  

  public io.vertx.mysqlclient.MySQLSetOption option();
    descriptor: ()Lio/vertx/mysqlclient/MySQLSetOption;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mysqlclient.impl.command.SetOptionCommand this
         0: .line 25
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.command.SetOptionCommand.mySQLSetOption:Lio/vertx/mysqlclient/MySQLSetOption;
            areturn
        end local 0 // io.vertx.mysqlclient.impl.command.SetOptionCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mysqlclient/impl/command/SetOptionCommand;
}
Signature: Lio/vertx/sqlclient/impl/command/CommandBase<Ljava/lang/Void;>;
SourceFile: "SetOptionCommand.java"