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