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

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

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

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

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

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

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

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

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

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

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

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

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