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

  private org.joda.time.DateTime lastEnabledTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "lastEnabledTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  public com.microsoft.azure.management.storage.EncryptionService withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/storage/EncryptionService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionService this
        start local 1 // java.lang.Boolean enabled
         0: .line 59
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.storage.EncryptionService.enabled:Ljava/lang/Boolean;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.storage.EncryptionService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/storage/EncryptionService;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  

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

  public com.microsoft.azure.management.storage.KeyType keyType();
    descriptor: ()Lcom/microsoft/azure/management/storage/KeyType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.EncryptionService this
         0: .line 78
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.EncryptionService.keyType:Lcom/microsoft/azure/management/storage/KeyType;
            areturn
        end local 0 // com.microsoft.azure.management.storage.EncryptionService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/EncryptionService;

  public com.microsoft.azure.management.storage.EncryptionService withKeyType(com.microsoft.azure.management.storage.KeyType);
    descriptor: (Lcom/microsoft/azure/management/storage/KeyType;)Lcom/microsoft/azure/management/storage/EncryptionService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionService this
        start local 1 // com.microsoft.azure.management.storage.KeyType keyType
         0: .line 88
            aload 0 /* this */
            aload 1 /* keyType */
            putfield com.microsoft.azure.management.storage.EncryptionService.keyType:Lcom/microsoft/azure/management/storage/KeyType;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.KeyType keyType
        end local 0 // com.microsoft.azure.management.storage.EncryptionService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/storage/EncryptionService;
            0    2     1  keyType  Lcom/microsoft/azure/management/storage/KeyType;
    MethodParameters:
         Name  Flags
      keyType  
}
SourceFile: "EncryptionService.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty