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

  private java.util.List<java.lang.String> script;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "script")

  private java.util.List<com.microsoft.azure.management.compute.RunCommandInputParameter> parameters;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/RunCommandInputParameter;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "parameters")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.RunCommandInput this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.RunCommandInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/RunCommandInput;

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

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

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

  public com.microsoft.azure.management.compute.RunCommandInput withScript(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/RunCommandInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.RunCommandInput this
        start local 1 // java.util.List script
         0: .line 73
            aload 0 /* this */
            aload 1 /* script */
            putfield com.microsoft.azure.management.compute.RunCommandInput.script:Ljava/util/List;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // java.util.List script
        end local 0 // com.microsoft.azure.management.compute.RunCommandInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/compute/RunCommandInput;
            0    2     1  script  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/compute/RunCommandInput;
    MethodParameters:
        Name  Flags
      script  

  public java.util.List<com.microsoft.azure.management.compute.RunCommandInputParameter> parameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.RunCommandInput this
         0: .line 83
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.RunCommandInput.parameters:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.RunCommandInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/RunCommandInput;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/compute/RunCommandInputParameter;>;

  public com.microsoft.azure.management.compute.RunCommandInput withParameters(java.util.List<com.microsoft.azure.management.compute.RunCommandInputParameter>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/RunCommandInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.RunCommandInput this
        start local 1 // java.util.List parameters
         0: .line 93
            aload 0 /* this */
            aload 1 /* parameters */
            putfield com.microsoft.azure.management.compute.RunCommandInput.parameters:Ljava/util/List;
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // java.util.List parameters
        end local 0 // com.microsoft.azure.management.compute.RunCommandInput this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/compute/RunCommandInput;
            0    2     1  parameters  Ljava/util/List<Lcom/microsoft/azure/management/compute/RunCommandInputParameter;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/RunCommandInputParameter;>;)Lcom/microsoft/azure/management/compute/RunCommandInput;
    MethodParameters:
            Name  Flags
      parameters  
}
SourceFile: "RunCommandInput.java"