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

38 lines
803 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 FFT {
@SerializedName("skuInfo")
public final wKJ e;
public FFT(wKJ wkj) {
this.e = wkj;
}
public final String toString() {
wKJ wkj = this.e;
StringBuilder sb = new StringBuilder("PointRedemption(skuInfo=");
sb.append(wkj);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
wKJ wkj = this.e;
if (wkj == null) {
return 0;
}
return wkj.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof FFT) && C14957gcv.b(this.e, ((FFT) obj).e);
}
}