public class com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String repoUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.repoUrl")

  private java.lang.String branch;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.branch")

  private java.lang.Boolean isManualIntegration;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.isManualIntegration")

  private java.lang.Boolean deploymentRollbackEnabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deploymentRollbackEnabled")

  private java.lang.Boolean isMercurial;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.isMercurial")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
         0: .line 19
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public java.lang.String repoUrl();
    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.SiteSourceControlInner this
         0: .line 60
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.repoUrl:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner withRepoUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
        start local 1 // java.lang.String repoUrl
         0: .line 70
            aload 0 /* this */
            aload 1 /* repoUrl */
            putfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.repoUrl:Ljava/lang/String;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String repoUrl
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    2     1  repoUrl  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      repoUrl  

  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.SiteSourceControlInner this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.branch:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner withBranch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
        start local 1 // java.lang.String branch
         0: .line 90
            aload 0 /* this */
            aload 1 /* branch */
            putfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.branch:Ljava/lang/String;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String branch
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    2     1  branch  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      branch  

  public java.lang.Boolean isManualIntegration();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isManualIntegration:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner withIsManualIntegration(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
        start local 1 // java.lang.Boolean isManualIntegration
         0: .line 110
            aload 0 /* this */
            aload 1 /* isManualIntegration */
            putfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isManualIntegration:Ljava/lang/Boolean;
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isManualIntegration
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    2     1  isManualIntegration  Ljava/lang/Boolean;
    MethodParameters:
                     Name  Flags
      isManualIntegration  

  public java.lang.Boolean deploymentRollbackEnabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
         0: .line 120
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.deploymentRollbackEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner withDeploymentRollbackEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
        start local 1 // java.lang.Boolean deploymentRollbackEnabled
         0: .line 130
            aload 0 /* this */
            aload 1 /* deploymentRollbackEnabled */
            putfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.deploymentRollbackEnabled:Ljava/lang/Boolean;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean deploymentRollbackEnabled
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    2     1  deploymentRollbackEnabled  Ljava/lang/Boolean;
    MethodParameters:
                           Name  Flags
      deploymentRollbackEnabled  

  public java.lang.Boolean isMercurial();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
         0: .line 140
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isMercurial:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner withIsMercurial(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
        start local 1 // java.lang.Boolean isMercurial
         0: .line 150
            aload 0 /* this */
            aload 1 /* isMercurial */
            putfield com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner.isMercurial:Ljava/lang/Boolean;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isMercurial
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
            0    2     1  isMercurial  Ljava/lang/Boolean;
    MethodParameters:
             Name  Flags
      isMercurial  
}
SourceFile: "SiteSourceControlInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()