69 lines
1.9 KiB
Java
69 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class YcS {
|
||
|
|
||
|
@SerializedName("urlEN")
|
||
|
public String b;
|
||
|
|
||
|
@SerializedName("labelEN")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("urlTH")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("labelTH")
|
||
|
public String e;
|
||
|
|
||
|
public YcS(String str, String str2, String str3, String str4) {
|
||
|
this.c = str;
|
||
|
this.b = str2;
|
||
|
this.e = str3;
|
||
|
this.d = str4;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ YcS() {
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("AppPrivacyNotice(labelEN=");
|
||
|
sb.append(str);
|
||
|
sb.append(", urlEN=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", labelTH=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", urlTH=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.d;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof YcS)) {
|
||
|
return false;
|
||
|
}
|
||
|
YcS ycS = (YcS) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) ycS.c) && C14957gcv.b((Object) this.b, (Object) ycS.b) && C14957gcv.b((Object) this.e, (Object) ycS.e) && C14957gcv.b((Object) this.d, (Object) ycS.d);
|
||
|
}
|
||
|
}
|