62 lines
1.9 KiB
Java
62 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class sDO extends C16562pOe {
|
|
|
|
@SerializedName("img")
|
|
public String a;
|
|
|
|
@SerializedName("introduction")
|
|
public String b;
|
|
|
|
@SerializedName("consentDocuments")
|
|
public List<C15866jJa> c;
|
|
|
|
@SerializedName("label")
|
|
public String f;
|
|
|
|
@SerializedName("urlParameter")
|
|
public String g;
|
|
|
|
@SerializedName("labelDescription")
|
|
public String h;
|
|
|
|
@SerializedName("lendingConfig")
|
|
public List<hMF> i;
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
sDO sdo = (sDO) obj;
|
|
if (Objects.equals(this.a, sdo.a) && Objects.equals(this.b, sdo.b) && Objects.equals(this.c, sdo.c) && Objects.equals(this.i, sdo.i) && Objects.equals(this.f, sdo.f) && Objects.equals(this.h, sdo.h)) {
|
|
return Objects.equals(this.g, sdo.g);
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.b;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
List<C15866jJa> list = this.c;
|
|
int hashCode3 = list != null ? list.hashCode() : 0;
|
|
List<hMF> list2 = this.i;
|
|
int hashCode4 = list2 != null ? list2.hashCode() : 0;
|
|
String str3 = this.f;
|
|
int hashCode5 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.h;
|
|
int hashCode6 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.g;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
}
|