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

30 lines
724 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class BbW {
@SerializedName("transactionDatetime")
public final String a;
public final String toString() {
String str = this.a;
StringBuilder sb = new StringBuilder("LoanProductOfferingEntity(transactionDateTime=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof BbW) && C14957gcv.b((Object) this.a, (Object) ((BbW) obj).a);
}
}