public class com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner extends com.microsoft.azure.SubResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner
super_class: com.microsoft.azure.SubResource
{
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "name")
private java.util.List<com.microsoft.azure.management.network.ApplicationGatewaySslCipherSuite> cipherSuites;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewaySslCipherSuite;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.cipherSuites")
private com.microsoft.azure.management.network.ApplicationGatewaySslProtocol minProtocolVersion;
descriptor: Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.minProtocolVersion")
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.SubResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
public java.lang.String name();
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.ApplicationGatewaySslPredefinedPolicyInner.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
public com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner withName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
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.ApplicationGatewaySslPredefinedPolicyInner.name: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/ApplicationGatewaySslPredefinedPolicyInner;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.util.List<com.microsoft.azure.management.network.ApplicationGatewaySslCipherSuite> cipherSuites();
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.ApplicationGatewaySslPredefinedPolicyInner.cipherSuites:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewaySslCipherSuite;>;
public com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner withCipherSuites(java.util.List<com.microsoft.azure.management.network.ApplicationGatewaySslCipherSuite>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
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.ApplicationGatewaySslPredefinedPolicyInner.cipherSuites: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/ApplicationGatewaySslPredefinedPolicyInner;
0 2 1 cipherSuites Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewaySslCipherSuite;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewaySslCipherSuite;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
MethodParameters:
Name Flags
cipherSuites
public com.microsoft.azure.management.network.ApplicationGatewaySslProtocol minProtocolVersion();
descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
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.ApplicationGatewaySslPredefinedPolicyInner.minProtocolVersion:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
public com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner withMinProtocolVersion(com.microsoft.azure.management.network.ApplicationGatewaySslProtocol);
descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslPredefinedPolicyInner;
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.ApplicationGatewaySslPredefinedPolicyInner.minProtocolVersion:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
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/ApplicationGatewaySslPredefinedPolicyInner;
0 2 1 minProtocolVersion Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
MethodParameters:
Name Flags
minProtocolVersion
}
SourceFile: "ApplicationGatewaySslPredefinedPolicyInner.java"
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()