30 lines
548 B
Java
30 lines
548 B
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class mrG {
|
|
public int a;
|
|
public String b;
|
|
public boolean c;
|
|
public int e;
|
|
|
|
public mrG(String str, int i) {
|
|
this.b = str;
|
|
this.e = i;
|
|
}
|
|
|
|
public final String toString() {
|
|
switch (this.e) {
|
|
case 1:
|
|
case 2:
|
|
case 3:
|
|
case 4:
|
|
return this.b;
|
|
case 5:
|
|
case 6:
|
|
return this.b;
|
|
default:
|
|
return this.b;
|
|
}
|
|
}
|
|
}
|