package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes.dex */ public final class myN { @SerializedName("urlTH") public String b; @SerializedName("urlEN") public String d; public myN(String str, String str2) { this.d = str; this.b = str2; } public /* synthetic */ myN() { } public final String toString() { String str = this.d; String str2 = this.b; StringBuilder sb = new StringBuilder("AppConfigUrl(urlEN="); sb.append(str); sb.append(", urlTH="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof myN)) { return false; } myN myn = (myN) obj; return C14957gcv.b((Object) this.d, (Object) myn.d) && C14957gcv.b((Object) this.b, (Object) myn.b); } }