public class com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String policyId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.policyId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  private java.lang.String sourceAccount;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sourceAccount", required = true)

  private java.lang.String destinationAccount;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destinationAccount", required = true)

  private java.util.List<com.microsoft.azure.management.storage.ObjectReplicationPolicyRule> rules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/storage/ObjectReplicationPolicyRule;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.rules")

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

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

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

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

  public com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner withSourceAccount(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
        start local 1 // java.lang.String sourceAccount
         0: .line 88
            aload 0 /* this */
            aload 1 /* sourceAccount */
            putfield com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner.sourceAccount:Ljava/lang/String;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceAccount
        end local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
            0    2     1  sourceAccount  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      sourceAccount  

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

  public com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner withDestinationAccount(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
        start local 1 // java.lang.String destinationAccount
         0: .line 108
            aload 0 /* this */
            aload 1 /* destinationAccount */
            putfield com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner.destinationAccount:Ljava/lang/String;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String destinationAccount
        end local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
            0    2     1  destinationAccount  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      destinationAccount  

  public java.util.List<com.microsoft.azure.management.storage.ObjectReplicationPolicyRule> rules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
         0: .line 118
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner.rules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/storage/ObjectReplicationPolicyRule;>;

  public com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner withRules(java.util.List<com.microsoft.azure.management.storage.ObjectReplicationPolicyRule>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
        start local 1 // java.util.List rules
         0: .line 128
            aload 0 /* this */
            aload 1 /* rules */
            putfield com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner.rules:Ljava/util/List;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.util.List rules
        end local 0 // com.microsoft.azure.management.storage.implementation.ObjectReplicationPolicyInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
            0    2     1  rules  Ljava/util/List<Lcom/microsoft/azure/management/storage/ObjectReplicationPolicyRule;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/storage/ObjectReplicationPolicyRule;>;)Lcom/microsoft/azure/management/storage/implementation/ObjectReplicationPolicyInner;
    MethodParameters:
       Name  Flags
      rules  
}
SourceFile: "ObjectReplicationPolicyInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()