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

40 lines
996 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class suj {
@SerializedName("code")
public final String b;
@SerializedName("description")
public final String e;
public final String toString() {
String str = this.b;
String str2 = this.e;
StringBuilder sb = new StringBuilder("GenderReviewEntity(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof suj)) {
return false;
}
suj sujVar = (suj) obj;
return C14957gcv.b((Object) this.b, (Object) sujVar.b) && C14957gcv.b((Object) this.e, (Object) sujVar.e);
}
}