导航菜单

页面标题

页面副标题

Baubap v3.9.7 - s.java 源代码

正在查看: Baubap v3.9.7 应用的 s.java JAVA 源代码文件

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


package bo;

public final class s implements r {

    public final String f7138a = null;

    public final String f7139b = "https://media.baubap.com/android/cashback/cashback_home_state.svg";

    public final boolean f7140c = true;

    public s() {
        u[] uVarArr = u.f7145b;
    }

    @Override
    public final boolean a() {
        return this.f7140c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof s)) {
            return false;
        }
        s sVar = (s) obj;
        return xu.b.n(this.f7138a, sVar.f7138a) && xu.b.n(this.f7139b, sVar.f7139b) && this.f7140c == sVar.f7140c;
    }

    @Override
    public final String getContentDescription() {
        return this.f7138a;
    }

    public final int hashCode() {
        String str = this.f7138a;
        return iq.a.j(this.f7139b, (str == null ? 0 : str.hashCode()) * 31, 31) + (this.f7140c ? 1231 : 1237);
    }

    public final String toString() {
        StringBuilder sb2 = new StringBuilder("PdsTrailingImage(contentDescription=");
        sb2.append(this.f7138a);
        sb2.append(", imageUrl=");
        sb2.append(this.f7139b);
        sb2.append(", showTrailing=");
        return g0.h.K(sb2, this.f7140c, ")");
    }
}