public class com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner extends com.microsoft.azure.Resource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner
super_class: com.microsoft.azure.Resource
{
private com.microsoft.azure.management.cdn.PolicySettings policySettings;
descriptor: Lcom/microsoft/azure/management/cdn/PolicySettings;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.policySettings")
private com.microsoft.azure.management.cdn.RateLimitRuleList rateLimitRules;
descriptor: Lcom/microsoft/azure/management/cdn/RateLimitRuleList;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.rateLimitRules")
private com.microsoft.azure.management.cdn.CustomRuleList customRules;
descriptor: Lcom/microsoft/azure/management/cdn/CustomRuleList;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.customRules")
private com.microsoft.azure.management.cdn.ManagedRuleSetList managedRules;
descriptor: Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.managedRules")
private java.util.List<com.microsoft.azure.management.cdn.EndpointResource> endpointLinks;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/EndpointResource;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.endpointLinks", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private com.microsoft.azure.management.cdn.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/cdn/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.cdn.PolicyResourceState resourceState;
descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String etag;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "etag")
private com.microsoft.azure.management.cdn.Sku sku;
descriptor: Lcom/microsoft/azure/management/cdn/Sku;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "sku", required = true)
private com.microsoft.azure.management.cdn.SystemData systemData;
descriptor: Lcom/microsoft/azure/management/cdn/SystemData;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "systemData", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
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/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.PolicySettings policySettings();
descriptor: ()Lcom/microsoft/azure/management/cdn/PolicySettings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.policySettings:Lcom/microsoft/azure/management/cdn/PolicySettings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withPolicySettings(com.microsoft.azure.management.cdn.PolicySettings);
descriptor: (Lcom/microsoft/azure/management/cdn/PolicySettings;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.policySettings:Lcom/microsoft/azure/management/cdn/PolicySettings;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 policySettings Lcom/microsoft/azure/management/cdn/PolicySettings;
MethodParameters:
Name Flags
policySettings
public com.microsoft.azure.management.cdn.RateLimitRuleList rateLimitRules();
descriptor: ()Lcom/microsoft/azure/management/cdn/RateLimitRuleList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.rateLimitRules:Lcom/microsoft/azure/management/cdn/RateLimitRuleList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withRateLimitRules(com.microsoft.azure.management.cdn.RateLimitRuleList);
descriptor: (Lcom/microsoft/azure/management/cdn/RateLimitRuleList;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.rateLimitRules:Lcom/microsoft/azure/management/cdn/RateLimitRuleList;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 rateLimitRules Lcom/microsoft/azure/management/cdn/RateLimitRuleList;
MethodParameters:
Name Flags
rateLimitRules
public com.microsoft.azure.management.cdn.CustomRuleList customRules();
descriptor: ()Lcom/microsoft/azure/management/cdn/CustomRuleList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.customRules:Lcom/microsoft/azure/management/cdn/CustomRuleList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withCustomRules(com.microsoft.azure.management.cdn.CustomRuleList);
descriptor: (Lcom/microsoft/azure/management/cdn/CustomRuleList;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.customRules:Lcom/microsoft/azure/management/cdn/CustomRuleList;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 customRules Lcom/microsoft/azure/management/cdn/CustomRuleList;
MethodParameters:
Name Flags
customRules
public com.microsoft.azure.management.cdn.ManagedRuleSetList managedRules();
descriptor: ()Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.managedRules:Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withManagedRules(com.microsoft.azure.management.cdn.ManagedRuleSetList);
descriptor: (Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.managedRules:Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 managedRules Lcom/microsoft/azure/management/cdn/ManagedRuleSetList;
MethodParameters:
Name Flags
managedRules
public java.util.List<com.microsoft.azure.management.cdn.EndpointResource> endpointLinks();
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.endpointLinks:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/EndpointResource;>;
public com.microsoft.azure.management.cdn.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/cdn/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.provisioningState:Lcom/microsoft/azure/management/cdn/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.PolicyResourceState resourceState();
descriptor: ()Lcom/microsoft/azure/management/cdn/PolicyResourceState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.resourceState:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withEtag(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.etag: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/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 etag Ljava/lang/String;
MethodParameters:
Name Flags
etag
public com.microsoft.azure.management.cdn.Sku sku();
descriptor: ()Lcom/microsoft/azure/management/cdn/Sku;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.sku:Lcom/microsoft/azure/management/cdn/Sku;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
public com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner withSku(com.microsoft.azure.management.cdn.Sku);
descriptor: (Lcom/microsoft/azure/management/cdn/Sku;)Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
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.cdn.implementation.CdnWebApplicationFirewallPolicyInner.sku:Lcom/microsoft/azure/management/cdn/Sku;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
0 2 1 sku Lcom/microsoft/azure/management/cdn/Sku;
MethodParameters:
Name Flags
sku
public com.microsoft.azure.management.cdn.SystemData systemData();
descriptor: ()Lcom/microsoft/azure/management/cdn/SystemData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.cdn.implementation.CdnWebApplicationFirewallPolicyInner.systemData:Lcom/microsoft/azure/management/cdn/SystemData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/cdn/implementation/CdnWebApplicationFirewallPolicyInner;
}
SourceFile: "CdnWebApplicationFirewallPolicyInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()