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

30 lines
698 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class PqB {
@SerializedName("stage")
public final String c;
public final String toString() {
String str = this.c;
StringBuilder sb = new StringBuilder("SCBSRegistrationStageEntity(stage=");
sb.append(str);
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 PqB) && C14957gcv.b((Object) this.c, (Object) ((PqB) obj).c);
}
}