what-the-bank/sources/o/C14168foB.java

36 lines
889 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.foB, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14168foB {
@SerializedName("jobs")
public final List<CXO> c;
public final String toString() {
List<CXO> list = this.c;
StringBuilder sb = new StringBuilder("OccupationTitleListEntity(occupationList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<CXO> list = this.c;
if (list == null) {
return 0;
}
return list.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C14168foB) && C14957gcv.b(this.c, ((C14168foB) obj).c);
}
}