public class com.microsoft.azure.management.appservice.implementation.DiagnosticsInner
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.appservice.implementation.DiagnosticsInner
super_class: java.lang.Object
{
private com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService service;
descriptor: Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl client;
descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
flags: (0x0002) ACC_PRIVATE
public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl);
descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
ldc Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
2: aload 0
aload 2
putfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 retrofit Lretrofit2/Retrofit;
0 4 2 client Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
MethodParameters:
Name Flags
retrofit
client
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listHostingEnvironmentDetectorResponses(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 3
start local 3 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1
dup
aload 0
aload 3
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 name Ljava/lang/String;
1 2 3 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName final
name final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 name Ljava/lang/String;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
name final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
name final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
name final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesSinglePageAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter name is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listHostingEnvironmentDetectorResponses:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
9: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
10: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
name final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getHostingEnvironmentDetectorResponse(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getHostingEnvironmentDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter name is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aconst_null
astore 4
start local 4 11: aconst_null
astore 5
start local 5 12: aconst_null
astore 6
start local 6 13: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 5
aload 6
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getHostingEnvironmentDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
14: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
15: areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 16 1 resourceGroupName Ljava/lang/String;
0 16 2 name Ljava/lang/String;
0 16 3 detectorName Ljava/lang/String;
11 16 4 startTime Lorg/joda/time/DateTime;
12 16 5 endTime Lorg/joda/time/DateTime;
13 16 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getHostingEnvironmentDetectorResponse(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 7
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
0 1 7 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getHostingEnvironmentDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 name Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getHostingEnvironmentDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter name is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 5
aload 6
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getHostingEnvironmentDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 name Ljava/lang/String;
0 13 3 detectorName Ljava/lang/String;
0 13 4 startTime Lorg/joda/time/DateTime;
0 13 5 endTime Lorg/joda/time/DateTime;
0 13 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
name
detectorName
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getHostingEnvironmentDetectorResponseDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponses(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 3
start local 3 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12
dup
aload 0
aload 3
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
1 2 3 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSinglePageAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponses:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
9: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
10: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponse(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aconst_null
astore 4
start local 4 11: aconst_null
astore 5
start local 5 12: aconst_null
astore 6
start local 6 13: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 5
aload 6
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
14: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
15: areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 16 1 resourceGroupName Ljava/lang/String;
0 16 2 siteName Ljava/lang/String;
0 16 3 detectorName Ljava/lang/String;
11 16 4 startTime Lorg/joda/time/DateTime;
12 16 5 endTime Lorg/joda/time/DateTime;
13 16 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponse(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 7
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
0 1 7 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 startTime Lorg/joda/time/DateTime;
0 1 5 endTime Lorg/joda/time/DateTime;
0 1 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 5
aload 6
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponse:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 detectorName Ljava/lang/String;
0 13 4 startTime Lorg/joda/time/DateTime;
0 13 5 endTime Lorg/joda/time/DateTime;
0 13 6 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategories(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 3
start local 3 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23
dup
aload 0
aload 3
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
1 2 3 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSinglePageAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategories:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
9: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
10: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 siteName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner getSiteDiagnosticCategory(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 4
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategoryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> getSiteDiagnosticCategoryWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDiagnosticCategory:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategoryDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalyses(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 4
start local 4 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32
dup
aload 0
aload 4
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 diagnosticCategory Ljava/lang/String;
1 2 4 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 4
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 diagnosticCategory Ljava/lang/String;
0 4 4 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalyses:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner getSiteAnalysis(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> getSiteAnalysisWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteAnalysis:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 analysisName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysis(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aconst_null
astore 5
start local 5 13: aconst_null
astore 6
start local 6 14: aconst_null
astore 7
start local 7 15: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysis:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
16: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
17: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 18 1 resourceGroupName Ljava/lang/String;
0 18 2 siteName Ljava/lang/String;
0 18 3 diagnosticCategory Ljava/lang/String;
0 18 4 analysisName Ljava/lang/String;
13 18 5 startTime Lorg/joda/time/DateTime;
14 18 6 endTime Lorg/joda/time/DateTime;
15 18 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysis(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 8
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
0 1 8 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysis:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 analysisName Ljava/lang/String;
0 15 5 startTime Lorg/joda/time/DateTime;
0 15 6 endTime Lorg/joda/time/DateTime;
0 15 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectors(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 4
start local 4 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46
dup
aload 0
aload 4
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 diagnosticCategory Ljava/lang/String;
1 2 4 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 4
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 diagnosticCategory Ljava/lang/String;
0 4 4 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner getSiteDetector(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> getSiteDetectorWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetector:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 detectorName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetector(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aconst_null
astore 5
start local 5 13: aconst_null
astore 6
start local 6 14: aconst_null
astore 7
start local 7 15: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetector:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
16: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
17: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 18 1 resourceGroupName Ljava/lang/String;
0 18 2 siteName Ljava/lang/String;
0 18 3 detectorName Ljava/lang/String;
0 18 4 diagnosticCategory Ljava/lang/String;
13 18 5 startTime Lorg/joda/time/DateTime;
14 18 6 endTime Lorg/joda/time/DateTime;
15 18 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetector(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 8
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
0 1 8 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetector:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 detectorName Ljava/lang/String;
0 15 4 diagnosticCategory Ljava/lang/String;
0 15 5 startTime Lorg/joda/time/DateTime;
0 15 6 endTime Lorg/joda/time/DateTime;
0 15 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesSlot(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 4
start local 4 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60
dup
aload 0
aload 4
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 slot Ljava/lang/String;
1 2 4 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 4
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 slot Ljava/lang/String;
0 4 4 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponseSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aconst_null
astore 5
start local 5 13: aconst_null
astore 6
start local 6 14: aconst_null
astore 7
start local 7 15: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponseSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
16: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
17: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 18 1 resourceGroupName Ljava/lang/String;
0 18 2 siteName Ljava/lang/String;
0 18 3 detectorName Ljava/lang/String;
0 18 4 slot Ljava/lang/String;
13 18 5 startTime Lorg/joda/time/DateTime;
14 18 6 endTime Lorg/joda/time/DateTime;
15 18 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
public com.microsoft.azure.management.appservice.implementation.DetectorResponseInner getSiteDetectorResponseSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorResponseInner
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 8
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
0 1 8 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorResponseSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
0 1 5 startTime Lorg/joda/time/DateTime;
0 1 6 endTime Lorg/joda/time/DateTime;
0 1 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> getSiteDetectorResponseSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 5
aload 6
aload 7
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorResponseSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 detectorName Ljava/lang/String;
0 15 4 slot Ljava/lang/String;
0 15 5 startTime Lorg/joda/time/DateTime;
0 15 6 endTime Lorg/joda/time/DateTime;
0 15 7 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
slot
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> getSiteDetectorResponseSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesSlot(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 4
start local 4 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71
dup
aload 0
aload 4
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 slot Ljava/lang/String;
1 2 4 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 4
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 slot Ljava/lang/String;
0 4 4 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
11: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 siteName Ljava/lang/String;
0 13 3 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
slot final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner getSiteDiagnosticCategorySlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 5
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDiagnosticCategorySlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> getSiteDiagnosticCategorySlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDiagnosticCategorySlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
slot
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> getSiteDiagnosticCategorySlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 5
start local 5 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80
dup
aload 0
aload 5
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 diagnosticCategory Ljava/lang/String;
0 2 4 slot Ljava/lang/String;
1 2 5 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 5
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 diagnosticCategory Ljava/lang/String;
0 4 4 slot Ljava/lang/String;
0 4 5 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
0 3 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
0 3 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner getSiteAnalysisSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 6
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> getSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteAnalysisSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
15: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
16: areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 17 1 resourceGroupName Ljava/lang/String;
0 17 2 siteName Ljava/lang/String;
0 17 3 diagnosticCategory Ljava/lang/String;
0 17 4 analysisName Ljava/lang/String;
0 17 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> getSiteAnalysisSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysisSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 6
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aconst_null
astore 6
start local 6 15: aconst_null
astore 7
start local 7 16: aconst_null
astore 8
start local 8 17: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 6
aload 7
aload 8
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysisSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
18: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
19: areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 20 1 resourceGroupName Ljava/lang/String;
0 20 2 siteName Ljava/lang/String;
0 20 3 diagnosticCategory Ljava/lang/String;
0 20 4 analysisName Ljava/lang/String;
0 20 5 slot Ljava/lang/String;
15 20 6 startTime Lorg/joda/time/DateTime;
16 20 7 endTime Lorg/joda/time/DateTime;
17 20 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
public com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner executeSiteAnalysisSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 9
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
0 1 9 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteAnalysisSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 analysisName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner>> executeSiteAnalysisSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter analysisName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 6
aload 7
aload 8
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteAnalysisSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
15: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
16: areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 17 1 resourceGroupName Ljava/lang/String;
0 17 2 siteName Ljava/lang/String;
0 17 3 diagnosticCategory Ljava/lang/String;
0 17 4 analysisName Ljava/lang/String;
0 17 5 slot Ljava/lang/String;
0 17 6 startTime Lorg/joda/time/DateTime;
0 17 7 endTime Lorg/joda/time/DateTime;
0 17 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
analysisName
slot
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticAnalysisInner> executeSiteAnalysisSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticAnalysisInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 5
start local 5 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94
dup
aload 0
aload 5
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 siteName Ljava/lang/String;
0 2 3 diagnosticCategory Ljava/lang/String;
0 2 4 slot Ljava/lang/String;
1 2 5 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 5
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 siteName Ljava/lang/String;
0 4 3 diagnosticCategory Ljava/lang/String;
0 4 4 slot Ljava/lang/String;
0 4 5 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
0 3 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 siteName Ljava/lang/String;
0 3 3 diagnosticCategory Ljava/lang/String;
0 3 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
13: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 15 1 resourceGroupName Ljava/lang/String;
0 15 2 siteName Ljava/lang/String;
0 15 3 diagnosticCategory Ljava/lang/String;
0 15 4 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
siteName final
diagnosticCategory final
slot final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner getSiteDetectorSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 6
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.getSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 diagnosticCategory Ljava/lang/String;
0 1 4 detectorName Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> getSiteDetectorSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.getSiteDetectorSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
15: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
16: areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 17 1 resourceGroupName Ljava/lang/String;
0 17 2 siteName Ljava/lang/String;
0 17 3 diagnosticCategory Ljava/lang/String;
0 17 4 detectorName Ljava/lang/String;
0 17 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
diagnosticCategory
detectorName
slot
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> getSiteDetectorSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetectorSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 6
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aconst_null
astore 6
start local 6 15: aconst_null
astore 7
start local 7 16: aconst_null
astore 8
start local 8 17: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 6
aload 7
aload 8
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetectorSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
18: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
19: areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 20 1 resourceGroupName Ljava/lang/String;
0 20 2 siteName Ljava/lang/String;
0 20 3 detectorName Ljava/lang/String;
0 20 4 diagnosticCategory Ljava/lang/String;
0 20 5 slot Ljava/lang/String;
15 20 6 startTime Lorg/joda/time/DateTime;
16 20 7 endTime Lorg/joda/time/DateTime;
17 20 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
public com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner executeSiteDetectorSlot(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
startTime
endTime
timeGrain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
aload 9
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
0 1 9 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
startTime
endTime
timeGrain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.executeSiteDetectorSlotWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 siteName Ljava/lang/String;
0 1 3 detectorName Ljava/lang/String;
0 1 4 diagnosticCategory Ljava/lang/String;
0 1 5 slot Ljava/lang/String;
0 1 6 startTime Lorg/joda/time/DateTime;
0 1 7 endTime Lorg/joda/time/DateTime;
0 1 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
startTime
endTime
timeGrain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner>> executeSiteDetectorSlotWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter resourceGroupName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter siteName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 3
ifnonnull 6
5: new java.lang.IllegalArgumentException
dup
ldc "Parameter detectorName is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 4
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter diagnosticCategory is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter slot is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 12
11: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.subscriptionId() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 14
13: new java.lang.IllegalArgumentException
dup
ldc "Parameter this.client.apiVersion() is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 6
aload 7
aload 8
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.executeSiteDetectorSlot:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
15: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
16: areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 17 1 resourceGroupName Ljava/lang/String;
0 17 2 siteName Ljava/lang/String;
0 17 3 detectorName Ljava/lang/String;
0 17 4 diagnosticCategory Ljava/lang/String;
0 17 5 slot Ljava/lang/String;
0 17 6 startTime Lorg/joda/time/DateTime;
0 17 7 endTime Lorg/joda/time/DateTime;
0 17 8 timeGrain Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/joda/time/DateTime;Lorg/joda/time/DateTime;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
siteName
detectorName
diagnosticCategory
slot
startTime
endTime
timeGrain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DiagnosticDetectorResponseInner> executeSiteDetectorSlotDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticDetectorResponseInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listHostingEnvironmentDetectorResponsesNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listHostingEnvironmentDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listHostingEnvironmentDetectorResponsesNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listHostingEnvironmentDetectorResponsesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listHostingEnvironmentDetectorResponsesNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner> listSiteDetectorResponsesSlotNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorResponsesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>>> listSiteDetectorResponsesSlotNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorResponsesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorResponseInner>> listSiteDetectorResponsesSlotNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorResponseInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner> listSiteDiagnosticCategoriesSlotNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDiagnosticCategoriesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>>> listSiteDiagnosticCategoriesSlotNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDiagnosticCategoriesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DiagnosticCategoryInner>> listSiteDiagnosticCategoriesSlotNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DiagnosticCategoryInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner> listSiteAnalysesSlotNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteAnalysesSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>>> listSiteAnalysesSlotNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteAnalysesSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AnalysisDefinitionInner>> listSiteAnalysesSlotNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/AnalysisDefinitionInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner> listSiteDetectorsSlotNext(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 2
start local 2 1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156
dup
aload 0
aload 2
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 2 1 nextPageLink Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
2: aload 3
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotNextAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotNextWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.listSiteDetectorsSlotNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>>> listSiteDetectorsSlotNextSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Parameter nextPageLink is required and cannot be null."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner$DiagnosticsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
invokeinterface com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService.listSiteDetectorsSlotNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 6 1 nextPageLink Ljava/lang/String;
3 6 2 nextUrl Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DetectorDefinitionInner>> listSiteDetectorsSlotNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DiagnosticsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
1: sipush 200
new com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/appservice/implementation/DiagnosticsInner;
0 5 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
Exceptions:
throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/DetectorDefinitionInner;>;>;
MethodParameters:
Name Flags
response
}
SourceFile: "DiagnosticsInner.java"
NestMembers:
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99 com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService
InnerClasses:
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$1
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$10
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$100
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$101
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$102
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$103
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$104
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$105
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$106
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$107
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$108
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$109
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$11
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$110
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$111
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$112
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$113
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$114
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$115
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$116
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$117
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$118
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$119
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$12
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$120
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$121
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$122
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$123
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$124
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$125
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$126
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$127
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$128
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$129
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$13
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$130
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$131
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$132
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$133
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$134
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$135
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$136
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$137
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$138
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$139
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$14
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$140
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$141
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$142
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$143
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$144
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$145
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$146
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$147
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$148
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$149
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$15
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$150
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$151
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$152
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$153
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$154
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$155
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$156
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$157
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$158
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$159
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$16
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$160
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$161
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$17
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$18
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$19
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$2
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$20
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$21
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$22
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$23
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$24
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$25
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$26
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$27
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$28
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$29
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$3
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$30
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$31
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$32
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$33
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$34
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$35
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$36
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$37
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$38
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$39
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$4
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$40
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$41
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$42
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$43
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$44
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$45
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$46
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$47
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$48
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$49
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$5
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$50
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$51
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$52
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$53
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$54
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$55
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$56
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$57
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$58
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$59
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$6
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$60
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$61
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$62
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$63
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$64
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$65
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$66
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$67
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$68
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$69
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$7
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$70
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$71
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$72
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$73
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$74
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$75
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$76
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$77
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$78
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$79
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$8
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$80
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$81
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$82
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$83
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$84
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$85
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$86
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$87
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$88
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$89
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$9
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$90
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$91
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$92
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$93
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$94
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$95
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$96
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$97
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$98
com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$99
abstract DiagnosticsService = com.microsoft.azure.management.appservice.implementation.DiagnosticsInner$DiagnosticsService of com.microsoft.azure.management.appservice.implementation.DiagnosticsInner
public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder