public class com.microsoft.azure.management.compute.OrchestrationServiceStateInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.OrchestrationServiceStateInput
  super_class: java.lang.Object
{
  private java.lang.String serviceName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "serviceName", required = true)

  private com.microsoft.azure.management.compute.OrchestrationServiceStateAction action;
    descriptor: Lcom/microsoft/azure/management/compute/OrchestrationServiceStateAction;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "action", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            ldc "AutomaticRepairs"
            putfield com.microsoft.azure.management.compute.OrchestrationServiceStateInput.serviceName:Ljava/lang/String;
         2: .line 35
            return
        end local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/OrchestrationServiceStateInput;

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

  public com.microsoft.azure.management.compute.OrchestrationServiceStateInput withServiceName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/OrchestrationServiceStateInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
        start local 1 // java.lang.String serviceName
         0: .line 53
            aload 0 /* this */
            aload 1 /* serviceName */
            putfield com.microsoft.azure.management.compute.OrchestrationServiceStateInput.serviceName:Ljava/lang/String;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String serviceName
        end local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/compute/OrchestrationServiceStateInput;
            0    2     1  serviceName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      serviceName  

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

  public com.microsoft.azure.management.compute.OrchestrationServiceStateInput withAction(com.microsoft.azure.management.compute.OrchestrationServiceStateAction);
    descriptor: (Lcom/microsoft/azure/management/compute/OrchestrationServiceStateAction;)Lcom/microsoft/azure/management/compute/OrchestrationServiceStateInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
        start local 1 // com.microsoft.azure.management.compute.OrchestrationServiceStateAction action
         0: .line 73
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.compute.OrchestrationServiceStateInput.action:Lcom/microsoft/azure/management/compute/OrchestrationServiceStateAction;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.OrchestrationServiceStateAction action
        end local 0 // com.microsoft.azure.management.compute.OrchestrationServiceStateInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/compute/OrchestrationServiceStateInput;
            0    2     1  action  Lcom/microsoft/azure/management/compute/OrchestrationServiceStateAction;
    MethodParameters:
        Name  Flags
      action  
}
SourceFile: "OrchestrationServiceStateInput.java"