正在查看: Rilo v2.0.21 应用的 WeChatPayNextAction.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Rilo v2.0.21 应用的 WeChatPayNextAction.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.stripe.android.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.stripe.android.core.model.StripeModel;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
@Metadata(d1 = {"\u0000@\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\t\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0087\b\u0018\u00002\u00020\u0001B\u0017\b\u0000\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005¢\u0006\u0002\u0010\u0006J\t\u0010\u000b\u001a\u00020\u0003HÆ\u0003J\t\u0010\f\u001a\u00020\u0005HÆ\u0003J\u001d\u0010\r\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0005HÆ\u0001J\t\u0010\u000e\u001a\u00020\u000fHÖ\u0001J\u0013\u0010\u0010\u001a\u00020\u00112\b\u0010\u0012\u001a\u0004\u0018\u00010\u0013HÖ\u0003J\t\u0010\u0014\u001a\u00020\u000fHÖ\u0001J\t\u0010\u0015\u001a\u00020\u0016HÖ\u0001J\u0019\u0010\u0017\u001a\u00020\u00182\u0006\u0010\u0019\u001a\u00020\u001a2\u0006\u0010\u001b\u001a\u00020\u000fHÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0007\u0010\bR\u0011\u0010\u0004\u001a\u00020\u0005¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\n¨\u0006\u001c"}, d2 = {"Lcom/stripe/android/model/WeChatPayNextAction;", "Lcom/stripe/android/core/model/StripeModel;", "paymentIntent", "Lcom/stripe/android/model/PaymentIntent;", "weChat", "Lcom/stripe/android/model/WeChat;", "(Lcom/stripe/android/model/PaymentIntent;Lcom/stripe/android/model/WeChat;)V", "getPaymentIntent", "()Lcom/stripe/android/model/PaymentIntent;", "getWeChat", "()Lcom/stripe/android/model/WeChat;", "component1", "component2", "copy", "describeContents", "", "equals", "", "other", "", "hashCode", "toString", "", "writeToParcel", "", "parcel", "Landroid/os/Parcel;", "flags", "payments-core_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public final class WeChatPayNextAction implements StripeModel {
public static final int $stable = 8;
public static final Parcelable.Creator<WeChatPayNextAction> CREATOR = new Creator();
private final PaymentIntent paymentIntent;
private final WeChat weChat;
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
public static final class Creator implements Parcelable.Creator<WeChatPayNextAction> {
@Override
public final WeChatPayNextAction createFromParcel(Parcel parcel) {
Intrinsics.checkNotNullParameter(parcel, "parcel");
return new WeChatPayNextAction(PaymentIntent.CREATOR.createFromParcel(parcel), WeChat.CREATOR.createFromParcel(parcel));
}
@Override
public final WeChatPayNextAction[] newArray(int i2) {
return new WeChatPayNextAction[i2];
}
}
public static WeChatPayNextAction copy$default(WeChatPayNextAction weChatPayNextAction, PaymentIntent paymentIntent, WeChat weChat, int i2, Object obj) {
if ((i2 & 1) != 0) {
paymentIntent = weChatPayNextAction.paymentIntent;
}
if ((i2 & 2) != 0) {
weChat = weChatPayNextAction.weChat;
}
return weChatPayNextAction.copy(paymentIntent, weChat);
}
public final PaymentIntent getPaymentIntent() {
return this.paymentIntent;
}
public final WeChat getWeChat() {
return this.weChat;
}
public final WeChatPayNextAction copy(PaymentIntent paymentIntent, WeChat weChat) {
Intrinsics.checkNotNullParameter(paymentIntent, "paymentIntent");
Intrinsics.checkNotNullParameter(weChat, "weChat");
return new WeChatPayNextAction(paymentIntent, weChat);
}
public int describeContents() {
return 0;
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof WeChatPayNextAction)) {
return false;
}
WeChatPayNextAction weChatPayNextAction = (WeChatPayNextAction) other;
return Intrinsics.areEqual(this.paymentIntent, weChatPayNextAction.paymentIntent) && Intrinsics.areEqual(this.weChat, weChatPayNextAction.weChat);
}
public int hashCode() {
return (this.paymentIntent.hashCode() * 31) + this.weChat.hashCode();
}
public String toString() {
return "WeChatPayNextAction(paymentIntent=" + this.paymentIntent + ", weChat=" + this.weChat + ")";
}
public void writeToParcel(Parcel parcel, int flags) {
Intrinsics.checkNotNullParameter(parcel, "out");
this.paymentIntent.writeToParcel(parcel, flags);
this.weChat.writeToParcel(parcel, flags);
}
public WeChatPayNextAction(PaymentIntent paymentIntent, WeChat weChat) {
Intrinsics.checkNotNullParameter(paymentIntent, "paymentIntent");
Intrinsics.checkNotNullParameter(weChat, "weChat");
this.paymentIntent = paymentIntent;
this.weChat = weChat;
}
public final PaymentIntent getPaymentIntent() {
return this.paymentIntent;
}
public final WeChat getWeChat() {
return this.weChat;
}
}