32 lines
816 B
Java
32 lines
816 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.fBk, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C12591fBk extends C16562pOe {
|
||
|
|
||
|
@SerializedName("loanList")
|
||
|
public C14240fpV b;
|
||
|
|
||
|
public boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
C14240fpV c14240fpV = this.b;
|
||
|
C14240fpV c14240fpV2 = ((C12591fBk) obj).b;
|
||
|
return c14240fpV != null ? c14240fpV.equals(c14240fpV2) : c14240fpV2 == null;
|
||
|
}
|
||
|
|
||
|
public int hashCode() {
|
||
|
C14240fpV c14240fpV = this.b;
|
||
|
if (c14240fpV != null) {
|
||
|
return c14240fpV.hashCode();
|
||
|
}
|
||
|
return 0;
|
||
|
}
|
||
|
}
|