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

  private com.microsoft.azure.management.batch.KeyVaultProperties keyVaultProperties;
    descriptor: Lcom/microsoft/azure/management/batch/KeyVaultProperties;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "keyVaultProperties")

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

  public com.microsoft.azure.management.batch.KeySource keySource();
    descriptor: ()Lcom/microsoft/azure/management/batch/KeySource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
         0: .line 38
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.EncryptionProperties.keySource:Lcom/microsoft/azure/management/batch/KeySource;
            areturn
        end local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/EncryptionProperties;

  public com.microsoft.azure.management.batch.EncryptionProperties withKeySource(com.microsoft.azure.management.batch.KeySource);
    descriptor: (Lcom/microsoft/azure/management/batch/KeySource;)Lcom/microsoft/azure/management/batch/EncryptionProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
        start local 1 // com.microsoft.azure.management.batch.KeySource keySource
         0: .line 48
            aload 0 /* this */
            aload 1 /* keySource */
            putfield com.microsoft.azure.management.batch.EncryptionProperties.keySource:Lcom/microsoft/azure/management/batch/KeySource;
         1: .line 49
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.KeySource keySource
        end local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/EncryptionProperties;
            0    2     1  keySource  Lcom/microsoft/azure/management/batch/KeySource;
    MethodParameters:
           Name  Flags
      keySource  

  public com.microsoft.azure.management.batch.KeyVaultProperties keyVaultProperties();
    descriptor: ()Lcom/microsoft/azure/management/batch/KeyVaultProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.EncryptionProperties.keyVaultProperties:Lcom/microsoft/azure/management/batch/KeyVaultProperties;
            areturn
        end local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/EncryptionProperties;

  public com.microsoft.azure.management.batch.EncryptionProperties withKeyVaultProperties(com.microsoft.azure.management.batch.KeyVaultProperties);
    descriptor: (Lcom/microsoft/azure/management/batch/KeyVaultProperties;)Lcom/microsoft/azure/management/batch/EncryptionProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
        start local 1 // com.microsoft.azure.management.batch.KeyVaultProperties keyVaultProperties
         0: .line 68
            aload 0 /* this */
            aload 1 /* keyVaultProperties */
            putfield com.microsoft.azure.management.batch.EncryptionProperties.keyVaultProperties:Lcom/microsoft/azure/management/batch/KeyVaultProperties;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.KeyVaultProperties keyVaultProperties
        end local 0 // com.microsoft.azure.management.batch.EncryptionProperties this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batch/EncryptionProperties;
            0    2     1  keyVaultProperties  Lcom/microsoft/azure/management/batch/KeyVaultProperties;
    MethodParameters:
                    Name  Flags
      keyVaultProperties  
}
SourceFile: "EncryptionProperties.java"