36 lines
881 B
Java
36 lines
881 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.TiG, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1000TiG {
|
||
|
|
||
|
@SerializedName("tileVersion")
|
||
|
private final String e;
|
||
|
|
||
|
public C1000TiG(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.e = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
StringBuilder sb = new StringBuilder("BondAccountSummaryRequest(tilesVersion=");
|
||
|
sb.append(str);
|
||
|
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 C1000TiG) && C14957gcv.b((Object) this.e, (Object) ((C1000TiG) obj).e);
|
||
|
}
|
||
|
}
|