导航菜单

页面标题

页面副标题

BetterTogether v3.0.0 - m.java 源代码

正在查看: BetterTogether v3.0.0 应用的 m.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package id;

import a0.g0;
import kotlin.jvm.internal.Intrinsics;

public final class m {

    public final String f9241a;

    public final String f9242b;

    public final String f9243c;

    public m() {
        g0.u("22BM2K", "clientId", "51c5550b08714889d64102bbe3c56af9", "clientSecret", "https://www.bettertogether-app.com/callback", "redirectUrl");
        this.f9241a = "22BM2K";
        this.f9242b = "51c5550b08714889d64102bbe3c56af9";
        this.f9243c = "https://www.bettertogether-app.com/callback";
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof m)) {
            return false;
        }
        m mVar = (m) obj;
        return Intrinsics.c(this.f9241a, mVar.f9241a) && Intrinsics.c(this.f9242b, mVar.f9242b) && Intrinsics.c(this.f9243c, mVar.f9243c);
    }

    public final int hashCode() {
        return this.f9243c.hashCode() + g0.b.d(this.f9242b, this.f9241a.hashCode() * 31, 31);
    }

    public final String toString() {
        StringBuilder sb2 = new StringBuilder("FitbitConfig(clientId=");
        sb2.append(this.f9241a);
        sb2.append(", clientSecret=");
        sb2.append(this.f9242b);
        sb2.append(", redirectUrl=");
        return g0.b.n(sb2, this.f9243c, ")");
    }
}