public class com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner 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.DiagnosticAnalysisInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.startTime")

  private org.joda.time.DateTime endTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.endTime")

  private java.util.List<com.microsoft.azure.management.appservice.AbnormalTimePeriod> abnormalTimePeriods;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/AbnormalTimePeriod;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.abnormalTimePeriods")

  private java.util.List<com.microsoft.azure.management.appservice.AnalysisData> payload;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/AnalysisData;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.payload")

  private java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> nonCorrelatedDetectors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nonCorrelatedDetectors")

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

  public org.joda.time.DateTime startTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
         0: .line 60
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 70
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.startTime:Lorg/joda/time/DateTime;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

  public org.joda.time.DateTime endTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.endTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner withEndTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
        start local 1 // org.joda.time.DateTime endTime
         0: .line 90
            aload 0 /* this */
            aload 1 /* endTime */
            putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.endTime:Lorg/joda/time/DateTime;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
            0    2     1  endTime  Lorg/joda/time/DateTime;
    MethodParameters:
         Name  Flags
      endTime  

  public java.util.List<com.microsoft.azure.management.appservice.AbnormalTimePeriod> abnormalTimePeriods();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.abnormalTimePeriods:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/AbnormalTimePeriod;>;

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner withAbnormalTimePeriods(java.util.List<com.microsoft.azure.management.appservice.AbnormalTimePeriod>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
        start local 1 // java.util.List abnormalTimePeriods
         0: .line 110
            aload 0 /* this */
            aload 1 /* abnormalTimePeriods */
            putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.abnormalTimePeriods:Ljava/util/List;
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // java.util.List abnormalTimePeriods
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
            0    2     1  abnormalTimePeriods  Ljava/util/List<Lcom/microsoft/azure/management/appservice/AbnormalTimePeriod;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/AbnormalTimePeriod;>;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    MethodParameters:
                     Name  Flags
      abnormalTimePeriods  

  public java.util.List<com.microsoft.azure.management.appservice.AnalysisData> payload();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
         0: .line 120
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.payload:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/AnalysisData;>;

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner withPayload(java.util.List<com.microsoft.azure.management.appservice.AnalysisData>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
        start local 1 // java.util.List payload
         0: .line 130
            aload 0 /* this */
            aload 1 /* payload */
            putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.payload:Ljava/util/List;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // java.util.List payload
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
            0    2     1  payload  Ljava/util/List<Lcom/microsoft/azure/management/appservice/AnalysisData;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/AnalysisData;>;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    MethodParameters:
         Name  Flags
      payload  

  public java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> nonCorrelatedDetectors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
         0: .line 140
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.nonCorrelatedDetectors:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;

  public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner withNonCorrelatedDetectors(java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
        start local 1 // java.util.List nonCorrelatedDetectors
         0: .line 150
            aload 0 /* this */
            aload 1 /* nonCorrelatedDetectors */
            putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.nonCorrelatedDetectors:Ljava/util/List;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.util.List nonCorrelatedDetectors
        end local 0 // com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
            0    2     1  nonCorrelatedDetectors  Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
    MethodParameters:
                        Name  Flags
      nonCorrelatedDetectors  
}
SourceFile: "DiagnosticAnalysisInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()