class com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT extends com.microsoft.azure.management.appservice.WebAppBase, FluentImplT extends com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl<FluentT, FluentImplT>> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner> implements com.microsoft.azure.management.appservice.WebAppSourceControl, com.microsoft.azure.management.appservice.WebAppSourceControl$Definition<com.microsoft.azure.management.appservice.WebAppBase$DefinitionStages$WithCreate<FluentT>>, com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinition<com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  private final com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl<FluentT, FluentImplT> parent;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl<TFluentT;TFluentImplT;>;

  private java.lang.String githubAccessToken;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner, com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl<FluentT, FluentImplT>);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner inner
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl parent
         0: .line 35
            aload 0 /* this */
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
         2: .line 37
            return
        end local 2 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl parent
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    3     1   inner  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    3     2  parent  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl<TFluentT;TFluentImplT;>;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl<TFluentT;TFluentImplT;>;)V
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 41
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public java.lang.String repositoryUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 46
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.repoUrl:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public java.lang.String branch();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 51
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.branch:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public boolean isManualIntegration();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 56
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isManualIntegration:()Ljava/lang/Boolean;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveBoolean:(Ljava/lang/Boolean;)Z
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public boolean deploymentRollbackEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.deploymentRollbackEnabled:()Ljava/lang/Boolean;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveBoolean:(Ljava/lang/Boolean;)Z
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public com.microsoft.azure.management.appservice.RepositoryType repositoryType();
    descriptor: ()Lcom/microsoft/azure/management/appservice/RepositoryType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isMercurial:()Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 67
            aconst_null
            areturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isMercurial:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 3
            getstatic com.microsoft.azure.management.appservice.RepositoryType.MERCURIAL:Lcom/microsoft/azure/management/appservice/RepositoryType;
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic com.microsoft.azure.management.appservice.RepositoryType.GIT:Lcom/microsoft/azure/management/appservice/RepositoryType;
      StackMap locals:
      StackMap stack: com.microsoft.azure.management.appservice.RepositoryType
         4: areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;

  public FluentImplT attach();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.withSourceControl:(Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;)V
         1: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    Signature: ()TFluentImplT;

  public FluentImplT parent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 82
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    Signature: ()TFluentImplT;

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String branch
         0: .line 87
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            aload 1 /* branch */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withBranch:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            pop
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String branch
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    2     1  branch  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
        Name  Flags
      branch  

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withPublicGitRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String url
         0: .line 93
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsManualIntegration:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsMercurial:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            aload 1 /* url */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withRepoUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            pop
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String url
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    2     1   url  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
      Name  Flags
      url   

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withPublicMercurialRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String url
         0: .line 99
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsManualIntegration:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsMercurial:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            aload 1 /* url */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withRepoUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            pop
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String url
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    2     1   url  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
      Name  Flags
      url   

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withContinuouslyIntegratedGitHubRepository(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String organization
        start local 2 // java.lang.String repository
         0: .line 105
            aload 0 /* this */
            ldc "https://github.com/%s/%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* organization */
            aastore
            dup
            iconst_1
            aload 2 /* repository */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withContinuouslyIntegratedGitHubRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
        end local 2 // java.lang.String repository
        end local 1 // java.lang.String organization
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    1     1  organization  Ljava/lang/String;
            0    1     2    repository  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
              Name  Flags
      organization  
      repository    

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withContinuouslyIntegratedGitHubRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String url
         0: .line 110
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
            aload 1 /* url */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withRepoUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsMercurial:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.withIsManualIntegration:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            pop
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String url
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    2     1   url  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
      Name  Flags
      url   

  public com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl<FluentT, FluentImplT> withGitHubAccessToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
        start local 1 // java.lang.String personalAccessToken
         0: .line 116
            aload 0 /* this */
            aload 1 /* personalAccessToken */
            putfield com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.githubAccessToken:Ljava/lang/String;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String personalAccessToken
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            0    2     1  personalAccessToken  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
    MethodParameters:
                     Name  Flags
      personalAccessToken  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SourceControlInner> registerGithubAccessToken();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
         0: .line 121
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.githubAccessToken:Ljava/lang/String;
            ifnonnull 2
         1: .line 122
            aconst_null
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            areturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.SourceControlInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SourceControlInner.<init>:()V
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.githubAccessToken:Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SourceControlInner.withToken:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
            astore 1 /* sourceControlInner */
        start local 1 // com.microsoft.azure.management.appservice.implementation.SourceControlInner sourceControlInner
         3: .line 125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            ldc "Github"
            aload 1 /* sourceControlInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.updateSourceControlAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SourceControlInner sourceControlInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl<TFluentT;TFluentImplT;>;
            3    4     1  sourceControlInner  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;>;

  public java.lang.Object parent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$GitHubWithAttach withGitHubAccessToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$GitHubWithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withGitHubAccessToken:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach withGitHubAccessToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withGitHubAccessToken:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithBranch withPublicMercurialRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$WithBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withPublicMercurialRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithBranch withPublicMercurialRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$WithBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withPublicMercurialRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.attach:()Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithBranch withPublicGitRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$WithBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withPublicGitRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithBranch withPublicGitRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$WithBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withPublicGitRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithGitHubBranch withContinuouslyIntegratedGitHubRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$WithGitHubBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withContinuouslyIntegratedGitHubRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch withContinuouslyIntegratedGitHubRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withContinuouslyIntegratedGitHubRepository:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithGitHubBranch withContinuouslyIntegratedGitHubRepository(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$WithGitHubBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withContinuouslyIntegratedGitHubRepository:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch withContinuouslyIntegratedGitHubRepository(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withContinuouslyIntegratedGitHubRepository:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithAttach withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withBranch:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$GitHubWithAttach withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$DefinitionStages$GitHubWithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withBranch:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithAttach withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withBranch:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppSourceControlImpl.withBranch:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppSourceControlImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <FluentT::Lcom/microsoft/azure/management/appservice/WebAppBase;FluentImplT:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl<TFluentT;TFluentImplT;>;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;>;Lcom/microsoft/azure/management/appservice/WebAppSourceControl;Lcom/microsoft/azure/management/appservice/WebAppSourceControl$Definition<Lcom/microsoft/azure/management/appservice/WebAppBase$DefinitionStages$WithCreate<TFluentT;>;>;Lcom/microsoft/azure/management/appservice/WebAppSourceControl$UpdateDefinition<Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;>;
SourceFile: "WebAppSourceControlImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebAppBase$DefinitionStages of com.microsoft.azure.management.appservice.WebAppBase
  public abstract WithCreate = com.microsoft.azure.management.appservice.WebAppBase$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.WebAppBase$DefinitionStages
  public abstract Update = com.microsoft.azure.management.appservice.WebAppBase$Update of com.microsoft.azure.management.appservice.WebAppBase
  public abstract Definition = com.microsoft.azure.management.appservice.WebAppSourceControl$Definition of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract GitHubWithAttach = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$GitHubWithAttach of com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages
  public abstract WithAttach = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithAttach of com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages
  public abstract WithBranch = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithBranch of com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages
  public abstract WithGitHubBranch = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithGitHubBranch of com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages
  public abstract UpdateDefinition = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinition of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract GitHubWithAttach = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach of com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages
  public abstract WithAttach = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithAttach of com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages
  public abstract WithBranch = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithBranch of com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages
  public abstract WithGitHubBranch = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch of com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")