73 lines
2.0 KiB
Java
73 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.measurement.api.AppMeasurementSdk;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class Ylx {
|
|
|
|
@SerializedName("sortSequence")
|
|
public int a;
|
|
|
|
@SerializedName("section")
|
|
public String b;
|
|
|
|
@SerializedName("rawValue")
|
|
public String c;
|
|
|
|
@SerializedName("key")
|
|
public String d;
|
|
|
|
@SerializedName("label")
|
|
public String e;
|
|
|
|
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
|
|
public String f;
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
Ylx ylx = (Ylx) obj;
|
|
if (this.a != ylx.a) {
|
|
return false;
|
|
}
|
|
String str = this.b;
|
|
if (str == null ? ylx.b != null : !str.equals(ylx.b)) {
|
|
return false;
|
|
}
|
|
String str2 = this.d;
|
|
if (str2 == null ? ylx.d != null : !str2.equals(ylx.d)) {
|
|
return false;
|
|
}
|
|
String str3 = this.e;
|
|
if (str3 == null ? ylx.e != null : !str3.equals(ylx.e)) {
|
|
return false;
|
|
}
|
|
String str4 = this.f;
|
|
if (str4 == null ? ylx.f != null : !str4.equals(ylx.f)) {
|
|
return false;
|
|
}
|
|
String str5 = this.c;
|
|
String str6 = ylx.c;
|
|
return str5 != null ? str5.equals(str6) : str6 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
int i = this.a;
|
|
String str = this.b;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.e;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.f;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.c;
|
|
return (((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
}
|