31 lines
782 B
Java
31 lines
782 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.fj, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C13901fj {
|
||
|
|
||
|
@SerializedName("tcAccept")
|
||
|
private final C13848fi e;
|
||
|
|
||
|
public final String toString() {
|
||
|
C13848fi c13848fi = this.e;
|
||
|
StringBuilder sb = new StringBuilder("AcceptTermsAndConditionsRequest(tcAccept=");
|
||
|
sb.append(c13848fi);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C13901fj) && C14957gcv.b(this.e, ((C13901fj) obj).e);
|
||
|
}
|
||
|
}
|