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

50 lines
1.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class oXt {
@SerializedName("refId")
public final String c;
@SerializedName("mobileNo")
public final String d;
@SerializedName("deviceState")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.c;
StringBuilder sb = new StringBuilder("JuristicStateResponseEntity(deviceState=");
sb.append(str);
sb.append(", mobileNo=");
sb.append(str2);
sb.append(", refId=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof oXt)) {
return false;
}
oXt oxt = (oXt) obj;
return C14957gcv.b((Object) this.e, (Object) oxt.e) && C14957gcv.b((Object) this.d, (Object) oxt.d) && C14957gcv.b((Object) this.c, (Object) oxt.c);
}
}