41 lines
1.1 KiB
Java
41 lines
1.1 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class WVd {
|
|
public final C16110lLt c;
|
|
public final C16110lLt e;
|
|
|
|
public WVd(C16110lLt c16110lLt, C16110lLt c16110lLt2) {
|
|
C14957gcv.e(c16110lLt, "");
|
|
C14957gcv.e(c16110lLt2, "");
|
|
this.e = c16110lLt;
|
|
this.c = c16110lLt2;
|
|
}
|
|
|
|
public final String toString() {
|
|
C16110lLt c16110lLt = this.e;
|
|
C16110lLt c16110lLt2 = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlBusinessValidationConfig(marketplaceStoreUrl=");
|
|
sb.append(c16110lLt);
|
|
sb.append(", marketplaceProductUrl=");
|
|
sb.append(c16110lLt2);
|
|
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 WVd)) {
|
|
return false;
|
|
}
|
|
WVd wVd = (WVd) obj;
|
|
return C14957gcv.b(this.e, wVd.e) && C14957gcv.b(this.c, wVd.c);
|
|
}
|
|
}
|