125 lines
3.7 KiB
Java
125 lines
3.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class Kjf {
|
|
|
|
@SerializedName("dayOfMonth")
|
|
public int a;
|
|
|
|
@SerializedName("function")
|
|
public yzb b;
|
|
|
|
@SerializedName("endDate")
|
|
public String c;
|
|
|
|
@SerializedName("effectiveDate")
|
|
public String d;
|
|
|
|
@SerializedName("createdDate")
|
|
public String e;
|
|
|
|
@SerializedName("startDate")
|
|
public String f;
|
|
|
|
@SerializedName("scheduleType")
|
|
public String g;
|
|
|
|
@SerializedName("sortSequence")
|
|
public int h;
|
|
|
|
@SerializedName("scheduleMainId")
|
|
public String i;
|
|
|
|
@SerializedName("scheduleDetailId")
|
|
public int j;
|
|
|
|
@SerializedName("subFunction")
|
|
public String l;
|
|
|
|
@SerializedName("verificationResponse")
|
|
public C6687caC m;
|
|
|
|
@SerializedName("verificationRequest")
|
|
public kof n;
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
Kjf kjf = (Kjf) obj;
|
|
if (this.h != kjf.h || this.j != kjf.j || this.a != kjf.a) {
|
|
return false;
|
|
}
|
|
String str = this.i;
|
|
if (str == null ? kjf.i != null : !str.equals(kjf.i)) {
|
|
return false;
|
|
}
|
|
String str2 = this.g;
|
|
if (str2 == null ? kjf.g != null : !str2.equals(kjf.g)) {
|
|
return false;
|
|
}
|
|
yzb yzbVar = this.b;
|
|
if (yzbVar == null ? kjf.b != null : !yzbVar.equals(kjf.b)) {
|
|
return false;
|
|
}
|
|
String str3 = this.l;
|
|
if (str3 == null ? kjf.l != null : !str3.equals(kjf.l)) {
|
|
return false;
|
|
}
|
|
String str4 = this.e;
|
|
if (str4 == null ? kjf.e != null : !str4.equals(kjf.e)) {
|
|
return false;
|
|
}
|
|
String str5 = this.f;
|
|
if (str5 == null ? kjf.f != null : !str5.equals(kjf.f)) {
|
|
return false;
|
|
}
|
|
String str6 = this.c;
|
|
if (str6 == null ? kjf.c != null : !str6.equals(kjf.c)) {
|
|
return false;
|
|
}
|
|
String str7 = this.d;
|
|
if (str7 == null ? kjf.d != null : !str7.equals(kjf.d)) {
|
|
return false;
|
|
}
|
|
kof kofVar = this.n;
|
|
if (kofVar == null ? kjf.n != null : !kofVar.equals(kjf.n)) {
|
|
return false;
|
|
}
|
|
C6687caC c6687caC = this.m;
|
|
C6687caC c6687caC2 = kjf.m;
|
|
return c6687caC != null ? c6687caC.equals(c6687caC2) : c6687caC2 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
int i = this.h;
|
|
String str = this.i;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
int i2 = this.j;
|
|
String str2 = this.g;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
yzb yzbVar = this.b;
|
|
int hashCode3 = yzbVar != null ? yzbVar.hashCode() : 0;
|
|
String str3 = this.l;
|
|
int hashCode4 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.e;
|
|
int hashCode5 = str4 != null ? str4.hashCode() : 0;
|
|
int i3 = this.a;
|
|
String str5 = this.f;
|
|
int hashCode6 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.c;
|
|
int hashCode7 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.d;
|
|
int hashCode8 = str7 != null ? str7.hashCode() : 0;
|
|
kof kofVar = this.n;
|
|
int hashCode9 = kofVar != null ? kofVar.hashCode() : 0;
|
|
C6687caC c6687caC = this.m;
|
|
return (((((((((((((((((((((((i * 31) + hashCode) * 31) + i2) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i3) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (c6687caC != null ? c6687caC.hashCode() : 0);
|
|
}
|
|
}
|