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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.ProcessModuleInfoInner withModuleMemorySize(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/ProcessModuleInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProcessModuleInfoInner this
        start local 1 // java.lang.Integer moduleMemorySize
         0: .line 182
            aload 0 /* this */
            aload 1 /* moduleMemorySize */
            putfield com.microsoft.azure.management.appservice.implementation.ProcessModuleInfoInner.moduleMemorySize:Ljava/lang/Integer;
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer moduleMemorySize
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProcessModuleInfoInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/implementation/ProcessModuleInfoInner;
            0    2     1  moduleMemorySize  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      moduleMemorySize  

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

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

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

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

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

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

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

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

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

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

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

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