public class com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner 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.ProcessThreadInfoInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.Integer identifier;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.identifier", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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 process;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.process")

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

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

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

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

  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.start_time")

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

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

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

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

  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.ProcessThreadInfoInner this
         0: .line 20
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.joda.time.DateTime startTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
         0: .line 228
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;

  public com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 238
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner.startTime:Lorg/joda/time/DateTime;
         1: .line 239
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner withWaitReason(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
        start local 1 // java.lang.String waitReason
         0: .line 318
            aload 0 /* this */
            aload 1 /* waitReason */
            putfield com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner.waitReason:Ljava/lang/String;
         1: .line 319
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String waitReason
        end local 0 // com.microsoft.azure.management.appservice.implementation.ProcessThreadInfoInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/ProcessThreadInfoInner;
            0    2     1  waitReason  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      waitReason  
}
SourceFile: "ProcessThreadInfoInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()