class com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3 implements rx.functions.Func1<com.microsoft.azure.management.appservice.AppServiceCertificateOrder, rx.Observable<java.lang.Void>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3 this
         0: .line 217
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public rx.Observable<java.lang.Void> call(com.microsoft.azure.management.appservice.AppServiceCertificateOrder);
    descriptor: (Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3 this
        start local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateOrder certificateOrder
         0: .line 220
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerifyWebApp:Lcom/microsoft/azure/management/appservice/WebAppBase;
            ifnull 2
         1: .line 221
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerifyWebApp:Lcom/microsoft/azure/management/appservice/WebAppBase;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerificationToken:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.WebAppBase.verifyDomainOwnershipAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            areturn
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerifyDomain:Lcom/microsoft/azure/management/appservice/AppServiceDomain;
            ifnull 4
         3: .line 223
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerifyDomain:Lcom/microsoft/azure/management/appservice/AppServiceDomain;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.domainVerificationToken:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.AppServiceDomain.verifyDomainOwnershipAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            areturn
         4: .line 225
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         5: .line 226
            new java.lang.StringBuilder
            dup
            ldc "Please specify a non-null web app or domain to verify the domain ownership for hostname "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 227
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.this$0:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.distinguishedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 226
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 225
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateOrder certificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl$3;
            0    9     1  certificateOrder  Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
    Signature: (Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                  Name  Flags
      certificateOrder  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.AppServiceCertificateOrder
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3.call:(Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;Lrx/Observable<Ljava/lang/Void;>;>;
SourceFile: "AppServiceCertificateOrderImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.createResourceAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl$3