正在查看: Perplexity v2.48.1 应用的 I.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Perplexity v2.48.1 应用的 I.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package Oj;
import Ri.W0;
import gm.AbstractC0830e;
import kotlin.jvm.internal.Intrinsics;
public final class I extends O {
public final W0 w;
public final String x;
public final String y;
public I(W0 confirmationMethod) {
Intrinsics.h(confirmationMethod, "confirmationMethod");
this.w = confirmationMethod;
this.x = "invalidConfirmationMethod";
this.y = AbstractC0830e.B("\n PaymentIntent with confirmation_method='automatic' is required.\n The current PaymentIntent has confirmation_method '" + confirmationMethod + "'.\n See https://stripe.com/docs/api/payment_intents/object#payment_intent_object-confirmation_method.\n ");
}
@Override
public final String a() {
return this.x;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof I) && this.w == ((I) obj).w;
}
@Override
public final String getMessage() {
return this.y;
}
public final int hashCode() {
return this.w.hashCode();
}
@Override
public final String toString() {
return "InvalidConfirmationMethod(confirmationMethod=" + this.w + ")";
}
}