58 lines
1.4 KiB
Java
58 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class otm {
|
||
|
|
||
|
@SerializedName("maxCoborrower")
|
||
|
public final Integer b;
|
||
|
|
||
|
@SerializedName("coborrower")
|
||
|
public final List<C16970snz> e;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.b;
|
||
|
List<C16970snz> list = this.e;
|
||
|
StringBuilder sb = new StringBuilder("CreditLineInquiryEntity(maxCoBorrower=");
|
||
|
sb.append(num);
|
||
|
sb.append(", coBorrowerList=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.b;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
List<C16970snz> list = this.e;
|
||
|
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof otm)) {
|
||
|
return false;
|
||
|
}
|
||
|
otm otmVar = (otm) obj;
|
||
|
return C14957gcv.b(this.b, otmVar.b) && C14957gcv.b(this.e, otmVar.e);
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new HBt((byte) 0);
|
||
|
}
|
||
|
}
|