36 lines
933 B
Java
36 lines
933 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Flb, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0389Flb extends C16562pOe {
|
||
|
|
||
|
@SerializedName("component")
|
||
|
public final List<C16866rui> e;
|
||
|
|
||
|
public final String toString() {
|
||
|
List<C16866rui> list = this.e;
|
||
|
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoEntity(component=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
List<C16866rui> list = this.e;
|
||
|
if (list == null) {
|
||
|
return 0;
|
||
|
}
|
||
|
return list.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C0389Flb) && C14957gcv.b(this.e, ((C0389Flb) obj).e);
|
||
|
}
|
||
|
}
|