public class com.microsoft.azure.management.sql.ImportRequest extends com.microsoft.azure.management.sql.ExportRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.sql.ImportRequest
  super_class: com.microsoft.azure.management.sql.ExportRequest
{
  private java.lang.String databaseName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "databaseName", required = true)

  private com.microsoft.azure.management.sql.DatabaseEdition edition;
    descriptor: Lcom/microsoft/azure/management/sql/DatabaseEdition;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "edition", required = true)

  private com.microsoft.azure.management.sql.ServiceObjectiveName serviceObjectiveName;
    descriptor: Lcom/microsoft/azure/management/sql/ServiceObjectiveName;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "serviceObjectiveName", required = true)

  private java.lang.String maxSizeBytes;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "maxSizeBytes", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
         0: .line 16
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.sql.ExportRequest.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/ImportRequest;

  public java.lang.String databaseName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
         0: .line 72
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.ImportRequest.databaseName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/ImportRequest;

  public com.microsoft.azure.management.sql.ImportRequest withDatabaseName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/sql/ImportRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
        start local 1 // java.lang.String databaseName
         0: .line 82
            aload 0 /* this */
            aload 1 /* databaseName */
            putfield com.microsoft.azure.management.sql.ImportRequest.databaseName:Ljava/lang/String;
         1: .line 83
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String databaseName
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/sql/ImportRequest;
            0    2     1  databaseName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      databaseName  

  public com.microsoft.azure.management.sql.DatabaseEdition edition();
    descriptor: ()Lcom/microsoft/azure/management/sql/DatabaseEdition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.ImportRequest.edition:Lcom/microsoft/azure/management/sql/DatabaseEdition;
            areturn
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/ImportRequest;

  public com.microsoft.azure.management.sql.ImportRequest withEdition(com.microsoft.azure.management.sql.DatabaseEdition);
    descriptor: (Lcom/microsoft/azure/management/sql/DatabaseEdition;)Lcom/microsoft/azure/management/sql/ImportRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
        start local 1 // com.microsoft.azure.management.sql.DatabaseEdition edition
         0: .line 118
            aload 0 /* this */
            aload 1 /* edition */
            putfield com.microsoft.azure.management.sql.ImportRequest.edition:Lcom/microsoft/azure/management/sql/DatabaseEdition;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.sql.DatabaseEdition edition
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/sql/ImportRequest;
            0    2     1  edition  Lcom/microsoft/azure/management/sql/DatabaseEdition;
    MethodParameters:
         Name  Flags
      edition  

  public com.microsoft.azure.management.sql.ServiceObjectiveName serviceObjectiveName();
    descriptor: ()Lcom/microsoft/azure/management/sql/ServiceObjectiveName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
         0: .line 128
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.ImportRequest.serviceObjectiveName:Lcom/microsoft/azure/management/sql/ServiceObjectiveName;
            areturn
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/ImportRequest;

  public com.microsoft.azure.management.sql.ImportRequest withServiceObjectiveName(com.microsoft.azure.management.sql.ServiceObjectiveName);
    descriptor: (Lcom/microsoft/azure/management/sql/ServiceObjectiveName;)Lcom/microsoft/azure/management/sql/ImportRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
        start local 1 // com.microsoft.azure.management.sql.ServiceObjectiveName serviceObjectiveName
         0: .line 138
            aload 0 /* this */
            aload 1 /* serviceObjectiveName */
            putfield com.microsoft.azure.management.sql.ImportRequest.serviceObjectiveName:Lcom/microsoft/azure/management/sql/ServiceObjectiveName;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.sql.ServiceObjectiveName serviceObjectiveName
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/sql/ImportRequest;
            0    2     1  serviceObjectiveName  Lcom/microsoft/azure/management/sql/ServiceObjectiveName;
    MethodParameters:
                      Name  Flags
      serviceObjectiveName  

  public java.lang.String maxSizeBytes();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
         0: .line 148
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.ImportRequest.maxSizeBytes:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/ImportRequest;

  public com.microsoft.azure.management.sql.ImportRequest withMaxSizeBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/sql/ImportRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.sql.ImportRequest this
        start local 1 // java.lang.String maxSizeBytes
         0: .line 158
            aload 0 /* this */
            aload 1 /* maxSizeBytes */
            putfield com.microsoft.azure.management.sql.ImportRequest.maxSizeBytes:Ljava/lang/String;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String maxSizeBytes
        end local 0 // com.microsoft.azure.management.sql.ImportRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/sql/ImportRequest;
            0    2     1  maxSizeBytes  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      maxSizeBytes  
}
SourceFile: "ImportRequest.java"