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

40 lines
1.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class OoK {
@SerializedName("marketplaceProductUrlAmount")
public final C4037bOD c;
@SerializedName("marketplaceStoreUrlAmount")
public final C4037bOD e;
public final String toString() {
C4037bOD c4037bOD = this.e;
C4037bOD c4037bOD2 = this.c;
StringBuilder sb = new StringBuilder("HmlBusinessValidationConfigEntity(marketplaceStoreUrl=");
sb.append(c4037bOD);
sb.append(", marketplaceProductUrl=");
sb.append(c4037bOD2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof OoK)) {
return false;
}
OoK ooK = (OoK) obj;
return C14957gcv.b(this.e, ooK.e) && C14957gcv.b(this.c, ooK.c);
}
}