75 lines
2.0 KiB
Java
75 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class MfD extends C16562pOe {
|
||
|
|
||
|
@SerializedName("description")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("termAndCon")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("transactions")
|
||
|
public final List<C0921Rpq> c;
|
||
|
|
||
|
@SerializedName("rewardPoints")
|
||
|
public final Integer e;
|
||
|
|
||
|
private /* synthetic */ MfD(byte b) {
|
||
|
this(0, "", "");
|
||
|
}
|
||
|
|
||
|
private MfD(Integer num, String str, String str2) {
|
||
|
this.c = null;
|
||
|
this.e = num;
|
||
|
this.a = str;
|
||
|
this.b = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
List<C0921Rpq> list = this.c;
|
||
|
Integer num = this.e;
|
||
|
String str = this.a;
|
||
|
String str2 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("PointToPayTransactionEntity(pointToPayTransactionList=");
|
||
|
sb.append(list);
|
||
|
sb.append(", rewardPoints=");
|
||
|
sb.append(num);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str);
|
||
|
sb.append(", termAndCon=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
List<C0921Rpq> list = this.c;
|
||
|
int hashCode = list == null ? 0 : list.hashCode();
|
||
|
Integer num = this.e;
|
||
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof MfD)) {
|
||
|
return false;
|
||
|
}
|
||
|
MfD mfD = (MfD) obj;
|
||
|
return C14957gcv.b(this.c, mfD.c) && C14957gcv.b(this.e, mfD.e) && C14957gcv.b((Object) this.a, (Object) mfD.a) && C14957gcv.b((Object) this.b, (Object) mfD.b);
|
||
|
}
|
||
|
|
||
|
public MfD() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|