37 lines
965 B
Java
37 lines
965 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
import org.bouncycastle.i18n.MessageBundle;
|
|
|
|
/* renamed from: o.urW, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17216urW {
|
|
|
|
@SerializedName(MessageBundle.TITLE_ENTRY)
|
|
public final List<C0192BZx> b;
|
|
|
|
public final String toString() {
|
|
List<C0192BZx> list = this.b;
|
|
StringBuilder sb = new StringBuilder("IndividualTitleEntity(individualTitles=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<C0192BZx> list = this.b;
|
|
if (list == null) {
|
|
return 0;
|
|
}
|
|
return list.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C17216urW) && C14957gcv.b(this.b, ((C17216urW) obj).b);
|
|
}
|
|
}
|