36 lines
875 B
Java
36 lines
875 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.ff, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C13689ff {
|
|
|
|
@SerializedName("tcVersion")
|
|
private final String c;
|
|
|
|
public C13689ff(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("SubmitRegistrationRequest(tcVersion=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C13689ff) && C14957gcv.b((Object) this.c, (Object) ((C13689ff) obj).c);
|
|
}
|
|
}
|