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


package com.xingin.alpha.bean;

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

@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b†\b\u0018\u00002\u00020\u0001B\u000f\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0007\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\b\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\t\u001a\u00020\n2\b\u0010\u000b\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\f\u001a\u00020\rHÖ\u0001J\t\u0010\u000e\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X‡\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006¨\u0006\u000f"}, d2 = {"Lcom/xingin/alpha/bean/RobsUrlConfig;", "", "robsUrl", "", "(Ljava/lang/String;)V", "getRobsUrl", "()Ljava/lang/String;", "component1", p.COPY, "equals", "", "other", "hashCode", "", "toString", "alpha_library_release"}, k = 1, mv = {1, 6, 0}, xi = 48)
/* compiled from: AlphaConfig.kt */
public final class RobsUrlConfig {
    @SerializedName("robs_url")
    private final String robsUrl;

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

    public RobsUrlConfig(String str) {
        Intrinsics.checkNotNullParameter(str, "robsUrl");
        this.robsUrl = str;
    }

    public static /* synthetic */ RobsUrlConfig copy$default(RobsUrlConfig robsUrlConfig, String str, int i10, Object obj) {
        if ((i10 & 1) != 0) {
            str = robsUrlConfig.robsUrl;
        }
        return robsUrlConfig.copy(str);
    }

    public final String component1() {
        return this.robsUrl;
    }

    public final RobsUrlConfig copy(String str) {
        Intrinsics.checkNotNullParameter(str, "robsUrl");
        return new RobsUrlConfig(str);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof RobsUrlConfig) && Intrinsics.areEqual(this.robsUrl, ((RobsUrlConfig) obj).robsUrl);
    }

    public final String getRobsUrl() {
        return this.robsUrl;
    }

    public int hashCode() {
        return this.robsUrl.hashCode();
    }

    public String toString() {
        return "RobsUrlConfig(robsUrl=" + this.robsUrl + ')';
    }

    /* JADX INFO: this call moved to the top of the method (can break code semantics) */
    public /* synthetic */ RobsUrlConfig(String str, int i10, DefaultConstructorMarker defaultConstructorMarker) {
        this((i10 & 1) != 0 ? "www.xiaohongshu.com/spectrum/obs" : str);
    }
}