小红书.apk(点击下载) / b.java


package t41;

import com.google.gson.annotations.SerializedName;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;

@Metadata(bv = {}, d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u000b\b†\b\u0018\u00002\u00020\u0001B%\u0012\b\b\u0002\u0010\t\u001a\u00020\u0002\u0012\b\b\u0002\u0010\u000f\u001a\u00020\u0002\u0012\b\b\u0002\u0010\r\u001a\u00020\u0002¢\u0006\u0004\b\u0010\u0010\u0011J\t\u0010\u0003\u001a\u00020\u0002HÖ\u0001J\t\u0010\u0005\u001a\u00020\u0004HÖ\u0001J\u0013\u0010\b\u001a\u00020\u00072\b\u0010\u0006\u001a\u0004\u0018\u00010\u0001HÖ\u0003R\u001a\u0010\t\u001a\u00020\u00028\u0006X‡\u0004¢\u0006\f\n\u0004\b\t\u0010\n\u001a\u0004\b\u000b\u0010\fR\u001a\u0010\r\u001a\u00020\u00028\u0006X‡\u0004¢\u0006\f\n\u0004\b\r\u0010\n\u001a\u0004\b\u000e\u0010\f¨\u0006\u0012"}, d2 = {"Lt41/b;", "", "", "toString", "", "hashCode", "other", "", "equals", "creatorLink", "Ljava/lang/String;", "b", "()Ljava/lang/String;", "commentManagerLink", "a", "proLink", "<init>", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "matrix_base_library_release"}, k = 1, mv = {1, 6, 0})
/* compiled from: ConfigEntities.kt */
public final class b {
    @SerializedName("comment_manage_link")
    private final String commentManagerLink;
    @SerializedName("creator_link")
    private final String creatorLink;
    @SerializedName("pro_link")
    private final String proLink;

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

    public b(String str, String str2, String str3) {
        Intrinsics.checkNotNullParameter(str, "creatorLink");
        Intrinsics.checkNotNullParameter(str2, "proLink");
        Intrinsics.checkNotNullParameter(str3, "commentManagerLink");
        this.creatorLink = str;
        this.proLink = str2;
        this.commentManagerLink = str3;
    }

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

    public final String b() {
        return this.creatorLink;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        return Intrinsics.areEqual(this.creatorLink, bVar.creatorLink) && Intrinsics.areEqual(this.proLink, bVar.proLink) && Intrinsics.areEqual(this.commentManagerLink, bVar.commentManagerLink);
    }

    public int hashCode() {
        return (((this.creatorLink.hashCode() * 31) + this.proLink.hashCode()) * 31) + this.commentManagerLink.hashCode();
    }

    public String toString() {
        String str = this.creatorLink;
        String str2 = this.proLink;
        String str3 = this.commentManagerLink;
        return "CreatorConfig(creatorLink=" + str + ", proLink=" + str2 + ", commentManagerLink=" + str3 + ")";
    }

    /* JADX INFO: this call moved to the top of the method (can break code semantics) */
    public /* synthetic */ b(String str, String str2, String str3, int i10, DefaultConstructorMarker defaultConstructorMarker) {
        this((i10 & 1) != 0 ? "https://www.xiaohongshu.com/picasso_pages/author-center/main?fullscreen=true" : str, (i10 & 2) != 0 ? "https://www.xiaohongshu.com/company/home?fullscreen=true" : str2, (i10 & 4) != 0 ? "https://www.xiaohongshu.com/creator/comment-list" : str3);
    }
}