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

36 lines
890 B
Java

package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class Ntk {
@SerializedName(PlaceTypes.COUNTRY)
public final List<yzb> d;
public final String toString() {
List<yzb> list = this.d;
StringBuilder sb = new StringBuilder("SingleFormReferenceCountiesEntity(countryList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<yzb> list = this.d;
if (list == null) {
return 0;
}
return list.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Ntk) && C14957gcv.b(this.d, ((Ntk) obj).d);
}
}