50 lines
1.5 KiB
Java
50 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.Wr, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1146Wr extends WB {
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public C1146Wr(String str, String str2, String str3) {
|
||
|
super((byte) 0);
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.d = str;
|
||
|
this.c = str2;
|
||
|
this.e = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormLabelRightValueHorizontalDisplay(label=");
|
||
|
sb.append(str);
|
||
|
sb.append(", valueTitle=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", valueDescription=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1146Wr)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1146Wr c1146Wr = (C1146Wr) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c1146Wr.d) && C14957gcv.b((Object) this.c, (Object) c1146Wr.c) && C14957gcv.b((Object) this.e, (Object) c1146Wr.e);
|
||
|
}
|
||
|
}
|