66 lines
1.6 KiB
Java
66 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yGg extends C16562pOe {
|
|
|
|
@SerializedName("numOfTransaction")
|
|
public final Integer a;
|
|
|
|
@SerializedName("transactions")
|
|
public final List<qMF> b;
|
|
|
|
@SerializedName("pagination")
|
|
public final sNV e;
|
|
|
|
private /* synthetic */ yGg(byte b) {
|
|
this((Integer) 0);
|
|
}
|
|
|
|
private yGg(Integer num) {
|
|
this.b = null;
|
|
this.a = num;
|
|
this.e = null;
|
|
}
|
|
|
|
public final String toString() {
|
|
List<qMF> list = this.b;
|
|
Integer num = this.a;
|
|
sNV snv = this.e;
|
|
StringBuilder sb = new StringBuilder("ECouponTransactionEntity(transactions=");
|
|
sb.append(list);
|
|
sb.append(", numOfTransaction=");
|
|
sb.append(num);
|
|
sb.append(", pagination=");
|
|
sb.append(snv);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<qMF> list = this.b;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
Integer num = this.a;
|
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
|
sNV snv = this.e;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (snv != null ? snv.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof yGg)) {
|
|
return false;
|
|
}
|
|
yGg ygg = (yGg) obj;
|
|
return C14957gcv.b(this.b, ygg.b) && C14957gcv.b(this.a, ygg.a) && C14957gcv.b(this.e, ygg.e);
|
|
}
|
|
|
|
public yGg() {
|
|
this((byte) 0);
|
|
}
|
|
}
|