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

  private com.microsoft.azure.management.keyvault.NetworkRuleAction defaultAction;
    descriptor: Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "defaultAction")

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;

  public com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions bypass();
    descriptor: ()Lcom/microsoft/azure/management/keyvault/NetworkRuleBypassOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
         0: .line 52
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass:Lcom/microsoft/azure/management/keyvault/NetworkRuleBypassOptions;
            areturn
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;

  public com.microsoft.azure.management.keyvault.NetworkRuleSet withBypass(com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions);
    descriptor: (Lcom/microsoft/azure/management/keyvault/NetworkRuleBypassOptions;)Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
        start local 1 // com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions bypass
         0: .line 62
            aload 0 /* this */
            aload 1 /* bypass */
            putfield com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass:Lcom/microsoft/azure/management/keyvault/NetworkRuleBypassOptions;
         1: .line 63
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions bypass
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
            0    2     1  bypass  Lcom/microsoft/azure/management/keyvault/NetworkRuleBypassOptions;
    MethodParameters:
        Name  Flags
      bypass  

  public com.microsoft.azure.management.keyvault.NetworkRuleAction defaultAction();
    descriptor: ()Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
         0: .line 72
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction:Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;
            areturn
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;

  public com.microsoft.azure.management.keyvault.NetworkRuleSet withDefaultAction(com.microsoft.azure.management.keyvault.NetworkRuleAction);
    descriptor: (Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;)Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
        start local 1 // com.microsoft.azure.management.keyvault.NetworkRuleAction defaultAction
         0: .line 82
            aload 0 /* this */
            aload 1 /* defaultAction */
            putfield com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction:Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;
         1: .line 83
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.keyvault.NetworkRuleAction defaultAction
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
            0    2     1  defaultAction  Lcom/microsoft/azure/management/keyvault/NetworkRuleAction;
    MethodParameters:
               Name  Flags
      defaultAction  

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

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

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

  public com.microsoft.azure.management.keyvault.NetworkRuleSet withVirtualNetworkRules(java.util.List<com.microsoft.azure.management.keyvault.VirtualNetworkRule>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
        start local 1 // java.util.List virtualNetworkRules
         0: .line 122
            aload 0 /* this */
            aload 1 /* virtualNetworkRules */
            putfield com.microsoft.azure.management.keyvault.NetworkRuleSet.virtualNetworkRules:Ljava/util/List;
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // java.util.List virtualNetworkRules
        end local 0 // com.microsoft.azure.management.keyvault.NetworkRuleSet this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
            0    2     1  virtualNetworkRules  Ljava/util/List<Lcom/microsoft/azure/management/keyvault/VirtualNetworkRule;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/keyvault/VirtualNetworkRule;>;)Lcom/microsoft/azure/management/keyvault/NetworkRuleSet;
    MethodParameters:
                     Name  Flags
      virtualNetworkRules  
}
SourceFile: "NetworkRuleSet.java"