51 lines
1.4 KiB
Java
51 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class lge {
|
|
|
|
@SerializedName("quantity")
|
|
public final int b;
|
|
|
|
@SerializedName("skuId")
|
|
public final String c;
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
public final String d;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
int i = this.b;
|
|
String str2 = this.d;
|
|
StringBuilder sb = new StringBuilder("SkuInfoEntity(skuId=");
|
|
sb.append(str);
|
|
sb.append(", quantity=");
|
|
sb.append(i);
|
|
sb.append(", transactionId=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
int hashCode2 = Integer.hashCode(this.b);
|
|
String str2 = this.d;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof lge)) {
|
|
return false;
|
|
}
|
|
lge lgeVar = (lge) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) lgeVar.c) && this.b == lgeVar.b && C14957gcv.b((Object) this.d, (Object) lgeVar.d);
|
|
}
|
|
}
|