Aqara Home v2.4.1版本的 MD5 值为:529779ac2bc0131db52a1fc3098d2b35

以下内容为反编译后的 b.java 源代码,内容仅作参考


package k.u.c.x.z3;

import anet.channel.strategy.dispatch.DispatchConstants;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import s.b3.w.k0;
import s.b3.w.w;
import s.h0;
@h0(bv = {1, 0, 3}, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0003\b\u0086\b\u0018\u0000 \u00102\u00020\u0001:\u0001\u0010B\u000f\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\b\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\t\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\n\u001a\u00020\u000b2\b\u0010\f\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\r\u001a\u00020\u000eHÖ\u0001J\t\u0010\u000f\u001a\u00020\u0003HÖ\u0001R\u001a\u0010\u0002\u001a\u00020\u0003X\u0086\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\u0005\u0010\u0006\"\u0004\b\u0007\u0010\u0004¨\u0006\u0011"}, d2 = {"Lcom/lumiunited/aqara/position/binder/WallPaperBean;", "", "wallPagerUrl", "", "(Ljava/lang/String;)V", "getWallPagerUrl", "()Ljava/lang/String;", "setWallPagerUrl", "component1", "copy", "equals", "", DispatchConstants.OTHER, "hashCode", "", "toString", "Companion", "app_homekitRelease"}, k = 1, mv = {1, 1, 15})
public final class b {
    @NotNull
    public static final String b = "http://cdn.cnbj2.fds.api.mi-img.com/lumiaiot/service/icon/background/default1.png";
    public static final a c = new a(null);
    @NotNull
    public String a;

    public static final class a {
        public a() {
        }

        public a(w wVar) {
            this();
        }
    }

    public b() {
        this(null, 1, null);
    }

    public b(@NotNull String str) {
        k0.f(str, "wallPagerUrl");
        this.a = str;
    }

    public static b a(b bVar, String str, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            str = bVar.a;
        }
        return bVar.a(str);
    }

    @NotNull
    public final String a() {
        return this.a;
    }

    @NotNull
    public final b a(@NotNull String str) {
        k0.f(str, "wallPagerUrl");
        return new b(str);
    }

    @NotNull
    public final String b() {
        return this.a;
    }

    public boolean equals(@Nullable Object obj) {
        if (this != obj) {
            return (obj instanceof b) && k0.a((Object) this.a, (Object) ((b) obj).a);
        }
        return true;
    }

    public int hashCode() {
        String str = this.a;
        if (str != null) {
            return str.hashCode();
        }
        return 0;
    }

    @NotNull
    public String toString() {
        return "WallPaperBean(wallPagerUrl=" + this.a + ")";
    }

    public b(String str, int i2, w wVar) {
        this((i2 & 1) != 0 ? b : str);
    }

    public final void b(@NotNull String str) {
        k0.f(str, "<set-?>");
        this.a = str;
    }
}