57 lines
1.8 KiB
Java
57 lines
1.8 KiB
Java
package o;
|
|
|
|
/* renamed from: o.jOO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15878jOO {
|
|
private final String a;
|
|
private final String b;
|
|
private final String d;
|
|
private final String e;
|
|
|
|
public C15878jOO(String str, String str2, String str3, String str4) {
|
|
this.e = str;
|
|
this.a = str2;
|
|
this.d = str3;
|
|
this.b = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.d;
|
|
String str4 = this.b;
|
|
StringBuilder sb = new StringBuilder("EasycashDevesBrandModel(scbBrandCode=");
|
|
sb.append(str);
|
|
sb.append(", scbModelCode=");
|
|
sb.append(str2);
|
|
sb.append(", devesBrand=");
|
|
sb.append(str3);
|
|
sb.append(", devesModel=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.b;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C15878jOO)) {
|
|
return false;
|
|
}
|
|
C15878jOO c15878jOO = (C15878jOO) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c15878jOO.e) && C14957gcv.b((Object) this.a, (Object) c15878jOO.a) && C14957gcv.b((Object) this.d, (Object) c15878jOO.d) && C14957gcv.b((Object) this.b, (Object) c15878jOO.b);
|
|
}
|
|
}
|