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

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

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

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

  public boolean enabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
         0: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.EncryptionSettingsCollection.enabled:Z
            ireturn
        end local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;

  public com.microsoft.azure.management.compute.EncryptionSettingsCollection withEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
        start local 1 // boolean enabled
         0: .line 58
            aload 0 /* this */
            iload 1 /* enabled */
            putfield com.microsoft.azure.management.compute.EncryptionSettingsCollection.enabled:Z
         1: .line 59
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

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

  public com.microsoft.azure.management.compute.EncryptionSettingsCollection withEncryptionSettings(java.util.List<com.microsoft.azure.management.compute.EncryptionSettingsElement>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
        start local 1 // java.util.List encryptionSettings
         0: .line 78
            aload 0 /* this */
            aload 1 /* encryptionSettings */
            putfield com.microsoft.azure.management.compute.EncryptionSettingsCollection.encryptionSettings:Ljava/util/List;
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // java.util.List encryptionSettings
        end local 0 // com.microsoft.azure.management.compute.EncryptionSettingsCollection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
            0    2     1  encryptionSettings  Ljava/util/List<Lcom/microsoft/azure/management/compute/EncryptionSettingsElement;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/EncryptionSettingsElement;>;)Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
    MethodParameters:
                    Name  Flags
      encryptionSettings  

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

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