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 0: aload 0
invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.startTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.startTime:Lorg/joda/time/DateTime;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.endTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.endTime:Lorg/joda/time/DateTime;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.abnormalTimePeriods:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.abnormalTimePeriods:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.payload:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.payload:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.nonCorrelatedDetectors:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner.nonCorrelatedDetectors:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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()