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

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

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

  private java.lang.String objectIdentifier;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "objectIdentifier", 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;)

  private java.lang.String upn;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "upn", 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.storage.UpdateHistoryProperty this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.storage.UpdateHistoryProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/UpdateHistoryProperty;

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

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

  public org.joda.time.DateTime timestamp();
    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.UpdateHistoryProperty this
         0: .line 83
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.UpdateHistoryProperty.timestamp:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.storage.UpdateHistoryProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/UpdateHistoryProperty;

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

  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.storage.UpdateHistoryProperty this
         0: .line 101
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.UpdateHistoryProperty.tenantId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.UpdateHistoryProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/UpdateHistoryProperty;

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