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

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

  private com.microsoft.azure.management.cdn.Operator operator;
    descriptor: Lcom/microsoft/azure/management/cdn/Operator;
    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> matchValue;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "matchValue", required = true)

  private java.util.List<com.microsoft.azure.management.cdn.TransformType> transforms;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/TransformType;>;
    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.cdn.MatchCondition this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.MatchCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/MatchCondition;

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

  public com.microsoft.azure.management.cdn.MatchCondition withMatchVariable(com.microsoft.azure.management.cdn.MatchVariable);
    descriptor: (Lcom/microsoft/azure/management/cdn/MatchVariable;)Lcom/microsoft/azure/management/cdn/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.MatchCondition this
        start local 1 // com.microsoft.azure.management.cdn.MatchVariable matchVariable
         0: .line 76
            aload 0 /* this */
            aload 1 /* matchVariable */
            putfield com.microsoft.azure.management.cdn.MatchCondition.matchVariable:Lcom/microsoft/azure/management/cdn/MatchVariable;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.MatchVariable matchVariable
        end local 0 // com.microsoft.azure.management.cdn.MatchCondition this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/cdn/MatchCondition;
            0    2     1  matchVariable  Lcom/microsoft/azure/management/cdn/MatchVariable;
    MethodParameters:
               Name  Flags
      matchVariable  

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

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

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

  public com.microsoft.azure.management.cdn.MatchCondition withOperator(com.microsoft.azure.management.cdn.Operator);
    descriptor: (Lcom/microsoft/azure/management/cdn/Operator;)Lcom/microsoft/azure/management/cdn/MatchCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.MatchCondition this
        start local 1 // com.microsoft.azure.management.cdn.Operator operator
         0: .line 116
            aload 0 /* this */
            aload 1 /* operator */
            putfield com.microsoft.azure.management.cdn.MatchCondition.operator:Lcom/microsoft/azure/management/cdn/Operator;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.Operator operator
        end local 0 // com.microsoft.azure.management.cdn.MatchCondition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/MatchCondition;
            0    2     1  operator  Lcom/microsoft/azure/management/cdn/Operator;
    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.MatchCondition this
         0: .line 126
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.MatchCondition.negateCondition:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.MatchCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/MatchCondition;

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

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

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

  public java.util.List<com.microsoft.azure.management.cdn.TransformType> 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.MatchCondition this
         0: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.MatchCondition.transforms:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.MatchCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/MatchCondition;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/TransformType;>;

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