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

  private java.lang.String principalId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "principalId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String tenantId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tenantId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  public com.microsoft.azure.management.compute.DiskEncryptionSetIdentityType type();
    descriptor: ()Lcom/microsoft/azure/management/compute/DiskEncryptionSetIdentityType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.EncryptionSetIdentity.type:Lcom/microsoft/azure/management/compute/DiskEncryptionSetIdentityType;
            areturn
        end local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/EncryptionSetIdentity;

  public com.microsoft.azure.management.compute.EncryptionSetIdentity withType(com.microsoft.azure.management.compute.DiskEncryptionSetIdentityType);
    descriptor: (Lcom/microsoft/azure/management/compute/DiskEncryptionSetIdentityType;)Lcom/microsoft/azure/management/compute/EncryptionSetIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
        start local 1 // com.microsoft.azure.management.compute.DiskEncryptionSetIdentityType type
         0: .line 61
            aload 0 /* this */
            aload 1 /* type */
            putfield com.microsoft.azure.management.compute.EncryptionSetIdentity.type:Lcom/microsoft/azure/management/compute/DiskEncryptionSetIdentityType;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.DiskEncryptionSetIdentityType type
        end local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/compute/EncryptionSetIdentity;
            0    2     1  type  Lcom/microsoft/azure/management/compute/DiskEncryptionSetIdentityType;
    MethodParameters:
      Name  Flags
      type  

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

  public java.lang.String tenantId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.EncryptionSetIdentity.tenantId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.EncryptionSetIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/EncryptionSetIdentity;
}
SourceFile: "EncryptionSetIdentity.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty