public class com.microsoft.azure.management.appservice.ApplicationLogsConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.ApplicationLogsConfig
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig fileSystem;
    descriptor: Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "fileSystem")

  private com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig azureTableStorage;
    descriptor: Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "azureTableStorage")

  private com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig azureBlobStorage;
    descriptor: Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "azureBlobStorage")

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

  public com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig fileSystem();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
         0: .line 41
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.fileSystem:Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;

  public com.microsoft.azure.management.appservice.ApplicationLogsConfig withFileSystem(com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;)Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
        start local 1 // com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig fileSystem
         0: .line 51
            aload 0 /* this */
            aload 1 /* fileSystem */
            putfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.fileSystem:Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;
         1: .line 52
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig fileSystem
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
            0    2     1  fileSystem  Lcom/microsoft/azure/management/appservice/FileSystemApplicationLogsConfig;
    MethodParameters:
            Name  Flags
      fileSystem  

  public com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig azureTableStorage();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
         0: .line 61
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.azureTableStorage:Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;

  public com.microsoft.azure.management.appservice.ApplicationLogsConfig withAzureTableStorage(com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;)Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
        start local 1 // com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig azureTableStorage
         0: .line 71
            aload 0 /* this */
            aload 1 /* azureTableStorage */
            putfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.azureTableStorage:Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig azureTableStorage
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
            0    2     1  azureTableStorage  Lcom/microsoft/azure/management/appservice/AzureTableStorageApplicationLogsConfig;
    MethodParameters:
                   Name  Flags
      azureTableStorage  

  public com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig azureBlobStorage();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
         0: .line 81
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.azureBlobStorage:Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;

  public com.microsoft.azure.management.appservice.ApplicationLogsConfig withAzureBlobStorage(com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;)Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
        start local 1 // com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig azureBlobStorage
         0: .line 91
            aload 0 /* this */
            aload 1 /* azureBlobStorage */
            putfield com.microsoft.azure.management.appservice.ApplicationLogsConfig.azureBlobStorage:Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig azureBlobStorage
        end local 0 // com.microsoft.azure.management.appservice.ApplicationLogsConfig this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
            0    2     1  azureBlobStorage  Lcom/microsoft/azure/management/appservice/AzureBlobStorageApplicationLogsConfig;
    MethodParameters:
                  Name  Flags
      azureBlobStorage  
}
SourceFile: "ApplicationLogsConfig.java"