public final class com.mongodb.event.CommandStartedEvent extends com.mongodb.event.CommandEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.event.CommandStartedEvent
  super_class: com.mongodb.event.CommandEvent
{
  private final java.lang.String databaseName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bson.BsonDocument command;
    descriptor: Lorg/bson/BsonDocument;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, com.mongodb.connection.ConnectionDescription, java.lang.String, java.lang.String, org.bson.BsonDocument);
    descriptor: (ILcom/mongodb/connection/ConnectionDescription;Ljava/lang/String;Ljava/lang/String;Lorg/bson/BsonDocument;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.mongodb.event.CommandStartedEvent this
        start local 1 // int requestId
        start local 2 // com.mongodb.connection.ConnectionDescription connectionDescription
        start local 3 // java.lang.String databaseName
        start local 4 // java.lang.String commandName
        start local 5 // org.bson.BsonDocument command
         0: .line 42
            aload 0 /* this */
            iload 1 /* requestId */
            aload 2 /* connectionDescription */
            aload 4 /* commandName */
            invokespecial com.mongodb.event.CommandEvent.<init>:(ILcom/mongodb/connection/ConnectionDescription;Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aload 5 /* command */
            putfield com.mongodb.event.CommandStartedEvent.command:Lorg/bson/BsonDocument;
         2: .line 44
            aload 0 /* this */
            aload 3 /* databaseName */
            putfield com.mongodb.event.CommandStartedEvent.databaseName:Ljava/lang/String;
         3: .line 45
            return
        end local 5 // org.bson.BsonDocument command
        end local 4 // java.lang.String commandName
        end local 3 // java.lang.String databaseName
        end local 2 // com.mongodb.connection.ConnectionDescription connectionDescription
        end local 1 // int requestId
        end local 0 // com.mongodb.event.CommandStartedEvent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lcom/mongodb/event/CommandStartedEvent;
            0    4     1              requestId  I
            0    4     2  connectionDescription  Lcom/mongodb/connection/ConnectionDescription;
            0    4     3           databaseName  Ljava/lang/String;
            0    4     4            commandName  Ljava/lang/String;
            0    4     5                command  Lorg/bson/BsonDocument;
    MethodParameters:
                       Name  Flags
      requestId              final
      connectionDescription  final
      databaseName           final
      commandName            final
      command                final

  public java.lang.String getDatabaseName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.CommandStartedEvent this
         0: .line 53
            aload 0 /* this */
            getfield com.mongodb.event.CommandStartedEvent.databaseName:Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.event.CommandStartedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/CommandStartedEvent;

  public org.bson.BsonDocument getCommand();
    descriptor: ()Lorg/bson/BsonDocument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.CommandStartedEvent this
         0: .line 63
            aload 0 /* this */
            getfield com.mongodb.event.CommandStartedEvent.command:Lorg/bson/BsonDocument;
            areturn
        end local 0 // com.mongodb.event.CommandStartedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/CommandStartedEvent;
}
SourceFile: "CommandStartedEvent.java"