public class com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private com.microsoft.azure.management.appservice.ApplicationLogsConfig applicationLogs;
    descriptor: Lcom/microsoft/azure/management/appservice/ApplicationLogsConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.applicationLogs")

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

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

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

  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.implementation.SiteLogsConfigInner this
         0: .line 22
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;

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

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

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

  public com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner withHttpLogs(com.microsoft.azure.management.appservice.HttpLogsConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/HttpLogsConfig;)Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
        start local 1 // com.microsoft.azure.management.appservice.HttpLogsConfig httpLogs
         0: .line 83
            aload 0 /* this */
            aload 1 /* httpLogs */
            putfield com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner.httpLogs:Lcom/microsoft/azure/management/appservice/HttpLogsConfig;
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.HttpLogsConfig httpLogs
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
            0    2     1  httpLogs  Lcom/microsoft/azure/management/appservice/HttpLogsConfig;
    MethodParameters:
          Name  Flags
      httpLogs  

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

  public com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner withFailedRequestsTracing(com.microsoft.azure.management.appservice.EnabledConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/EnabledConfig;)Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
        start local 1 // com.microsoft.azure.management.appservice.EnabledConfig failedRequestsTracing
         0: .line 103
            aload 0 /* this */
            aload 1 /* failedRequestsTracing */
            putfield com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner.failedRequestsTracing:Lcom/microsoft/azure/management/appservice/EnabledConfig;
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.EnabledConfig failedRequestsTracing
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
            0    2     1  failedRequestsTracing  Lcom/microsoft/azure/management/appservice/EnabledConfig;
    MethodParameters:
                       Name  Flags
      failedRequestsTracing  

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

  public com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner withDetailedErrorMessages(com.microsoft.azure.management.appservice.EnabledConfig);
    descriptor: (Lcom/microsoft/azure/management/appservice/EnabledConfig;)Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
        start local 1 // com.microsoft.azure.management.appservice.EnabledConfig detailedErrorMessages
         0: .line 123
            aload 0 /* this */
            aload 1 /* detailedErrorMessages */
            putfield com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner.detailedErrorMessages:Lcom/microsoft/azure/management/appservice/EnabledConfig;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.EnabledConfig detailedErrorMessages
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
            0    2     1  detailedErrorMessages  Lcom/microsoft/azure/management/appservice/EnabledConfig;
    MethodParameters:
                       Name  Flags
      detailedErrorMessages  
}
SourceFile: "SiteLogsConfigInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()