public class com.microsoft.azure.management.appservice.AutoHealActions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.AutoHealActions
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.AutoHealActionType actionType;
    descriptor: Lcom/microsoft/azure/management/appservice/AutoHealActionType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "actionType")

  private com.microsoft.azure.management.appservice.AutoHealCustomAction customAction;
    descriptor: Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "customAction")

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

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

  public com.microsoft.azure.management.appservice.AutoHealActionType actionType();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AutoHealActionType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
         0: .line 43
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.AutoHealActions.actionType:Lcom/microsoft/azure/management/appservice/AutoHealActionType;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/AutoHealActions;

  public com.microsoft.azure.management.appservice.AutoHealActions withActionType(com.microsoft.azure.management.appservice.AutoHealActionType);
    descriptor: (Lcom/microsoft/azure/management/appservice/AutoHealActionType;)Lcom/microsoft/azure/management/appservice/AutoHealActions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
        start local 1 // com.microsoft.azure.management.appservice.AutoHealActionType actionType
         0: .line 53
            aload 0 /* this */
            aload 1 /* actionType */
            putfield com.microsoft.azure.management.appservice.AutoHealActions.actionType:Lcom/microsoft/azure/management/appservice/AutoHealActionType;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AutoHealActionType actionType
        end local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/AutoHealActions;
            0    2     1  actionType  Lcom/microsoft/azure/management/appservice/AutoHealActionType;
    MethodParameters:
            Name  Flags
      actionType  

  public com.microsoft.azure.management.appservice.AutoHealCustomAction customAction();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
         0: .line 63
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.AutoHealActions.customAction:Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/AutoHealActions;

  public com.microsoft.azure.management.appservice.AutoHealActions withCustomAction(com.microsoft.azure.management.appservice.AutoHealCustomAction);
    descriptor: (Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;)Lcom/microsoft/azure/management/appservice/AutoHealActions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
        start local 1 // com.microsoft.azure.management.appservice.AutoHealCustomAction customAction
         0: .line 73
            aload 0 /* this */
            aload 1 /* customAction */
            putfield com.microsoft.azure.management.appservice.AutoHealActions.customAction:Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AutoHealCustomAction customAction
        end local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/AutoHealActions;
            0    2     1  customAction  Lcom/microsoft/azure/management/appservice/AutoHealCustomAction;
    MethodParameters:
              Name  Flags
      customAction  

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

  public com.microsoft.azure.management.appservice.AutoHealActions withMinProcessExecutionTime(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/AutoHealActions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
        start local 1 // java.lang.String minProcessExecutionTime
         0: .line 95
            aload 0 /* this */
            aload 1 /* minProcessExecutionTime */
            putfield com.microsoft.azure.management.appservice.AutoHealActions.minProcessExecutionTime:Ljava/lang/String;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String minProcessExecutionTime
        end local 0 // com.microsoft.azure.management.appservice.AutoHealActions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/appservice/AutoHealActions;
            0    2     1  minProcessExecutionTime  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      minProcessExecutionTime  
}
SourceFile: "AutoHealActions.java"