正在查看: 万能钥匙 v1.1.23 应用的 f.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 万能钥匙 v1.1.23 应用的 f.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package f20;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;
import kotlin.Metadata;
@Metadata(d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0004\n\u0002\u0010\u000b\n\u0002\b\u0014\b\u0086\b\u0018\u00002\u00020\u0001B'\u0012\u0006\u0010\u0003\u001a\u00020\u0002\u0012\u0006\u0010\u0004\u001a\u00020\u0002\u0012\u0006\u0010\u0006\u001a\u00020\u0005\u0012\u0006\u0010\u0007\u001a\u00020\u0002¢\u0006\u0004\b\b\u0010\tJ\r\u0010\u000b\u001a\u00020\n¢\u0006\u0004\b\u000b\u0010\fJ\u0010\u0010\r\u001a\u00020\u0002HÖ\u0001¢\u0006\u0004\b\r\u0010\u000eJ\u0010\u0010\u000f\u001a\u00020\u0005HÖ\u0001¢\u0006\u0004\b\u000f\u0010\u0010J\u001a\u0010\u0012\u001a\u00020\n2\b\u0010\u0011\u001a\u0004\u0018\u00010\u0001HÖ\u0003¢\u0006\u0004\b\u0012\u0010\u0013R\u0017\u0010\u0003\u001a\u00020\u00028\u0006¢\u0006\f\n\u0004\b\u000b\u0010\u0014\u001a\u0004\b\u0015\u0010\u000eR\u0017\u0010\u0004\u001a\u00020\u00028\u0006¢\u0006\f\n\u0004\b\u0015\u0010\u0014\u001a\u0004\b\u0016\u0010\u000eR\u0017\u0010\u0006\u001a\u00020\u00058\u0006¢\u0006\f\n\u0004\b\u0017\u0010\u0018\u001a\u0004\b\u0019\u0010\u0010R\u0017\u0010\u0007\u001a\u00020\u00028\u0006¢\u0006\f\n\u0004\b\u0016\u0010\u0014\u001a\u0004\b\u0017\u0010\u000eR\u001a\u0010\u001b\u001a\u00020\u00028\u0006X\u0086D¢\u0006\f\n\u0004\b\u001a\u0010\u0014\u001a\u0004\b\u001a\u0010\u000eR\u001a\u0010\u001d\u001a\u00020\u00028\u0006X\u0086D¢\u0006\f\n\u0004\b\u001c\u0010\u0014\u001a\u0004\b\u001c\u0010\u000e¨\u0006\u001e"}, d2 = {"Lf20/f;", "", "", "accessCode", "operatorType", "", "expiredTime", "number", "<init>", "(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V", "", "a", "()Z", "toString", "()Ljava/lang/String;", "hashCode", "()I", "other", "equals", "(Ljava/lang/Object;)Z", "Ljava/lang/String;", bg.b.f9417c, bg.d.f9423d, r0.c.f68529d, "I", "getExpiredTime", "e", "operatorsServiceAgreement", "f", "operatorsServiceAgreementUrl", "user-core_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public final class f {
public static ChangeQuickRedirect changeQuickRedirect;
public final String accessCode;
public final String operatorType;
public final int expiredTime;
public final String number;
public final String operatorsServiceAgreement = "天翼账号服务与隐私协议";
public final String operatorsServiceAgreementUrl = "https://e.189.cn/sdk/agreement/detail.do?hidetop=true";
public f(String str, String str2, int i11, String str3) {
this.accessCode = str;
this.operatorType = str2;
this.expiredTime = i11;
this.number = str3;
}
public final boolean a() {
PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 29164, new Class[0], Boolean.TYPE);
return proxy.isSupported ? ((Boolean) proxy.result).booleanValue() : this.accessCode.length() > 0 && this.operatorType.length() > 0 && this.expiredTime > 0 && this.number.length() > 0;
}
public final String getAccessCode() {
return this.accessCode;
}
public final String getNumber() {
return this.number;
}
public final String getOperatorType() {
return this.operatorType;
}
public final String getOperatorsServiceAgreement() {
return this.operatorsServiceAgreement;
}
public boolean equals(Object other) {
PatchProxyResult proxy = PatchProxy.proxy(new Object[]{other}, this, changeQuickRedirect, false, 29169, new Class[]{Object.class}, Boolean.TYPE);
if (proxy.isSupported) {
return ((Boolean) proxy.result).booleanValue();
}
if (this == other) {
return true;
}
if (!(other instanceof f)) {
return false;
}
f fVar = (f) other;
return kotlin.jvm.internal.n.d(this.accessCode, fVar.accessCode) && kotlin.jvm.internal.n.d(this.operatorType, fVar.operatorType) && this.expiredTime == fVar.expiredTime && kotlin.jvm.internal.n.d(this.number, fVar.number);
}
public final String getOperatorsServiceAgreementUrl() {
return this.operatorsServiceAgreementUrl;
}
public int hashCode() {
PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 29168, new Class[0], Integer.TYPE);
return proxy.isSupported ? ((Integer) proxy.result).intValue() : (((((this.accessCode.hashCode() * 31) + this.operatorType.hashCode()) * 31) + this.expiredTime) * 31) + this.number.hashCode();
}
public String toString() {
PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 29167, new Class[0], String.class);
if (proxy.isSupported) {
return (String) proxy.result;
}
return "CtccNumberInfo(accessCode=" + this.accessCode + ", operatorType=" + this.operatorType + ", expiredTime=" + this.expiredTime + ", number=" + this.number + ')';
}
}