48 lines
1.2 KiB
Java
48 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.aJ, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1608aJ {
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("tileId")
|
||
|
private final String b;
|
||
|
|
||
|
public C1608aJ(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = str;
|
||
|
this.a = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("FindByTileIdRequest(tileId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.b.hashCode() * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1608aJ)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1608aJ c1608aJ = (C1608aJ) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c1608aJ.b) && C14957gcv.b((Object) this.a, (Object) c1608aJ.a);
|
||
|
}
|
||
|
}
|