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

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

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

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

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

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