public class com.microsoft.azure.management.appservice.WebAppRuntimeStack
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.WebAppRuntimeStack
  super_class: java.lang.Object
{
  public static final com.microsoft.azure.management.appservice.WebAppRuntimeStack NETCORE;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.appservice.WebAppRuntimeStack NET;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.appservice.WebAppRuntimeStack PHP;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.appservice.WebAppRuntimeStack PYTHON;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.appservice.WebAppRuntimeStack JAVA;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final java.lang.String runtime;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 22
            new com.microsoft.azure.management.appservice.WebAppRuntimeStack
            dup
            ldc "dotnetcore"
            invokespecial com.microsoft.azure.management.appservice.WebAppRuntimeStack.<init>:(Ljava/lang/String;)V
            putstatic com.microsoft.azure.management.appservice.WebAppRuntimeStack.NETCORE:Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
         1: .line 25
            new com.microsoft.azure.management.appservice.WebAppRuntimeStack
            dup
            ldc "dotnet"
            invokespecial com.microsoft.azure.management.appservice.WebAppRuntimeStack.<init>:(Ljava/lang/String;)V
            putstatic com.microsoft.azure.management.appservice.WebAppRuntimeStack.NET:Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
         2: .line 28
            new com.microsoft.azure.management.appservice.WebAppRuntimeStack
            dup
            ldc "php"
            invokespecial com.microsoft.azure.management.appservice.WebAppRuntimeStack.<init>:(Ljava/lang/String;)V
            putstatic com.microsoft.azure.management.appservice.WebAppRuntimeStack.PHP:Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
         3: .line 31
            new com.microsoft.azure.management.appservice.WebAppRuntimeStack
            dup
            ldc "python"
            invokespecial com.microsoft.azure.management.appservice.WebAppRuntimeStack.<init>:(Ljava/lang/String;)V
            putstatic com.microsoft.azure.management.appservice.WebAppRuntimeStack.PYTHON:Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
         4: .line 34
            new com.microsoft.azure.management.appservice.WebAppRuntimeStack
            dup
            ldc "java"
            invokespecial com.microsoft.azure.management.appservice.WebAppRuntimeStack.<init>:(Ljava/lang/String;)V
            putstatic com.microsoft.azure.management.appservice.WebAppRuntimeStack.JAVA:Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
        start local 1 // java.lang.String runtime
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* runtime */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
         2: .line 44
            return
        end local 1 // java.lang.String runtime
        end local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
            0    3     1  runtime  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      runtime  

  public java.lang.String runtime();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
         0: .line 50
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 61
            iconst_1
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.microsoft.azure.management.appservice.WebAppRuntimeStack
            astore 2 /* that */
        start local 2 // com.microsoft.azure.management.appservice.WebAppRuntimeStack that
         5: .line 67
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
            aload 2 /* that */
            getfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.microsoft.azure.management.appservice.WebAppRuntimeStack that
        end local 1 // java.lang.Object o
        end local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
            0    6     1     o  Ljava/lang/Object;
            5    6     2  that  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
         0: .line 72
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.WebAppRuntimeStack.runtime:Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.WebAppRuntimeStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/WebAppRuntimeStack;
}
SourceFile: "WebAppRuntimeStack.java"
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_30_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)