what-the-bank/sources/o/lLq.java

53 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class lLq {
@SerializedName("urlTH")
private final String a;
@SerializedName("urlEN")
private final String b;
@SerializedName("tiles")
public final List<Rgo> d;
@SerializedName("functionId")
private final String e;
public final String toString() {
List<Rgo> list = this.d;
String str = this.b;
String str2 = this.a;
String str3 = this.e;
StringBuilder sb = new StringBuilder("HmlTileEntity(tiles=");
sb.append(list);
sb.append(", urlEN=");
sb.append(str);
sb.append(", urlTH=");
sb.append(str2);
sb.append(", functionId=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.d.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof lLq)) {
return false;
}
lLq llq = (lLq) obj;
return C14957gcv.b(this.d, llq.d) && C14957gcv.b((Object) this.b, (Object) llq.b) && C14957gcv.b((Object) this.a, (Object) llq.a) && C14957gcv.b((Object) this.e, (Object) llq.e);
}
}