public class android.net.wifi.ScanResult$RadioChainInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.wifi.ScanResult$RadioChainInfo
  super_class: java.lang.Object
{
  public int id;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int level;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.wifi.ScanResult$RadioChainInfo this
         0: .line 236
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.net.wifi.ScanResult$RadioChainInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/wifi/ScanResult$RadioChainInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.wifi.ScanResult$RadioChainInfo this
         0: .line 244
            new java.lang.StringBuilder
            dup
            ldc "RadioChainInfo: id="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.id:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", level="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.level:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.net.wifi.ScanResult$RadioChainInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/wifi/ScanResult$RadioChainInfo;

  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 // android.net.wifi.ScanResult$RadioChainInfo this
        start local 1 // java.lang.Object otherObj
         0: .line 249
            aload 0 /* this */
            aload 1 /* otherObj */
            if_acmpne 2
         1: .line 250
            iconst_1
            ireturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* otherObj */
            instanceof android.net.wifi.ScanResult$RadioChainInfo
            ifne 4
         3: .line 253
            iconst_0
            ireturn
         4: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* otherObj */
            checkcast android.net.wifi.ScanResult$RadioChainInfo
            astore 2 /* other */
        start local 2 // android.net.wifi.ScanResult$RadioChainInfo other
         5: .line 256
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.id:I
            aload 2 /* other */
            getfield android.net.wifi.ScanResult$RadioChainInfo.id:I
            if_icmpne 6
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.level:I
            aload 2 /* other */
            getfield android.net.wifi.ScanResult$RadioChainInfo.level:I
            if_icmpne 6
            iconst_1
            ireturn
      StackMap locals: android.net.wifi.ScanResult$RadioChainInfo
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // android.net.wifi.ScanResult$RadioChainInfo other
        end local 1 // java.lang.Object otherObj
        end local 0 // android.net.wifi.ScanResult$RadioChainInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/net/wifi/ScanResult$RadioChainInfo;
            0    7     1  otherObj  Ljava/lang/Object;
            5    7     2     other  Landroid/net/wifi/ScanResult$RadioChainInfo;
    MethodParameters:
          Name  Flags
      otherObj  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.net.wifi.ScanResult$RadioChainInfo this
         0: .line 261
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.id:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.net.wifi.ScanResult$RadioChainInfo.level:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // android.net.wifi.ScanResult$RadioChainInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/wifi/ScanResult$RadioChainInfo;
}
SourceFile: "ScanResult.java"
NestHost: android.net.wifi.ScanResult
InnerClasses:
  public RadioChainInfo = android.net.wifi.ScanResult$RadioChainInfo of android.net.wifi.ScanResult