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

31 lines
723 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;
/* loaded from: classes3.dex */
public final class eGZ {
@SerializedName("privacyList")
public final List<C5346brM> c;
public final String toString() {
List<C5346brM> list = this.c;
StringBuilder sb = new StringBuilder("PrivacyListEntity(privacyList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof eGZ) && C14957gcv.b(this.c, ((eGZ) obj).c);
}
}