59 lines
1.5 KiB
Java
59 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.gyZ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C15601gyZ {
|
|
|
|
@SerializedName("paymentServiceType")
|
|
private final String a;
|
|
|
|
@SerializedName("query")
|
|
private final String b;
|
|
|
|
@SerializedName("scrollId")
|
|
private final String c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
public C15601gyZ(String str, String str2, String str3, String str4) {
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.a = str3;
|
|
this.d = str4;
|
|
}
|
|
|
|
public C15601gyZ(String str, String str2, String str3) {
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.a = null;
|
|
this.d = str3;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C15601gyZ c15601gyZ = (C15601gyZ) obj;
|
|
String str = this.b;
|
|
if (str == null ? c15601gyZ.b != null : !str.equals(c15601gyZ.b)) {
|
|
return false;
|
|
}
|
|
String str2 = this.c;
|
|
String str3 = c15601gyZ.c;
|
|
return str2 != null ? str2.equals(str3) : str3 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.c;
|
|
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
}
|