what-the-bank/sources/o/gKA.java

46 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class gKA {
@SerializedName("type")
public final String b;
@SerializedName("description")
public final String c;
@SerializedName("sequence")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.b;
String str3 = this.c;
StringBuilder sb = new StringBuilder("CollateralEntity(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.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof gKA)) {
return false;
}
gKA gka = (gKA) obj;
return C14957gcv.b((Object) this.e, (Object) gka.e) && C14957gcv.b((Object) this.b, (Object) gka.b) && C14957gcv.b((Object) this.c, (Object) gka.c);
}
}