public class com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters
  super_class: java.lang.Object
{
  private java.lang.String odatatype;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "@odata\\.type", required = true)

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

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

  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")

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            ldc "#Microsoft.Azure.Cdn.Models.DeliveryRuleQueryStringConditionParameters"
            putfield com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters.odatatype:Ljava/lang/String;
         2: .line 55
            return
        end local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;

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

  public com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters withOdatatype(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
        start local 1 // java.lang.String odatatype
         0: .line 73
            aload 0 /* this */
            aload 1 /* odatatype */
            putfield com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters.odatatype:Ljava/lang/String;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String odatatype
        end local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;
            0    2     1  odatatype  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      odatatype  

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

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

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

  public com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters withNegateCondition(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
        start local 1 // java.lang.Boolean negateCondition
         0: .line 113
            aload 0 /* this */
            aload 1 /* negateCondition */
            putfield com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters.negateCondition:Ljava/lang/Boolean;
         1: .line 114
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean negateCondition
        end local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;
            0    2     1  negateCondition  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      negateCondition  

  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.cdn.QueryStringMatchConditionParameters this
         0: .line 123
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters.matchValues:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.QueryStringMatchConditionParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/QueryStringMatchConditionParameters;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

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

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