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

46 lines
981 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 mtF extends C16562pOe {
@SerializedName("slipRefId")
public final String b;
private /* synthetic */ mtF(byte b) {
this("");
}
private mtF(String str) {
this.b = str;
}
public final String toString() {
String str = this.b;
StringBuilder sb = new StringBuilder("PointToPayConfirmEntity(slipRefId=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
if (str == null) {
return 0;
}
return str.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof mtF) && C14957gcv.b((Object) this.b, (Object) ((mtF) obj).b);
}
public mtF() {
this((byte) 0);
}
}