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 nae {
|
||
|
|
||
|
@SerializedName("skuId")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("quantity")
|
||
|
public final int d;
|
||
|
|
||
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
int i = this.d;
|
||
|
String str2 = this.e;
|
||
|
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.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = Integer.hashCode(this.d);
|
||
|
String str2 = this.e;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof nae)) {
|
||
|
return false;
|
||
|
}
|
||
|
nae naeVar = (nae) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) naeVar.b) && this.d == naeVar.d && C14957gcv.b((Object) this.e, (Object) naeVar.e);
|
||
|
}
|
||
|
}
|