84 lines
2.3 KiB
Java
84 lines
2.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.lLt, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16110lLt implements Parcelable {
|
|
public static final Sts CREATOR = new Sts(0);
|
|
public final int a;
|
|
public final int e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C16110lLt(int i, int i2) {
|
|
this.e = i;
|
|
this.a = i2;
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C16110lLt(Parcel parcel) {
|
|
this(parcel.readInt(), parcel.readInt());
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.e);
|
|
parcel.writeInt(this.a);
|
|
}
|
|
|
|
/* renamed from: o.lLt$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C16110lLt> {
|
|
private Sts() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C16110lLt createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C16110lLt(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C16110lLt[] newArray(int i) {
|
|
return new C16110lLt[i];
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.e;
|
|
int i2 = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlBusinessValidation(minAmount=");
|
|
sb.append(i);
|
|
sb.append(", maxAmount=");
|
|
sb.append(i2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (Integer.hashCode(this.e) * 31) + Integer.hashCode(this.a);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16110lLt)) {
|
|
return false;
|
|
}
|
|
C16110lLt c16110lLt = (C16110lLt) obj;
|
|
return this.e == c16110lLt.e && this.a == c16110lLt.a;
|
|
}
|
|
}
|