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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.batch.VMExtension withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.String name
         0: .line 88
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.batch.VMExtension.name:Ljava/lang/String;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.management.batch.VMExtension withPublisher(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.String publisher
         0: .line 108
            aload 0 /* this */
            aload 1 /* publisher */
            putfield com.microsoft.azure.management.batch.VMExtension.publisher:Ljava/lang/String;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String publisher
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  publisher  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      publisher  

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

  public com.microsoft.azure.management.batch.VMExtension withType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.String type
         0: .line 128
            aload 0 /* this */
            aload 1 /* type */
            putfield com.microsoft.azure.management.batch.VMExtension.type:Ljava/lang/String;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String type
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

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

  public com.microsoft.azure.management.batch.VMExtension withTypeHandlerVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.String typeHandlerVersion
         0: .line 148
            aload 0 /* this */
            aload 1 /* typeHandlerVersion */
            putfield com.microsoft.azure.management.batch.VMExtension.typeHandlerVersion:Ljava/lang/String;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String typeHandlerVersion
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  typeHandlerVersion  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      typeHandlerVersion  

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

  public com.microsoft.azure.management.batch.VMExtension withAutoUpgradeMinorVersion(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.Boolean autoUpgradeMinorVersion
         0: .line 168
            aload 0 /* this */
            aload 1 /* autoUpgradeMinorVersion */
            putfield com.microsoft.azure.management.batch.VMExtension.autoUpgradeMinorVersion:Ljava/lang/Boolean;
         1: .line 169
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean autoUpgradeMinorVersion
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  autoUpgradeMinorVersion  Ljava/lang/Boolean;
    MethodParameters:
                         Name  Flags
      autoUpgradeMinorVersion  

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

  public com.microsoft.azure.management.batch.VMExtension withSettings(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.Object settings
         0: .line 188
            aload 0 /* this */
            aload 1 /* settings */
            putfield com.microsoft.azure.management.batch.VMExtension.settings:Ljava/lang/Object;
         1: .line 189
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object settings
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  settings  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      settings  

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

  public com.microsoft.azure.management.batch.VMExtension withProtectedSettings(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.lang.Object protectedSettings
         0: .line 208
            aload 0 /* this */
            aload 1 /* protectedSettings */
            putfield com.microsoft.azure.management.batch.VMExtension.protectedSettings:Ljava/lang/Object;
         1: .line 209
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object protectedSettings
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  protectedSettings  Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      protectedSettings  

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

  public com.microsoft.azure.management.batch.VMExtension withProvisionAfterExtensions(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/VMExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.VMExtension this
        start local 1 // java.util.List provisionAfterExtensions
         0: .line 228
            aload 0 /* this */
            aload 1 /* provisionAfterExtensions */
            putfield com.microsoft.azure.management.batch.VMExtension.provisionAfterExtensions:Ljava/util/List;
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // java.util.List provisionAfterExtensions
        end local 0 // com.microsoft.azure.management.batch.VMExtension this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/batch/VMExtension;
            0    2     1  provisionAfterExtensions  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/batch/VMExtension;
    MethodParameters:
                          Name  Flags
      provisionAfterExtensions  
}
SourceFile: "VMExtension.java"