public class com.microsoft.azure.management.network.AzureFirewallApplicationRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.AzureFirewallApplicationRule
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.AzureFirewallApplicationRule withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
        start local 1 // java.lang.String name
         0: .line 76
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.AzureFirewallApplicationRule.name:Ljava/lang/String;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

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

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

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

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

  public com.microsoft.azure.management.network.AzureFirewallApplicationRule withProtocols(java.util.List<com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
        start local 1 // java.util.List protocols
         0: .line 136
            aload 0 /* this */
            aload 1 /* protocols */
            putfield com.microsoft.azure.management.network.AzureFirewallApplicationRule.protocols:Ljava/util/List;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.util.List protocols
        end local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
            0    2     1  protocols  Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallApplicationRuleProtocol;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/AzureFirewallApplicationRuleProtocol;>;)Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
    MethodParameters:
           Name  Flags
      protocols  

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

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

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

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

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

  public com.microsoft.azure.management.network.AzureFirewallApplicationRule withSourceIpGroups(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
        start local 1 // java.util.List sourceIpGroups
         0: .line 196
            aload 0 /* this */
            aload 1 /* sourceIpGroups */
            putfield com.microsoft.azure.management.network.AzureFirewallApplicationRule.sourceIpGroups:Ljava/util/List;
         1: .line 197
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sourceIpGroups
        end local 0 // com.microsoft.azure.management.network.AzureFirewallApplicationRule this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
            0    2     1  sourceIpGroups  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/AzureFirewallApplicationRule;
    MethodParameters:
                Name  Flags
      sourceIpGroups  
}
SourceFile: "AzureFirewallApplicationRule.java"