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

  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<java.lang.String> destinationAddresses;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "destinationAddresses")

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.NetworkRuleCondition withDestinationPorts(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/NetworkRuleCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkRuleCondition this
        start local 1 // java.util.List destinationPorts
         0: .line 122
            aload 0 /* this */
            aload 1 /* destinationPorts */
            putfield com.microsoft.azure.management.network.NetworkRuleCondition.destinationPorts:Ljava/util/List;
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // java.util.List destinationPorts
        end local 0 // com.microsoft.azure.management.network.NetworkRuleCondition this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/NetworkRuleCondition;
            0    2     1  destinationPorts  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/NetworkRuleCondition;
    MethodParameters:
                  Name  Flags
      destinationPorts  
}
SourceFile: "NetworkRuleCondition.java"
InnerClasses:
  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 = "ruleConditionType", defaultImpl = Lcom/microsoft/azure/management/network/NetworkRuleCondition;)
      com.fasterxml.jackson.annotation.JsonTypeName(value = "NetworkRuleCondition")