public interface com.microsoft.azure.management.storage.StorageAccountEncryptionStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.storage.StorageAccountEncryptionStatus
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.storage.StorageService storageService();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageService;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.joda.time.DateTime lastEnabledTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "StorageAccountEncryptionStatus.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()