public class com.microsoft.azure.management.cdn.DeliveryRuleCondition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.DeliveryRuleCondition
  super_class: java.lang.Object
{
  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.DeliveryRuleCondition this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.DeliveryRuleCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/DeliveryRuleCondition;
}
SourceFile: "DeliveryRuleCondition.java"
InnerClasses:
  public abstract Type = com.fasterxml.jackson.annotation.JsonSubTypes$Type of com.fasterxml.jackson.annotation.JsonSubTypes
  public final As = com.fasterxml.jackson.annotation.JsonTypeInfo$As of com.fasterxml.jackson.annotation.JsonTypeInfo
  public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, include = com.fasterxml.jackson.annotation.JsonTypeInfo$As.PROPERTY:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$As;, property = "name", defaultImpl = Lcom/microsoft/azure/management/cdn/DeliveryRuleCondition;)
      com.fasterxml.jackson.annotation.JsonTypeName(value = "DeliveryRuleCondition")
      com.fasterxml.jackson.annotation.JsonSubTypes(value = {com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RemoteAddress", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRemoteAddressCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RequestMethod", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRequestMethodCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "QueryString", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleQueryStringCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "PostArgs", value = Lcom/microsoft/azure/management/cdn/DeliveryRulePostArgsCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RequestUri", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRequestUriCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RequestHeader", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRequestHeaderCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RequestBody", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRequestBodyCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "RequestScheme", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleRequestSchemeCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "UrlPath", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleUrlPathCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "UrlFileExtension", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleUrlFileExtensionCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "UrlFileName", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleUrlFileNameCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "HttpVersion", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleHttpVersionCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "Cookies", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleCookiesCondition;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "IsDevice", value = Lcom/microsoft/azure/management/cdn/DeliveryRuleIsDeviceCondition;)})