public class com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.cdn.ResourceReference> domains;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "domains")

  private java.util.List<java.lang.String> patternsToMatch;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "patternsToMatch")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;

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

  public com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation withDomains(java.util.List<com.microsoft.azure.management.cdn.ResourceReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
        start local 1 // java.util.List domains
         0: .line 46
            aload 0 /* this */
            aload 1 /* domains */
            putfield com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains:Ljava/util/List;
         1: .line 47
            aload 0 /* this */
            areturn
        end local 1 // java.util.List domains
        end local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
            0    2     1  domains  Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;)Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
    MethodParameters:
         Name  Flags
      domains  

  public java.util.List<java.lang.String> patternsToMatch();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.patternsToMatch:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation withPatternsToMatch(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
        start local 1 // java.util.List patternsToMatch
         0: .line 66
            aload 0 /* this */
            aload 1 /* patternsToMatch */
            putfield com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.patternsToMatch:Ljava/util/List;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.util.List patternsToMatch
        end local 0 // com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
            0    2     1  patternsToMatch  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/cdn/SecurityPolicyWebApplicationFirewallAssociation;
    MethodParameters:
                 Name  Flags
      patternsToMatch  
}
SourceFile: "SecurityPolicyWebApplicationFirewallAssociation.java"