47 lines
1.2 KiB
Java
47 lines
1.2 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class wXR {
|
|
public final String b;
|
|
private final String d;
|
|
public final String e;
|
|
|
|
public wXR(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = str;
|
|
this.e = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("DeviceModel(brand=");
|
|
sb.append(str);
|
|
sb.append(", model=");
|
|
sb.append(str2);
|
|
sb.append(", modelId=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof wXR)) {
|
|
return false;
|
|
}
|
|
wXR wxr = (wXR) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) wxr.b) && C14957gcv.b((Object) this.e, (Object) wxr.e) && C14957gcv.b((Object) this.d, (Object) wxr.d);
|
|
}
|
|
}
|