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

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

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

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

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

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

  public com.microsoft.azure.management.storage.EncryptionServices withBlob(com.microsoft.azure.management.storage.EncryptionService);
    descriptor: (Lcom/microsoft/azure/management/storage/EncryptionService;)Lcom/microsoft/azure/management/storage/EncryptionServices;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionServices this
        start local 1 // com.microsoft.azure.management.storage.EncryptionService blob
         0: .line 57
            aload 0 /* this */
            aload 1 /* blob */
            putfield com.microsoft.azure.management.storage.EncryptionServices.blob:Lcom/microsoft/azure/management/storage/EncryptionService;
         1: .line 58
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.EncryptionService blob
        end local 0 // com.microsoft.azure.management.storage.EncryptionServices this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/storage/EncryptionServices;
            0    2     1  blob  Lcom/microsoft/azure/management/storage/EncryptionService;
    MethodParameters:
      Name  Flags
      blob  

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

  public com.microsoft.azure.management.storage.EncryptionServices withFile(com.microsoft.azure.management.storage.EncryptionService);
    descriptor: (Lcom/microsoft/azure/management/storage/EncryptionService;)Lcom/microsoft/azure/management/storage/EncryptionServices;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionServices this
        start local 1 // com.microsoft.azure.management.storage.EncryptionService file
         0: .line 77
            aload 0 /* this */
            aload 1 /* file */
            putfield com.microsoft.azure.management.storage.EncryptionServices.file:Lcom/microsoft/azure/management/storage/EncryptionService;
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.EncryptionService file
        end local 0 // com.microsoft.azure.management.storage.EncryptionServices this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/storage/EncryptionServices;
            0    2     1  file  Lcom/microsoft/azure/management/storage/EncryptionService;
    MethodParameters:
      Name  Flags
      file  

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

  public com.microsoft.azure.management.storage.EncryptionServices withTable(com.microsoft.azure.management.storage.EncryptionService);
    descriptor: (Lcom/microsoft/azure/management/storage/EncryptionService;)Lcom/microsoft/azure/management/storage/EncryptionServices;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionServices this
        start local 1 // com.microsoft.azure.management.storage.EncryptionService table
         0: .line 97
            aload 0 /* this */
            aload 1 /* table */
            putfield com.microsoft.azure.management.storage.EncryptionServices.table:Lcom/microsoft/azure/management/storage/EncryptionService;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.EncryptionService table
        end local 0 // com.microsoft.azure.management.storage.EncryptionServices this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/storage/EncryptionServices;
            0    2     1  table  Lcom/microsoft/azure/management/storage/EncryptionService;
    MethodParameters:
       Name  Flags
      table  

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

  public com.microsoft.azure.management.storage.EncryptionServices withQueue(com.microsoft.azure.management.storage.EncryptionService);
    descriptor: (Lcom/microsoft/azure/management/storage/EncryptionService;)Lcom/microsoft/azure/management/storage/EncryptionServices;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.EncryptionServices this
        start local 1 // com.microsoft.azure.management.storage.EncryptionService queue
         0: .line 117
            aload 0 /* this */
            aload 1 /* queue */
            putfield com.microsoft.azure.management.storage.EncryptionServices.queue:Lcom/microsoft/azure/management/storage/EncryptionService;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.EncryptionService queue
        end local 0 // com.microsoft.azure.management.storage.EncryptionServices this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/storage/EncryptionServices;
            0    2     1  queue  Lcom/microsoft/azure/management/storage/EncryptionService;
    MethodParameters:
       Name  Flags
      queue  
}
SourceFile: "EncryptionServices.java"