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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
         0: .line 22
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
        start local 1 // java.lang.String name
         0: .line 59
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.name:Ljava/lang/String;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.cipherSuites:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
        start local 1 // java.util.List cipherSuites
         0: .line 79
            aload 0 /* this */
            aload 1 /* cipherSuites */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.cipherSuites:Ljava/util/List;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // java.util.List cipherSuites
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
         0: .line 89
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.minProtocolVersion:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewaySslProtocol minProtocolVersion
         0: .line 99
            aload 0 /* this */
            aload 1 /* minProtocolVersion */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner.minProtocolVersion:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewaySslProtocol minProtocolVersion
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewaySslPredefinedPolicyInner this
      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()