public class com.microsoft.azure.management.appservice.implementation.UserInner 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.UserInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String publishingUserName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publishingUserName", required = true)

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

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

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

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

  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.UserInner 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.UserInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/UserInner;

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

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

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

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

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

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

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

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

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

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