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

47 lines
1001 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class Gwj extends C16562pOe {
@SerializedName("plans")
public final List<JlT> a;
private /* synthetic */ Gwj(char c) {
this((byte) 0);
}
private Gwj(byte b) {
this.a = null;
}
public final String toString() {
List<JlT> list = this.a;
StringBuilder sb = new StringBuilder("DeejungPlansListResponseEntity(plans=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<JlT> list = this.a;
if (list == null) {
return 0;
}
return list.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Gwj) && C14957gcv.b(this.a, ((Gwj) obj).a);
}
public Gwj() {
this((char) 0);
}
}