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

43 lines
1.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class ztt {
@SerializedName("remark")
public final XlB a;
@SerializedName("submitDateTime")
public final String d;
public final String toString() {
String str = this.d;
XlB xlB = this.a;
StringBuilder sb = new StringBuilder("IdpConfirmationEntity(submitDateTime=");
sb.append(str);
sb.append(", remark=");
sb.append(xlB);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
XlB xlB = this.a;
return (hashCode * 31) + (xlB != null ? xlB.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ztt)) {
return false;
}
ztt zttVar = (ztt) obj;
return C14957gcv.b((Object) this.d, (Object) zttVar.d) && C14957gcv.b(this.a, zttVar.a);
}
}