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

  private com.microsoft.azure.management.network.WebApplicationFirewallOperator operator;
    descriptor: Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "operator", required = true)

  private java.lang.Boolean negationConditon;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "negationConditon")

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

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

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

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

  public com.microsoft.azure.management.network.MatchCondition withMatchVariables(java.util.List<com.microsoft.azure.management.network.MatchVariable>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
        start local 1 // java.util.List matchVariables
         0: .line 66
            aload 0 /* this */
            aload 1 /* matchVariables */
            putfield com.microsoft.azure.management.network.MatchCondition.matchVariables:Ljava/util/List;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.util.List matchVariables
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/MatchCondition;
            0    2     1  matchVariables  Ljava/util/List<Lcom/microsoft/azure/management/network/MatchVariable;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/MatchVariable;>;)Lcom/microsoft/azure/management/network/MatchCondition;
    MethodParameters:
                Name  Flags
      matchVariables  

  public com.microsoft.azure.management.network.WebApplicationFirewallOperator operator();
    descriptor: ()Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.MatchCondition.operator:Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;
            areturn
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/MatchCondition;

  public com.microsoft.azure.management.network.MatchCondition withOperator(com.microsoft.azure.management.network.WebApplicationFirewallOperator);
    descriptor: (Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;)Lcom/microsoft/azure/management/network/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
        start local 1 // com.microsoft.azure.management.network.WebApplicationFirewallOperator operator
         0: .line 86
            aload 0 /* this */
            aload 1 /* operator */
            putfield com.microsoft.azure.management.network.MatchCondition.operator:Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.WebApplicationFirewallOperator operator
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/MatchCondition;
            0    2     1  operator  Lcom/microsoft/azure/management/network/WebApplicationFirewallOperator;
    MethodParameters:
          Name  Flags
      operator  

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

  public com.microsoft.azure.management.network.MatchCondition withNegationConditon(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
        start local 1 // java.lang.Boolean negationConditon
         0: .line 106
            aload 0 /* this */
            aload 1 /* negationConditon */
            putfield com.microsoft.azure.management.network.MatchCondition.negationConditon:Ljava/lang/Boolean;
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean negationConditon
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/MatchCondition;
            0    2     1  negationConditon  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      negationConditon  

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

  public com.microsoft.azure.management.network.MatchCondition withMatchValues(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
        start local 1 // java.util.List matchValues
         0: .line 126
            aload 0 /* this */
            aload 1 /* matchValues */
            putfield com.microsoft.azure.management.network.MatchCondition.matchValues:Ljava/util/List;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // java.util.List matchValues
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/MatchCondition;
            0    2     1  matchValues  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/MatchCondition;
    MethodParameters:
             Name  Flags
      matchValues  

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

  public com.microsoft.azure.management.network.MatchCondition withTransforms(java.util.List<com.microsoft.azure.management.network.WebApplicationFirewallTransform>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MatchCondition this
        start local 1 // java.util.List transforms
         0: .line 146
            aload 0 /* this */
            aload 1 /* transforms */
            putfield com.microsoft.azure.management.network.MatchCondition.transforms:Ljava/util/List;
         1: .line 147
            aload 0 /* this */
            areturn
        end local 1 // java.util.List transforms
        end local 0 // com.microsoft.azure.management.network.MatchCondition this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/MatchCondition;
            0    2     1  transforms  Ljava/util/List<Lcom/microsoft/azure/management/network/WebApplicationFirewallTransform;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/WebApplicationFirewallTransform;>;)Lcom/microsoft/azure/management/network/MatchCondition;
    MethodParameters:
            Name  Flags
      transforms  
}
SourceFile: "MatchCondition.java"