public class com.microsoft.azure.management.appservice.implementation.DomainsInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.appservice.implementation.DomainInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.appservice.implementation.DomainInner>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.appservice.implementation.DomainsInner
super_class: java.lang.Object
{
private com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService service;
descriptor: Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
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/DomainsInner$DomainsService;
invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService
putfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
2: aload 0
aload 2
putfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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/DomainsInner;
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.management.appservice.implementation.DomainAvailabilityCheckResultInner checkAvailability();
descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()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.DomainAvailabilityCheckResultInner
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$1
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>> checkAvailabilityWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 4
3: 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
4: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
dup
invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
astore 1
start local 1 5: aload 1
aconst_null
invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
pop
6: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 1
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner$DomainsService.checkAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.appservice.implementation.DomainsInner$2
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
5 9 1 identifier Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;>;
public com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner checkAvailability(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:(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.DomainAvailabilityCheckResultInner
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.checkAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
aload 2
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
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/DomainsInner;
0 1 1 name Ljava/lang/String;
0 1 2 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
MethodParameters:
Name Flags
name
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityAsync(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.DomainsInner.checkAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$3
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 1 1 name Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;
MethodParameters:
Name Flags
name
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner>> checkAvailabilityWithServiceResponseAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 4
3: 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
4: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
dup
invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
astore 2
start local 2 5: aload 2
aload 1
invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
pop
6: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner$DomainsService.checkAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.appservice.implementation.DomainsInner$4
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 9 1 name Ljava/lang/String;
5 9 2 identifier Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainAvailabilityCheckResultInner;>;>;
MethodParameters:
Name Flags
name
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainAvailabilityCheckResultInner> checkAvailabilityDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$5
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$5.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/DomainsInner;
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/DomainAvailabilityCheckResultInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> list();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
astore 1
start local 1 1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$6
dup
aload 0
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/Page;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
1 2 1 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$7
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
2: aload 1
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 4 1 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listWithServiceResponseAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$8
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listSinglePageAsync:()Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$9
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listSinglePageAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 4
3: 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
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
5: new com.microsoft.azure.management.appservice.implementation.DomainsInner$10
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
6: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$11
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$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/DomainsInner;
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/DomainInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner getControlCenterSsoRequest();
descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()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.DomainControlCenterSsoRequestInner
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner>);
descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()Lrx/Observable;
aload 1
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 1 1 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;
Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;
MethodParameters:
Name Flags
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getControlCenterSsoRequestWithServiceResponseAsync:()Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$12
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner>> getControlCenterSsoRequestWithServiceResponseAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 4
3: 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
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getControlCenterSsoRequest:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
5: new com.microsoft.azure.management.appservice.implementation.DomainsInner$13
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
6: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainControlCenterSsoRequestInner;>;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainControlCenterSsoRequestInner> getControlCenterSsoRequestDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$14
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$14.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/DomainsInner;
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/DomainControlCenterSsoRequestInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner> listRecommendations(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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.DomainsInner$15
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.DomainsInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
0 2 1 parameters Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
MethodParameters:
Name Flags
parameters final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>);
descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
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
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$16
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
2: aload 2
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
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/DomainsInner;
0 4 1 parameters Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
0 4 2 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
parameters final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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.DomainsInner.listRecommendationsWithServiceResponseAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$17
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 parameters Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
parameters final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsWithServiceResponseAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)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.DomainsInner.listRecommendationsSinglePageAsync:(Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$18
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 parameters Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;>;
MethodParameters:
Name Flags
parameters final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsSinglePageAsync(com.microsoft.azure.management.appservice.DomainRecommendationSearchParameters);
descriptor: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 2
1: 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
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: new java.lang.IllegalArgumentException
dup
ldc "Parameter parameters 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.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 6
5: 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
6: StackMap locals:
StackMap stack:
aload 1
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
7: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 1
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listRecommendations:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
8: new com.microsoft.azure.management.appservice.implementation.DomainsInner$19
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$19.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
9: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 10 1 parameters Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;
Signature: (Lcom/microsoft/azure/management/appservice/DomainRecommendationSearchParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;>;
MethodParameters:
Name Flags
parameters final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$20
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$20.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/DomainsInner;
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/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listByResourceGroup(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.DomainsInner.listByResourceGroupSinglePageAsync:(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.DomainsInner$21
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.DomainsInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
1 2 2 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
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
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$22
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
2: aload 2
3: invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
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/DomainsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupAsync(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.DomainsInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$23
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupWithServiceResponseAsync(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.DomainsInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$24
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 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 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
ifnonnull 4
3: 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
4: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
ifnonnull 6
5: 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
6: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
7: new com.microsoft.azure.management.appservice.implementation.DomainsInner$25
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
8: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 9 1 resourceGroupName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$26
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$26.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/DomainsInner;
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/DomainInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainInner getByResourceGroup(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.DomainsInner.getByResourceGroupWithServiceResponseAsync:(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.DomainInner
areturn
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
domainName
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.DomainsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupAsync(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.DomainsInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$27
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> getByResourceGroupWithServiceResponseAsync(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 domainName 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getByResourceGroup:(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.DomainsInner$28
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> getByResourceGroupDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$29
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$29.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$29.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/DomainsInner;
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/DomainInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
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.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.appservice.implementation.DomainInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;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.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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.DomainsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$30
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, 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 domainName 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.DomainsInner.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 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter domain 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.DomainsInner.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 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
11: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
astore 4
start local 4 12: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
aload 4
new com.microsoft.azure.management.appservice.implementation.DomainsInner$31
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$31.getType:()Ljava/lang/reflect/Type;
invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)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 13 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 domainName Ljava/lang/String;
0 13 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
12 13 4 observable Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public com.microsoft.azure.management.appservice.implementation.DomainInner beginCreateOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
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.DomainsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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.DomainInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;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.DomainsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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.DomainsInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$32
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)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 domainName 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.DomainsInner.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 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter domain 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.DomainsInner.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 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
11: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
12: new com.microsoft.azure.management.appservice.implementation.DomainsInner$33
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
13: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 14 1 resourceGroupName Ljava/lang/String;
0 14 2 domainName Ljava/lang/String;
0 14 3 domain Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> beginCreateOrUpdateDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$34
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$34.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.appservice.implementation.DomainsInner$35
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$35.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$35.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 6 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/DomainInner;>;
MethodParameters:
Name Flags
response
public void delete(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)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
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.deleteWithServiceResponseAsync:(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;
pop
1: return
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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 domainName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
domainName
public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
serviceCallback final
public rx.Observable<java.lang.Void> deleteAsync(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.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$36
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, 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 domainName 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.DomainsInner.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.DomainsInner.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:
aconst_null
astore 3
start local 3 9: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
10: new com.microsoft.azure.management.appservice.implementation.DomainsInner$37
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
11: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 12 1 resourceGroupName Ljava/lang/String;
0 12 2 domainName Ljava/lang/String;
9 12 3 forceHardDeleteDomain Ljava/lang/Boolean;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
public void delete(java.lang.String, java.lang.String, java.lang.Boolean);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)V
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.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)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;
pop
1: return
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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 domainName Ljava/lang/String;
0 2 3 forceHardDeleteDomain Ljava/lang/Boolean;
MethodParameters:
Name Flags
resourceGroupName
domainName
forceHardDeleteDomain
public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.Boolean, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;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.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 forceHardDeleteDomain Ljava/lang/Boolean;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
forceHardDeleteDomain
serviceCallback final
public rx.Observable<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.Boolean);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)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.DomainsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$38
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$38.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 forceHardDeleteDomain Ljava/lang/Boolean;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
forceHardDeleteDomain
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Boolean);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)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 domainName 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
9: new com.microsoft.azure.management.appservice.implementation.DomainsInner$39
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$39.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
10: areturn
end local 3 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/DomainsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 domainName Ljava/lang/String;
0 11 3 forceHardDeleteDomain Ljava/lang/Boolean;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
forceHardDeleteDomain
private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$40
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$40.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 204
new com.microsoft.azure.management.appservice.implementation.DomainsInner$41
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$41.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 6 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<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
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.DomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)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.DomainInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/DomainPatchResource;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;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.DomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/DomainPatchResource;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)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.DomainsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$42
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$42.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 domain Lcom/microsoft/azure/management/appservice/DomainPatchResource;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.DomainPatchResource);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)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 domainName 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.DomainsInner.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 3
ifnonnull 8
7: new java.lang.IllegalArgumentException
dup
ldc "Parameter domain 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.DomainsInner.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 3
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
11: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
12: new com.microsoft.azure.management.appservice.implementation.DomainsInner$43
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
13: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 14 1 resourceGroupName Ljava/lang/String;
0 14 2 domainName Ljava/lang/String;
0 14 3 domain Lcom/microsoft/azure/management/appservice/DomainPatchResource;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/DomainPatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
domain
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainInner> updateDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$44
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$44.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$44.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.appservice.implementation.DomainsInner$45
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$45.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 6 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/DomainInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> listOwnershipIdentifiers(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.DomainsInner.listOwnershipIdentifiersSinglePageAsync:(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.DomainsInner$46
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.DomainsInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 domainName Ljava/lang/String;
1 2 3 response Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName final
domainName final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
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.DomainsInner.listOwnershipIdentifiersSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$47
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 4 1 resourceGroupName Ljava/lang/String;
0 4 2 domainName Ljava/lang/String;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
domainName final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersAsync(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.DomainsInner.listOwnershipIdentifiersWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$48
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$48.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
resourceGroupName final
domainName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersWithServiceResponseAsync(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.DomainsInner.listOwnershipIdentifiersSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$49
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 resourceGroupName Ljava/lang/String;
0 3 2 domainName 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/DomainOwnershipIdentifierInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
domainName final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersSinglePageAsync(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 domainName 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listOwnershipIdentifiers:(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.DomainsInner$50
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 domainName 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/DomainOwnershipIdentifierInner;>;>;>;
MethodParameters:
Name Flags
resourceGroupName final
domainName final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$51
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner getOwnershipIdentifier(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/DomainOwnershipIdentifierInner;
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.DomainsInner.getOwnershipIdentifierWithServiceResponseAsync:(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.DomainOwnershipIdentifierInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> getOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
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.DomainsInner.getOwnershipIdentifierWithServiceResponseAsync:(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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> getOwnershipIdentifierAsync(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.DomainsInner.getOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$52
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> getOwnershipIdentifierWithServiceResponseAsync(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 domainName 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 name 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.getOwnershipIdentifier:(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.DomainsInner$53
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 domainName Ljava/lang/String;
0 13 3 name 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/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> getOwnershipIdentifierDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$54
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner createOrUpdateOwnershipIdentifier(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
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.DomainsInner.createOrUpdateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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.DomainOwnershipIdentifierInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;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.DomainsInner.createOrUpdateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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.DomainsInner.createOrUpdateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$55
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> createOrUpdateOwnershipIdentifierWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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 domainName 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 name 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.DomainsInner.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 4
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter domainOwnershipIdentifier 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.DomainsInner.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 4
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
13: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.createOrUpdateOwnershipIdentifier:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
14: new com.microsoft.azure.management.appservice.implementation.DomainsInner$56
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$56.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
15: areturn
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/DomainsInner;
0 16 1 resourceGroupName Ljava/lang/String;
0 16 2 domainName Ljava/lang/String;
0 16 3 name Ljava/lang/String;
0 16 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$57
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$57.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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
response
public void deleteOwnershipIdentifier(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
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.DomainsInner.deleteOwnershipIdentifierWithServiceResponseAsync:(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;
pop
1: return
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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 domainName Ljava/lang/String;
0 2 3 name Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
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.DomainsInner.deleteOwnershipIdentifierWithServiceResponseAsync:(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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
serviceCallback final
public rx.Observable<java.lang.Void> deleteOwnershipIdentifierAsync(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.DomainsInner.deleteOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$58
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteOwnershipIdentifierWithServiceResponseAsync(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 domainName 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 name 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.deleteOwnershipIdentifier:(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.DomainsInner$59
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$59.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 13 1 resourceGroupName Ljava/lang/String;
0 13 2 domainName Ljava/lang/String;
0 13 3 name Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteOwnershipIdentifierDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$60
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$60.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 204
new com.microsoft.azure.management.appservice.implementation.DomainsInner$61
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$61.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 6 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<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner updateOwnershipIdentifier(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
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.DomainsInner.updateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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.DomainOwnershipIdentifierInner
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;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.DomainsInner.updateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
0 1 5 serviceCallback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
serviceCallback final
public rx.Observable<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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.DomainsInner.updateOwnershipIdentifierWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$62
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$62.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 name Ljava/lang/String;
0 1 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> updateOwnershipIdentifierWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)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 domainName 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 name 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.DomainsInner.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 4
ifnonnull 10
9: new java.lang.IllegalArgumentException
dup
ldc "Parameter domainOwnershipIdentifier 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.DomainsInner.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 4
invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
13: aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 3
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
aload 4
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.updateOwnershipIdentifier:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
14: new com.microsoft.azure.management.appservice.implementation.DomainsInner$63
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
15: areturn
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/DomainsInner;
0 16 1 resourceGroupName Ljava/lang/String;
0 16 2 domainName Ljava/lang/String;
0 16 3 name Ljava/lang/String;
0 16 4 domainOwnershipIdentifier Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
name
domainOwnershipIdentifier
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> updateOwnershipIdentifierDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$64
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$64.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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
response
public void renew(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)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
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.renewWithServiceResponseAsync:(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;
pop
1: return
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/DomainsInner;
0 2 1 resourceGroupName Ljava/lang/String;
0 2 2 domainName Ljava/lang/String;
MethodParameters:
Name Flags
resourceGroupName
domainName
public com.microsoft.rest.ServiceFuture<java.lang.Void> renewAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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.DomainsInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
aload 3
invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
0 1 3 serviceCallback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
serviceCallback final
public rx.Observable<java.lang.Void> renewAsync(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.DomainsInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
new com.microsoft.azure.management.appservice.implementation.DomainsInner$65
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$65.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
areturn
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/DomainsInner;
0 1 1 resourceGroupName Ljava/lang/String;
0 1 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> renewWithServiceResponseAsync(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 domainName 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.DomainsInner.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.DomainsInner.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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 1
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.renew:(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.DomainsInner$66
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 11 1 resourceGroupName Ljava/lang/String;
0 11 2 domainName Ljava/lang/String;
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
MethodParameters:
Name Flags
resourceGroupName
domainName
private com.microsoft.rest.ServiceResponse<java.lang.Void> renewDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$67
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$67.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$67.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
2: sipush 202
new com.microsoft.azure.management.appservice.implementation.DomainsInner$68
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$68.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
3: sipush 204
new com.microsoft.azure.management.appservice.implementation.DomainsInner$69
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$69.getType:()Ljava/lang/reflect/Type;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
4: ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
5: aload 1
invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
6: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
0 7 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<Ljava/lang/Void;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listNext(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.DomainsInner.listNextSinglePageAsync:(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.DomainsInner$70
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.DomainsInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
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/DomainInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
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.DomainsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$71
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextAsync(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.DomainsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$72
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listNextWithServiceResponseAsync(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.DomainsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$73
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$73.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listNextSinglePageAsync(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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DomainsInner$74
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listNextDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$75
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$75.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/DomainsInner;
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/DomainInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner> listRecommendationsNext(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.DomainsInner.listRecommendationsNextSinglePageAsync:(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.DomainsInner$76
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.DomainsInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
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/NameIdentifierInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>);
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.DomainsInner.listRecommendationsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$77
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsNextAsync(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.DomainsInner.listRecommendationsNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$78
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsNextWithServiceResponseAsync(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.DomainsInner.listRecommendationsNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$79
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$79.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/NameIdentifierInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>>> listRecommendationsNextSinglePageAsync(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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listRecommendationsNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DomainsInner$80
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/NameIdentifierInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.NameIdentifierInner>> listRecommendationsNextDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$81
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$81.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/DomainsInner;
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/NameIdentifierInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainInner> listByResourceGroupNext(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.DomainsInner.listByResourceGroupNextSinglePageAsync:(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.DomainsInner$82
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.DomainsInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
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/DomainInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainInner>);
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.DomainsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$83
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$83.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupNextAsync(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.DomainsInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$84
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$84.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupNextWithServiceResponseAsync(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.DomainsInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$85
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$85.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainInner>>> listByResourceGroupNextSinglePageAsync(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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DomainsInner$86
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainInner>> listByResourceGroupNextDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$87
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$87.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/DomainsInner;
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/DomainInner;>;>;
MethodParameters:
Name Flags
response
public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner> listOwnershipIdentifiersNext(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.DomainsInner.listOwnershipIdentifiersNextSinglePageAsync:(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.DomainsInner$88
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.DomainsInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;>;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
MethodParameters:
Name Flags
nextPageLink final
public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>);
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.DomainsInner.listOwnershipIdentifiersNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$89
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$89.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 4 1 nextPageLink Ljava/lang/String;
0 4 2 serviceFuture Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
0 4 3 serviceCallback Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
serviceFuture final
serviceCallback final
public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersNextAsync(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.DomainsInner.listOwnershipIdentifiersNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$90
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$90.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
0 3 1 nextPageLink Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersNextWithServiceResponseAsync(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.DomainsInner.listOwnershipIdentifiersNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.appservice.implementation.DomainsInner$91
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$91.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>>> listOwnershipIdentifiersNextSinglePageAsync(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.DomainsInner.service:Lcom/microsoft/azure/management/appservice/implementation/DomainsInner$DomainsService;
aload 2
aload 0
getfield com.microsoft.azure.management.appservice.implementation.DomainsInner.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.DomainsInner.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.DomainsInner$DomainsService.listOwnershipIdentifiersNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
4: new com.microsoft.azure.management.appservice.implementation.DomainsInner$92
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;>;>;
MethodParameters:
Name Flags
nextPageLink final
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.DomainOwnershipIdentifierInner>> listOwnershipIdentifiersNextDelegate(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.DomainsInner.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.DomainsInner.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.DomainsInner$93
dup
aload 0
invokespecial com.microsoft.azure.management.appservice.implementation.DomainsInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;)V
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner$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/DomainsInner;
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/DomainOwnershipIdentifierInner;>;>;
MethodParameters:
Name Flags
response
public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.appservice.implementation.DomainsInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DomainInner;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/appservice/implementation/DomainInner;>;
SourceFile: "DomainsInner.java"
NestMembers:
com.microsoft.azure.management.appservice.implementation.DomainsInner$1 com.microsoft.azure.management.appservice.implementation.DomainsInner$10 com.microsoft.azure.management.appservice.implementation.DomainsInner$11 com.microsoft.azure.management.appservice.implementation.DomainsInner$12 com.microsoft.azure.management.appservice.implementation.DomainsInner$13 com.microsoft.azure.management.appservice.implementation.DomainsInner$14 com.microsoft.azure.management.appservice.implementation.DomainsInner$15 com.microsoft.azure.management.appservice.implementation.DomainsInner$16 com.microsoft.azure.management.appservice.implementation.DomainsInner$17 com.microsoft.azure.management.appservice.implementation.DomainsInner$18 com.microsoft.azure.management.appservice.implementation.DomainsInner$19 com.microsoft.azure.management.appservice.implementation.DomainsInner$2 com.microsoft.azure.management.appservice.implementation.DomainsInner$20 com.microsoft.azure.management.appservice.implementation.DomainsInner$21 com.microsoft.azure.management.appservice.implementation.DomainsInner$22 com.microsoft.azure.management.appservice.implementation.DomainsInner$23 com.microsoft.azure.management.appservice.implementation.DomainsInner$24 com.microsoft.azure.management.appservice.implementation.DomainsInner$25 com.microsoft.azure.management.appservice.implementation.DomainsInner$26 com.microsoft.azure.management.appservice.implementation.DomainsInner$27 com.microsoft.azure.management.appservice.implementation.DomainsInner$28 com.microsoft.azure.management.appservice.implementation.DomainsInner$29 com.microsoft.azure.management.appservice.implementation.DomainsInner$3 com.microsoft.azure.management.appservice.implementation.DomainsInner$30 com.microsoft.azure.management.appservice.implementation.DomainsInner$31 com.microsoft.azure.management.appservice.implementation.DomainsInner$32 com.microsoft.azure.management.appservice.implementation.DomainsInner$33 com.microsoft.azure.management.appservice.implementation.DomainsInner$34 com.microsoft.azure.management.appservice.implementation.DomainsInner$35 com.microsoft.azure.management.appservice.implementation.DomainsInner$36 com.microsoft.azure.management.appservice.implementation.DomainsInner$37 com.microsoft.azure.management.appservice.implementation.DomainsInner$38 com.microsoft.azure.management.appservice.implementation.DomainsInner$39 com.microsoft.azure.management.appservice.implementation.DomainsInner$4 com.microsoft.azure.management.appservice.implementation.DomainsInner$40 com.microsoft.azure.management.appservice.implementation.DomainsInner$41 com.microsoft.azure.management.appservice.implementation.DomainsInner$42 com.microsoft.azure.management.appservice.implementation.DomainsInner$43 com.microsoft.azure.management.appservice.implementation.DomainsInner$44 com.microsoft.azure.management.appservice.implementation.DomainsInner$45 com.microsoft.azure.management.appservice.implementation.DomainsInner$46 com.microsoft.azure.management.appservice.implementation.DomainsInner$47 com.microsoft.azure.management.appservice.implementation.DomainsInner$48 com.microsoft.azure.management.appservice.implementation.DomainsInner$49 com.microsoft.azure.management.appservice.implementation.DomainsInner$5 com.microsoft.azure.management.appservice.implementation.DomainsInner$50 com.microsoft.azure.management.appservice.implementation.DomainsInner$51 com.microsoft.azure.management.appservice.implementation.DomainsInner$52 com.microsoft.azure.management.appservice.implementation.DomainsInner$53 com.microsoft.azure.management.appservice.implementation.DomainsInner$54 com.microsoft.azure.management.appservice.implementation.DomainsInner$55 com.microsoft.azure.management.appservice.implementation.DomainsInner$56 com.microsoft.azure.management.appservice.implementation.DomainsInner$57 com.microsoft.azure.management.appservice.implementation.DomainsInner$58 com.microsoft.azure.management.appservice.implementation.DomainsInner$59 com.microsoft.azure.management.appservice.implementation.DomainsInner$6 com.microsoft.azure.management.appservice.implementation.DomainsInner$60 com.microsoft.azure.management.appservice.implementation.DomainsInner$61 com.microsoft.azure.management.appservice.implementation.DomainsInner$62 com.microsoft.azure.management.appservice.implementation.DomainsInner$63 com.microsoft.azure.management.appservice.implementation.DomainsInner$64 com.microsoft.azure.management.appservice.implementation.DomainsInner$65 com.microsoft.azure.management.appservice.implementation.DomainsInner$66 com.microsoft.azure.management.appservice.implementation.DomainsInner$67 com.microsoft.azure.management.appservice.implementation.DomainsInner$68 com.microsoft.azure.management.appservice.implementation.DomainsInner$69 com.microsoft.azure.management.appservice.implementation.DomainsInner$7 com.microsoft.azure.management.appservice.implementation.DomainsInner$70 com.microsoft.azure.management.appservice.implementation.DomainsInner$71 com.microsoft.azure.management.appservice.implementation.DomainsInner$72 com.microsoft.azure.management.appservice.implementation.DomainsInner$73 com.microsoft.azure.management.appservice.implementation.DomainsInner$74 com.microsoft.azure.management.appservice.implementation.DomainsInner$75 com.microsoft.azure.management.appservice.implementation.DomainsInner$76 com.microsoft.azure.management.appservice.implementation.DomainsInner$77 com.microsoft.azure.management.appservice.implementation.DomainsInner$78 com.microsoft.azure.management.appservice.implementation.DomainsInner$79 com.microsoft.azure.management.appservice.implementation.DomainsInner$8 com.microsoft.azure.management.appservice.implementation.DomainsInner$80 com.microsoft.azure.management.appservice.implementation.DomainsInner$81 com.microsoft.azure.management.appservice.implementation.DomainsInner$82 com.microsoft.azure.management.appservice.implementation.DomainsInner$83 com.microsoft.azure.management.appservice.implementation.DomainsInner$84 com.microsoft.azure.management.appservice.implementation.DomainsInner$85 com.microsoft.azure.management.appservice.implementation.DomainsInner$86 com.microsoft.azure.management.appservice.implementation.DomainsInner$87 com.microsoft.azure.management.appservice.implementation.DomainsInner$88 com.microsoft.azure.management.appservice.implementation.DomainsInner$89 com.microsoft.azure.management.appservice.implementation.DomainsInner$9 com.microsoft.azure.management.appservice.implementation.DomainsInner$90 com.microsoft.azure.management.appservice.implementation.DomainsInner$91 com.microsoft.azure.management.appservice.implementation.DomainsInner$92 com.microsoft.azure.management.appservice.implementation.DomainsInner$93 com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService
InnerClasses:
com.microsoft.azure.management.appservice.implementation.DomainsInner$1
com.microsoft.azure.management.appservice.implementation.DomainsInner$10
com.microsoft.azure.management.appservice.implementation.DomainsInner$11
com.microsoft.azure.management.appservice.implementation.DomainsInner$12
com.microsoft.azure.management.appservice.implementation.DomainsInner$13
com.microsoft.azure.management.appservice.implementation.DomainsInner$14
com.microsoft.azure.management.appservice.implementation.DomainsInner$15
com.microsoft.azure.management.appservice.implementation.DomainsInner$16
com.microsoft.azure.management.appservice.implementation.DomainsInner$17
com.microsoft.azure.management.appservice.implementation.DomainsInner$18
com.microsoft.azure.management.appservice.implementation.DomainsInner$19
com.microsoft.azure.management.appservice.implementation.DomainsInner$2
com.microsoft.azure.management.appservice.implementation.DomainsInner$20
com.microsoft.azure.management.appservice.implementation.DomainsInner$21
com.microsoft.azure.management.appservice.implementation.DomainsInner$22
com.microsoft.azure.management.appservice.implementation.DomainsInner$23
com.microsoft.azure.management.appservice.implementation.DomainsInner$24
com.microsoft.azure.management.appservice.implementation.DomainsInner$25
com.microsoft.azure.management.appservice.implementation.DomainsInner$26
com.microsoft.azure.management.appservice.implementation.DomainsInner$27
com.microsoft.azure.management.appservice.implementation.DomainsInner$28
com.microsoft.azure.management.appservice.implementation.DomainsInner$29
com.microsoft.azure.management.appservice.implementation.DomainsInner$3
com.microsoft.azure.management.appservice.implementation.DomainsInner$30
com.microsoft.azure.management.appservice.implementation.DomainsInner$31
com.microsoft.azure.management.appservice.implementation.DomainsInner$32
com.microsoft.azure.management.appservice.implementation.DomainsInner$33
com.microsoft.azure.management.appservice.implementation.DomainsInner$34
com.microsoft.azure.management.appservice.implementation.DomainsInner$35
com.microsoft.azure.management.appservice.implementation.DomainsInner$36
com.microsoft.azure.management.appservice.implementation.DomainsInner$37
com.microsoft.azure.management.appservice.implementation.DomainsInner$38
com.microsoft.azure.management.appservice.implementation.DomainsInner$39
com.microsoft.azure.management.appservice.implementation.DomainsInner$4
com.microsoft.azure.management.appservice.implementation.DomainsInner$40
com.microsoft.azure.management.appservice.implementation.DomainsInner$41
com.microsoft.azure.management.appservice.implementation.DomainsInner$42
com.microsoft.azure.management.appservice.implementation.DomainsInner$43
com.microsoft.azure.management.appservice.implementation.DomainsInner$44
com.microsoft.azure.management.appservice.implementation.DomainsInner$45
com.microsoft.azure.management.appservice.implementation.DomainsInner$46
com.microsoft.azure.management.appservice.implementation.DomainsInner$47
com.microsoft.azure.management.appservice.implementation.DomainsInner$48
com.microsoft.azure.management.appservice.implementation.DomainsInner$49
com.microsoft.azure.management.appservice.implementation.DomainsInner$5
com.microsoft.azure.management.appservice.implementation.DomainsInner$50
com.microsoft.azure.management.appservice.implementation.DomainsInner$51
com.microsoft.azure.management.appservice.implementation.DomainsInner$52
com.microsoft.azure.management.appservice.implementation.DomainsInner$53
com.microsoft.azure.management.appservice.implementation.DomainsInner$54
com.microsoft.azure.management.appservice.implementation.DomainsInner$55
com.microsoft.azure.management.appservice.implementation.DomainsInner$56
com.microsoft.azure.management.appservice.implementation.DomainsInner$57
com.microsoft.azure.management.appservice.implementation.DomainsInner$58
com.microsoft.azure.management.appservice.implementation.DomainsInner$59
com.microsoft.azure.management.appservice.implementation.DomainsInner$6
com.microsoft.azure.management.appservice.implementation.DomainsInner$60
com.microsoft.azure.management.appservice.implementation.DomainsInner$61
com.microsoft.azure.management.appservice.implementation.DomainsInner$62
com.microsoft.azure.management.appservice.implementation.DomainsInner$63
com.microsoft.azure.management.appservice.implementation.DomainsInner$64
com.microsoft.azure.management.appservice.implementation.DomainsInner$65
com.microsoft.azure.management.appservice.implementation.DomainsInner$66
com.microsoft.azure.management.appservice.implementation.DomainsInner$67
com.microsoft.azure.management.appservice.implementation.DomainsInner$68
com.microsoft.azure.management.appservice.implementation.DomainsInner$69
com.microsoft.azure.management.appservice.implementation.DomainsInner$7
com.microsoft.azure.management.appservice.implementation.DomainsInner$70
com.microsoft.azure.management.appservice.implementation.DomainsInner$71
com.microsoft.azure.management.appservice.implementation.DomainsInner$72
com.microsoft.azure.management.appservice.implementation.DomainsInner$73
com.microsoft.azure.management.appservice.implementation.DomainsInner$74
com.microsoft.azure.management.appservice.implementation.DomainsInner$75
com.microsoft.azure.management.appservice.implementation.DomainsInner$76
com.microsoft.azure.management.appservice.implementation.DomainsInner$77
com.microsoft.azure.management.appservice.implementation.DomainsInner$78
com.microsoft.azure.management.appservice.implementation.DomainsInner$79
com.microsoft.azure.management.appservice.implementation.DomainsInner$8
com.microsoft.azure.management.appservice.implementation.DomainsInner$80
com.microsoft.azure.management.appservice.implementation.DomainsInner$81
com.microsoft.azure.management.appservice.implementation.DomainsInner$82
com.microsoft.azure.management.appservice.implementation.DomainsInner$83
com.microsoft.azure.management.appservice.implementation.DomainsInner$84
com.microsoft.azure.management.appservice.implementation.DomainsInner$85
com.microsoft.azure.management.appservice.implementation.DomainsInner$86
com.microsoft.azure.management.appservice.implementation.DomainsInner$87
com.microsoft.azure.management.appservice.implementation.DomainsInner$88
com.microsoft.azure.management.appservice.implementation.DomainsInner$89
com.microsoft.azure.management.appservice.implementation.DomainsInner$9
com.microsoft.azure.management.appservice.implementation.DomainsInner$90
com.microsoft.azure.management.appservice.implementation.DomainsInner$91
com.microsoft.azure.management.appservice.implementation.DomainsInner$92
com.microsoft.azure.management.appservice.implementation.DomainsInner$93
abstract DomainsService = com.microsoft.azure.management.appservice.implementation.DomainsInner$DomainsService of com.microsoft.azure.management.appservice.implementation.DomainsInner
public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder