public class com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration
super_class: java.lang.Object
{
private int minCapacity;
descriptor: I
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "minCapacity", required = true)
private java.lang.Integer maxCapacity;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "maxCapacity")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
public int minCapacity();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.minCapacity:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
public com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration withMinCapacity(int);
descriptor: (I)Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.minCapacity:I
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/ApplicationGatewayAutoscaleConfiguration;
0 2 1 minCapacity I
MethodParameters:
Name Flags
minCapacity
public java.lang.Integer maxCapacity();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.maxCapacity:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
public com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration withMaxCapacity(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
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.ApplicationGatewayAutoscaleConfiguration.maxCapacity:Ljava/lang/Integer;
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/ApplicationGatewayAutoscaleConfiguration;
0 2 1 maxCapacity Ljava/lang/Integer;
MethodParameters:
Name Flags
maxCapacity
}
SourceFile: "ApplicationGatewayAutoscaleConfiguration.java"