public class com.microsoft.azure.management.cdn.implementation.RouteInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.RouteInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.util.List<com.microsoft.azure.management.cdn.ResourceReference> customDomains;
    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 = "properties.customDomains")

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

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

  private java.util.List<com.microsoft.azure.management.cdn.ResourceReference> ruleSets;
    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 = "properties.ruleSets")

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

  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 = "properties.patternsToMatch")

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

  private com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior queryStringCachingBehavior;
    descriptor: Lcom/microsoft/azure/management/cdn/AfdQueryStringCachingBehavior;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.queryStringCachingBehavior")

  private com.microsoft.azure.management.cdn.ForwardingProtocol forwardingProtocol;
    descriptor: Lcom/microsoft/azure/management/cdn/ForwardingProtocol;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.forwardingProtocol")

  private com.microsoft.azure.management.cdn.LinkToDefaultDomain linkToDefaultDomain;
    descriptor: Lcom/microsoft/azure/management/cdn/LinkToDefaultDomain;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.linkToDefaultDomain")

  private com.microsoft.azure.management.cdn.HttpsRedirect httpsRedirect;
    descriptor: Lcom/microsoft/azure/management/cdn/HttpsRedirect;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.httpsRedirect")

  private com.microsoft.azure.management.cdn.EnabledState enabledState;
    descriptor: Lcom/microsoft/azure/management/cdn/EnabledState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enabledState")

  private com.microsoft.azure.management.cdn.AfdProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.DeploymentStatus deploymentStatus;
    descriptor: Lcom/microsoft/azure/management/cdn/DeploymentStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deploymentStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.SystemData systemData;
    descriptor: Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "systemData", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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.implementation.RouteInner this
         0: .line 31
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;

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

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

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withOriginGroup(com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.ResourceReference originGroup
         0: .line 170
            aload 0 /* this */
            aload 1 /* originGroup */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.originGroup:Lcom/microsoft/azure/management/cdn/ResourceReference;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResourceReference originGroup
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  originGroup  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
             Name  Flags
      originGroup  

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

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

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

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

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withSupportedProtocols(java.util.List<com.microsoft.azure.management.cdn.AFDEndpointProtocols>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // java.util.List supportedProtocols
         0: .line 230
            aload 0 /* this */
            aload 1 /* supportedProtocols */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.supportedProtocols:Ljava/util/List;
         1: .line 231
            aload 0 /* this */
            areturn
        end local 1 // java.util.List supportedProtocols
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  supportedProtocols  Ljava/util/List<Lcom/microsoft/azure/management/cdn/AFDEndpointProtocols;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cdn/AFDEndpointProtocols;>;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    MethodParameters:
                    Name  Flags
      supportedProtocols  

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

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

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withCompressionSettings(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // java.lang.Object compressionSettings
         0: .line 270
            aload 0 /* this */
            aload 1 /* compressionSettings */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.compressionSettings:Ljava/lang/Object;
         1: .line 271
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object compressionSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  compressionSettings  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      compressionSettings  

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withQueryStringCachingBehavior(com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior);
    descriptor: (Lcom/microsoft/azure/management/cdn/AfdQueryStringCachingBehavior;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior queryStringCachingBehavior
         0: .line 290
            aload 0 /* this */
            aload 1 /* queryStringCachingBehavior */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.queryStringCachingBehavior:Lcom/microsoft/azure/management/cdn/AfdQueryStringCachingBehavior;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior queryStringCachingBehavior
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  queryStringCachingBehavior  Lcom/microsoft/azure/management/cdn/AfdQueryStringCachingBehavior;
    MethodParameters:
                            Name  Flags
      queryStringCachingBehavior  

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withForwardingProtocol(com.microsoft.azure.management.cdn.ForwardingProtocol);
    descriptor: (Lcom/microsoft/azure/management/cdn/ForwardingProtocol;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.ForwardingProtocol forwardingProtocol
         0: .line 310
            aload 0 /* this */
            aload 1 /* forwardingProtocol */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.forwardingProtocol:Lcom/microsoft/azure/management/cdn/ForwardingProtocol;
         1: .line 311
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ForwardingProtocol forwardingProtocol
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  forwardingProtocol  Lcom/microsoft/azure/management/cdn/ForwardingProtocol;
    MethodParameters:
                    Name  Flags
      forwardingProtocol  

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withLinkToDefaultDomain(com.microsoft.azure.management.cdn.LinkToDefaultDomain);
    descriptor: (Lcom/microsoft/azure/management/cdn/LinkToDefaultDomain;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.LinkToDefaultDomain linkToDefaultDomain
         0: .line 330
            aload 0 /* this */
            aload 1 /* linkToDefaultDomain */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.linkToDefaultDomain:Lcom/microsoft/azure/management/cdn/LinkToDefaultDomain;
         1: .line 331
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.LinkToDefaultDomain linkToDefaultDomain
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  linkToDefaultDomain  Lcom/microsoft/azure/management/cdn/LinkToDefaultDomain;
    MethodParameters:
                     Name  Flags
      linkToDefaultDomain  

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withHttpsRedirect(com.microsoft.azure.management.cdn.HttpsRedirect);
    descriptor: (Lcom/microsoft/azure/management/cdn/HttpsRedirect;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.HttpsRedirect httpsRedirect
         0: .line 350
            aload 0 /* this */
            aload 1 /* httpsRedirect */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.httpsRedirect:Lcom/microsoft/azure/management/cdn/HttpsRedirect;
         1: .line 351
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.HttpsRedirect httpsRedirect
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  httpsRedirect  Lcom/microsoft/azure/management/cdn/HttpsRedirect;
    MethodParameters:
               Name  Flags
      httpsRedirect  

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

  public com.microsoft.azure.management.cdn.implementation.RouteInner withEnabledState(com.microsoft.azure.management.cdn.EnabledState);
    descriptor: (Lcom/microsoft/azure/management/cdn/EnabledState;)Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
        start local 1 // com.microsoft.azure.management.cdn.EnabledState enabledState
         0: .line 370
            aload 0 /* this */
            aload 1 /* enabledState */
            putfield com.microsoft.azure.management.cdn.implementation.RouteInner.enabledState:Lcom/microsoft/azure/management/cdn/EnabledState;
         1: .line 371
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.EnabledState enabledState
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
            0    2     1  enabledState  Lcom/microsoft/azure/management/cdn/EnabledState;
    MethodParameters:
              Name  Flags
      enabledState  

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

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

  public com.microsoft.azure.management.cdn.SystemData systemData();
    descriptor: ()Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
         0: .line 398
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.RouteInner.systemData:Lcom/microsoft/azure/management/cdn/SystemData;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.RouteInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/RouteInner;
}
SourceFile: "RouteInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()