48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.aTq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1975aTq {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String d;
|
||
|
|
||
|
public C1975aTq(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
this.b = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("GoogleSigninResponse(accessToken=");
|
||
|
sb.append(str);
|
||
|
sb.append(", idToken=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", refreshToken=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1975aTq)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1975aTq c1975aTq = (C1975aTq) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c1975aTq.d) && C14957gcv.b((Object) this.a, (Object) c1975aTq.a) && C14957gcv.b((Object) this.b, (Object) c1975aTq.b);
|
||
|
}
|
||
|
}
|