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 0: aload 0
invokespecial com.microsoft.azure.Resource.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.applicationRuleCollections:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.applicationRuleCollections:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.natRuleCollections:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.natRuleCollections:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.networkRuleCollections:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.networkRuleCollections:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.ipConfigurations:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.ipConfigurations:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.managementIpConfiguration:Lcom/microsoft/azure/management/network/AzureFirewallIPConfiguration;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.managementIpConfiguration:Lcom/microsoft/azure/management/network/AzureFirewallIPConfiguration;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.threatIntelMode:Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.threatIntelMode:Lcom/microsoft/azure/management/network/AzureFirewallThreatIntelMode;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.virtualHub:Lcom/microsoft/azure/SubResource;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.virtualHub:Lcom/microsoft/azure/SubResource;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.firewallPolicy:Lcom/microsoft/azure/SubResource;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.firewallPolicy:Lcom/microsoft/azure/SubResource;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.hubIpAddresses:Lcom/microsoft/azure/management/network/HubIPAddresses;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.ipGroups:Ljava/util/List;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.sku:Lcom/microsoft/azure/management/network/AzureFirewallSku;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.sku:Lcom/microsoft/azure/management/network/AzureFirewallSku;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.additionalProperties:Ljava/util/Map;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.additionalProperties:Ljava/util/Map;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.zones:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.zones:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.etag:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.id:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.AzureFirewallInner.id:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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()