public class com.microsoft.azure.management.network.implementation.AzureFirewallInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.AzureFirewallInner
  super_class: com.microsoft.azure.Resource
{
  private java.util.List<com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection> applicationRuleCollections;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallApplicationRuleCollection;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.applicationRuleCollections")

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

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

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

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

  private com.microsoft.azure.management.network.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
    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.network.AzureFirewallThreatIntelMode threatIntelMode;
    descriptor: Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.threatIntelMode")

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

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

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

  private java.util.List<com.microsoft.azure.management.network.AzureFirewallIpGroups> ipGroups;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallIpGroups;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipGroups", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private java.lang.String etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withNatRuleCollections(java.util.List<com.microsoft.azure.management.network.AzureFirewallNatRuleCollection>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // java.util.List natRuleCollections
         0: .line 169
            aload 0 /* this */
            aload 1 /* natRuleCollections */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.natRuleCollections:Ljava/util/List;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // java.util.List natRuleCollections
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  natRuleCollections  Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallNatRuleCollection;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallNatRuleCollection;>;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    MethodParameters:
                    Name  Flags
      natRuleCollections  

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withNetworkRuleCollections(java.util.List<com.microsoft.azure.management.network.AzureFirewallNetworkRuleCollection>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // java.util.List networkRuleCollections
         0: .line 189
            aload 0 /* this */
            aload 1 /* networkRuleCollections */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.networkRuleCollections:Ljava/util/List;
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // java.util.List networkRuleCollections
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  networkRuleCollections  Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallNetworkRuleCollection;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallNetworkRuleCollection;>;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    MethodParameters:
                        Name  Flags
      networkRuleCollections  

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

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

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withManagementIpConfiguration(com.microsoft.azure.management.network.AzureFirewallIPConfiguration);
    descriptor: (Lcom/microsoft/azure/management/network/AzureFirewallIPConfiguration;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // com.microsoft.azure.management.network.AzureFirewallIPConfiguration managementIpConfiguration
         0: .line 229
            aload 0 /* this */
            aload 1 /* managementIpConfiguration */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.managementIpConfiguration:Lcom/microsoft/azure/management/network/AzureFirewallIPConfiguration;
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.AzureFirewallIPConfiguration managementIpConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  managementIpConfiguration  Lcom/microsoft/azure/management/network/AzureFirewallIPConfiguration;
    MethodParameters:
                           Name  Flags
      managementIpConfiguration  

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

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withThreatIntelMode(com.microsoft.azure.management.network.AzureFirewallThreatIntelMode);
    descriptor: (Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // com.microsoft.azure.management.network.AzureFirewallThreatIntelMode threatIntelMode
         0: .line 258
            aload 0 /* this */
            aload 1 /* threatIntelMode */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.threatIntelMode:Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;
         1: .line 259
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.AzureFirewallThreatIntelMode threatIntelMode
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  threatIntelMode  Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;
    MethodParameters:
                 Name  Flags
      threatIntelMode  

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withVirtualHub(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // com.microsoft.azure.SubResource virtualHub
         0: .line 278
            aload 0 /* this */
            aload 1 /* virtualHub */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.virtualHub:Lcom/microsoft/azure/SubResource;
         1: .line 279
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource virtualHub
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  virtualHub  Lcom/microsoft/azure/SubResource;
    MethodParameters:
            Name  Flags
      virtualHub  

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withFirewallPolicy(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // com.microsoft.azure.SubResource firewallPolicy
         0: .line 298
            aload 0 /* this */
            aload 1 /* firewallPolicy */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.firewallPolicy:Lcom/microsoft/azure/SubResource;
         1: .line 299
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource firewallPolicy
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  firewallPolicy  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                Name  Flags
      firewallPolicy  

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

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

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withSku(com.microsoft.azure.management.network.AzureFirewallSku);
    descriptor: (Lcom/microsoft/azure/management/network/AzureFirewallSku;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // com.microsoft.azure.management.network.AzureFirewallSku sku
         0: .line 336
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.sku:Lcom/microsoft/azure/management/network/AzureFirewallSku;
         1: .line 337
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.AzureFirewallSku sku
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1   sku  Lcom/microsoft/azure/management/network/AzureFirewallSku;
    MethodParameters:
      Name  Flags
      sku   

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withAdditionalProperties(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // java.util.Map additionalProperties
         0: .line 356
            aload 0 /* this */
            aload 1 /* additionalProperties */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.additionalProperties:Ljava/util/Map;
         1: .line 357
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map additionalProperties
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1  additionalProperties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    MethodParameters:
                      Name  Flags
      additionalProperties  

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

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

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

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

  public com.microsoft.azure.management.network.implementation.AzureFirewallInner withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
        start local 1 // java.lang.String id
         0: .line 405
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.id:Ljava/lang/String;
         1: .line 406
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.network.implementation.AzureFirewallInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/AzureFirewallInner;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "AzureFirewallInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()
      com.microsoft.rest.SkipParentValidation()