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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView withExecutionState(com.microsoft.azure.management.compute.ExecutionState);
    descriptor: (Lcom/microsoft/azure/management/compute/ExecutionState;)Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
        start local 1 // com.microsoft.azure.management.compute.ExecutionState executionState
         0: .line 84
            aload 0 /* this */
            aload 1 /* executionState */
            putfield com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView.executionState:Lcom/microsoft/azure/management/compute/ExecutionState;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.ExecutionState executionState
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
            0    2     1  executionState  Lcom/microsoft/azure/management/compute/ExecutionState;
    MethodParameters:
                Name  Flags
      executionState  

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

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

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

  public com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView withExitCode(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
        start local 1 // java.lang.Integer exitCode
         0: .line 124
            aload 0 /* this */
            aload 1 /* exitCode */
            putfield com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView.exitCode:Ljava/lang/Integer;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer exitCode
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
            0    2     1  exitCode  Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      exitCode  

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

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

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

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

  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.compute.VirtualMachineRunCommandInstanceView this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;

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

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

  public com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView withEndTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
        start local 1 // org.joda.time.DateTime endTime
         0: .line 204
            aload 0 /* this */
            aload 1 /* endTime */
            putfield com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView.endTime:Lorg/joda/time/DateTime;
         1: .line 205
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endTime
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineRunCommandInstanceView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/VirtualMachineRunCommandInstanceView;
            0    2     1  endTime  Lorg/joda/time/DateTime;
    MethodParameters:
         Name  Flags
      endTime  

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

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