149 lines
4.8 KiB
Java
149 lines
4.8 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FP extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<FP> CREATOR = new Parcelable.Creator<FP>() { // from class: o.FP.1
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ FP createFromParcel(Parcel parcel) {
|
|
return new FP(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ FP[] newArray(int i) {
|
|
return new FP[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public int b;
|
|
public boolean c;
|
|
public String d;
|
|
public String f;
|
|
public List<FV> g;
|
|
public boolean h;
|
|
public int i;
|
|
public String j;
|
|
public double l;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public FP() {
|
|
}
|
|
|
|
public static FP d() {
|
|
return new FP();
|
|
}
|
|
|
|
protected FP(Parcel parcel) {
|
|
this.a = parcel.readString();
|
|
this.d = parcel.readString();
|
|
this.b = parcel.readInt();
|
|
this.f = parcel.readString();
|
|
this.h = parcel.readByte() != 0;
|
|
this.i = parcel.readInt();
|
|
this.j = parcel.readString();
|
|
this.l = parcel.readDouble();
|
|
this.g = parcel.createTypedArrayList(FV.CREATOR);
|
|
this.c = parcel.readByte() != 0;
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.d);
|
|
parcel.writeInt(this.b);
|
|
parcel.writeString(this.f);
|
|
parcel.writeByte(this.h ? (byte) 1 : (byte) 0);
|
|
parcel.writeInt(this.i);
|
|
parcel.writeString(this.j);
|
|
parcel.writeDouble(this.l);
|
|
parcel.writeTypedList(this.g);
|
|
parcel.writeByte(this.c ? (byte) 1 : (byte) 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
FP fp = (FP) obj;
|
|
if (this.b != fp.b || this.h != fp.h || this.i != fp.i || Double.compare(fp.l, this.l) != 0) {
|
|
return false;
|
|
}
|
|
String str = this.a;
|
|
if (str == null ? fp.a != null : !str.equals(fp.a)) {
|
|
return false;
|
|
}
|
|
String str2 = this.d;
|
|
if (str2 == null ? fp.d != null : !str2.equals(fp.d)) {
|
|
return false;
|
|
}
|
|
String str3 = this.f;
|
|
if (str3 == null ? fp.f != null : !str3.equals(fp.f)) {
|
|
return false;
|
|
}
|
|
String str4 = this.j;
|
|
if (str4 == null ? fp.j != null : !str4.equals(fp.j)) {
|
|
return false;
|
|
}
|
|
if (this.c != fp.c) {
|
|
return false;
|
|
}
|
|
List<FV> list = this.g;
|
|
List<FV> list2 = fp.g;
|
|
return list != null ? list.equals(list2) : list2 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
int i = this.b;
|
|
String str3 = this.f;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
boolean z = this.h;
|
|
int i2 = this.i;
|
|
String str4 = this.j;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
long doubleToLongBits = Double.doubleToLongBits(this.l);
|
|
int i3 = (int) (doubleToLongBits ^ (doubleToLongBits >>> 32));
|
|
List<FV> list = this.g;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + i) * 31) + hashCode3) * 31) + (z ? 1 : 0)) * 31) + i2) * 31) + hashCode4) * 31) + i3) * 31) + (list != null ? list.hashCode() : 0)) * 31) + (this.c ? 1 : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("BulkTransferRecipientsGroupDisplay{groupId='");
|
|
sb.append(this.a);
|
|
sb.append("', groupName='");
|
|
sb.append(this.d);
|
|
sb.append("', maxRecipientAllowed=");
|
|
sb.append(this.b);
|
|
sb.append(", maxRecipientAllowedDisplay='");
|
|
sb.append(this.f);
|
|
sb.append("', maxRecipientReached=");
|
|
sb.append(this.h);
|
|
sb.append(", noOfRecipients=");
|
|
sb.append(this.i);
|
|
sb.append(", noOfRecipientsDisplay='");
|
|
sb.append(this.j);
|
|
sb.append("', totalAmount=");
|
|
sb.append(this.l);
|
|
sb.append(", recipientList=");
|
|
sb.append(this.g);
|
|
sb.append(", hasScheduleFlag=");
|
|
sb.append(this.c);
|
|
sb.append(UrlTreeKt.componentParamSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|