73 lines
2.3 KiB
Java
73 lines
2.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* renamed from: o.gfG, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15035gfG {
|
|
|
|
@SerializedName("descriptionTH")
|
|
public final String a;
|
|
|
|
@SerializedName("remarksEN")
|
|
public final String b;
|
|
|
|
@SerializedName("descriptionEN")
|
|
public final String c;
|
|
|
|
@SerializedName("code")
|
|
public final String d;
|
|
|
|
@SerializedName(Name.MARK)
|
|
public final String e;
|
|
|
|
@SerializedName("remarksTH")
|
|
public final String g;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final Integer i;
|
|
|
|
public final String toString() {
|
|
Integer num = this.i;
|
|
String str = this.d;
|
|
String str2 = this.a;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
String str5 = this.g;
|
|
String str6 = this.b;
|
|
StringBuilder sb = new StringBuilder("ShopTypeInfoEntity(sortSequence=");
|
|
sb.append(num);
|
|
sb.append(", code=");
|
|
sb.append(str);
|
|
sb.append(", descriptionTH=");
|
|
sb.append(str2);
|
|
sb.append(", descriptionEN=");
|
|
sb.append(str3);
|
|
sb.append(", id=");
|
|
sb.append(str4);
|
|
sb.append(", remarksTH=");
|
|
sb.append(str5);
|
|
sb.append(", remarksEN=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Integer num = this.i;
|
|
return ((((((((((((num == null ? 0 : num.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C15035gfG)) {
|
|
return false;
|
|
}
|
|
C15035gfG c15035gfG = (C15035gfG) obj;
|
|
return C14957gcv.b(this.i, c15035gfG.i) && C14957gcv.b((Object) this.d, (Object) c15035gfG.d) && C14957gcv.b((Object) this.a, (Object) c15035gfG.a) && C14957gcv.b((Object) this.c, (Object) c15035gfG.c) && C14957gcv.b((Object) this.e, (Object) c15035gfG.e) && C14957gcv.b((Object) this.g, (Object) c15035gfG.g) && C14957gcv.b((Object) this.b, (Object) c15035gfG.b);
|
|
}
|
|
}
|