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

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

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

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

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

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

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

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

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

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