174 lines
5.2 KiB
Java
174 lines
5.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class NZv extends Pag {
|
|
|
|
@SerializedName("createdDate")
|
|
public String a;
|
|
|
|
@SerializedName("effectiveDate")
|
|
public String b;
|
|
|
|
@SerializedName("dayOfMonth")
|
|
public String c;
|
|
|
|
@SerializedName("endDate")
|
|
public String d;
|
|
|
|
@SerializedName("logo")
|
|
public String f;
|
|
|
|
@SerializedName("scheduleMainId")
|
|
public String g;
|
|
|
|
@SerializedName("scheduleDetailId")
|
|
public int h;
|
|
|
|
@SerializedName("recipientName")
|
|
public String i;
|
|
|
|
@SerializedName("function")
|
|
public JZY j;
|
|
|
|
@SerializedName("scheduleType")
|
|
public String k;
|
|
|
|
@SerializedName("subFunction")
|
|
public String l;
|
|
|
|
@SerializedName("startDate")
|
|
public String m;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("verificationRequest")
|
|
public qTG f8288o;
|
|
|
|
@SerializedName("verificationResponse")
|
|
public Ucq t;
|
|
|
|
public NZv(int i, String str, int i2, String str2, JZY jzy, String str3, String str4, String str5, String str6, String str7, String str8, qTG qtg, Ucq ucq, String str9, String str10) {
|
|
this.n = i;
|
|
this.g = str;
|
|
this.h = i2;
|
|
this.k = str2;
|
|
this.j = jzy;
|
|
this.l = str3;
|
|
this.a = str4;
|
|
this.c = str5;
|
|
this.m = str6;
|
|
this.d = str7;
|
|
this.b = str8;
|
|
this.f8288o = qtg;
|
|
this.t = ucq;
|
|
this.i = str9;
|
|
this.f = str10;
|
|
}
|
|
|
|
public NZv(String str, String str2, String str3, String str4) {
|
|
this.k = str;
|
|
this.m = str2;
|
|
this.d = str3;
|
|
this.c = str4;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
NZv nZv = (NZv) obj;
|
|
if (this.n != nZv.n || this.h != nZv.h) {
|
|
return false;
|
|
}
|
|
String str = this.g;
|
|
if (str == null ? nZv.g != null : !str.equals(nZv.g)) {
|
|
return false;
|
|
}
|
|
String str2 = this.k;
|
|
if (str2 == null ? nZv.k != null : !str2.equals(nZv.k)) {
|
|
return false;
|
|
}
|
|
JZY jzy = this.j;
|
|
if (jzy == null ? nZv.j != null : !jzy.equals(nZv.j)) {
|
|
return false;
|
|
}
|
|
String str3 = this.l;
|
|
if (str3 == null ? nZv.l != null : !str3.equals(nZv.l)) {
|
|
return false;
|
|
}
|
|
String str4 = this.a;
|
|
if (str4 == null ? nZv.a != null : !str4.equals(nZv.a)) {
|
|
return false;
|
|
}
|
|
String str5 = this.c;
|
|
if (str5 == null ? nZv.c != null : !str5.equals(nZv.c)) {
|
|
return false;
|
|
}
|
|
String str6 = this.m;
|
|
if (str6 == null ? nZv.m != null : !str6.equals(nZv.m)) {
|
|
return false;
|
|
}
|
|
String str7 = this.d;
|
|
if (str7 == null ? nZv.d != null : !str7.equals(nZv.d)) {
|
|
return false;
|
|
}
|
|
String str8 = this.b;
|
|
if (str8 == null ? nZv.b != null : !str8.equals(nZv.b)) {
|
|
return false;
|
|
}
|
|
qTG qtg = this.f8288o;
|
|
if (qtg == null ? nZv.f8288o != null : !qtg.equals(nZv.f8288o)) {
|
|
return false;
|
|
}
|
|
Ucq ucq = this.t;
|
|
if (ucq == null ? nZv.t != null : !ucq.equals(nZv.t)) {
|
|
return false;
|
|
}
|
|
String str9 = this.i;
|
|
if (str9 == null ? nZv.i != null : !str9.equals(nZv.i)) {
|
|
return false;
|
|
}
|
|
String str10 = this.f;
|
|
String str11 = nZv.f;
|
|
return str10 != null ? str10.equals(str11) : str11 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
int i = this.n;
|
|
String str = this.g;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
int i2 = this.h;
|
|
String str2 = this.k;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
JZY jzy = this.j;
|
|
int hashCode3 = jzy != null ? jzy.hashCode() : 0;
|
|
String str3 = this.l;
|
|
int hashCode4 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.a;
|
|
int hashCode5 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.c;
|
|
int hashCode6 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.m;
|
|
int hashCode7 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.d;
|
|
int hashCode8 = str7 != null ? str7.hashCode() : 0;
|
|
String str8 = this.b;
|
|
int hashCode9 = str8 != null ? str8.hashCode() : 0;
|
|
qTG qtg = this.f8288o;
|
|
int hashCode10 = qtg != null ? qtg.hashCode() : 0;
|
|
Ucq ucq = this.t;
|
|
int hashCode11 = ucq != null ? ucq.hashCode() : 0;
|
|
String str9 = this.i;
|
|
int hashCode12 = str9 != null ? str9.hashCode() : 0;
|
|
String str10 = this.f;
|
|
return (((((((((((((((((((((((((((i * 31) + hashCode) * 31) + i2) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str10 != null ? str10.hashCode() : 0);
|
|
}
|
|
}
|