74 lines
1.9 KiB
Java
74 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zFT {
|
|
|
|
@SerializedName("filter1")
|
|
private String a;
|
|
|
|
@SerializedName("filter2")
|
|
private String b;
|
|
|
|
@SerializedName("masterTable")
|
|
private String c;
|
|
|
|
@SerializedName("filter3")
|
|
private String d;
|
|
|
|
private zFT(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
this.a = null;
|
|
this.b = null;
|
|
this.d = null;
|
|
}
|
|
|
|
public /* synthetic */ zFT(String str, int i) {
|
|
this((i & 1) != 0 ? "" : str);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.d;
|
|
StringBuilder sb = new StringBuilder("MasterData(masterTable=");
|
|
sb.append(str);
|
|
sb.append(", filter1=");
|
|
sb.append(str2);
|
|
sb.append(", filter2=");
|
|
sb.append(str3);
|
|
sb.append(", filter3=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
String str = this.a;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zFT)) {
|
|
return false;
|
|
}
|
|
zFT zft = (zFT) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) zft.c) && C14957gcv.b((Object) this.a, (Object) zft.a) && C14957gcv.b((Object) this.b, (Object) zft.b) && C14957gcv.b((Object) this.d, (Object) zft.d);
|
|
}
|
|
|
|
public zFT() {
|
|
this(null, 15);
|
|
}
|
|
}
|