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