正在查看: BetterTogether v3.0.0 应用的 w.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: BetterTogether v3.0.0 应用的 w.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package e9;
import kotlin.jvm.internal.Intrinsics;
public final class w {
public final String f6979a;
public final String f6980b;
public final String f6981c;
public final String f6982d;
public final String f6983e;
public final String f6984f;
public final String f6985g;
public final String f6986h;
public w() {
Intrinsics.checkNotNullParameter("https://api.storyly.io/sdk/v2.15/stories/{token}", "storylyListEndpoint");
Intrinsics.checkNotNullParameter("https://trk.storyly.io/traffic/{token}", "storylyAnalyticsEndpoint");
Intrinsics.checkNotNullParameter("https://api.storyly.io/products/sdk/v2.15/{token}", "storylyProductEndpoint");
Intrinsics.checkNotNullParameter("https://open.storyly.io/share/v2/{story_id}", "shareUrl");
Intrinsics.checkNotNullParameter("https://api.storyly.io/ugc/v1.31/stories/report", "momentsReportEndpoint");
Intrinsics.checkNotNullParameter("https://ugc-trk.storyly.io/traffic", "momentsAnalyticsEndpoint");
Intrinsics.checkNotNullParameter("https://api.storyly.io/ugc/v1.31/story-groups/ids", "momentsStoryGroupIdsEndpoint");
Intrinsics.checkNotNullParameter("https://api.storyly.io/ugc/v1.31/story-groups", "momentsStoryGroupPagedListEndpoint");
this.f6979a = "https://api.storyly.io/sdk/v2.15/stories/{token}";
this.f6980b = "https://trk.storyly.io/traffic/{token}";
this.f6981c = "https://api.storyly.io/products/sdk/v2.15/{token}";
this.f6982d = "https://open.storyly.io/share/v2/{story_id}";
this.f6983e = "https://api.storyly.io/ugc/v1.31/stories/report";
this.f6984f = "https://ugc-trk.storyly.io/traffic";
this.f6985g = "https://api.storyly.io/ugc/v1.31/story-groups/ids";
this.f6986h = "https://api.storyly.io/ugc/v1.31/story-groups";
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof w)) {
return false;
}
w wVar = (w) obj;
return Intrinsics.c(this.f6979a, wVar.f6979a) && Intrinsics.c(this.f6980b, wVar.f6980b) && Intrinsics.c(this.f6981c, wVar.f6981c) && Intrinsics.c(this.f6982d, wVar.f6982d) && Intrinsics.c(this.f6983e, wVar.f6983e) && Intrinsics.c(this.f6984f, wVar.f6984f) && Intrinsics.c(this.f6985g, wVar.f6985g) && Intrinsics.c(this.f6986h, wVar.f6986h);
}
public final int hashCode() {
return this.f6986h.hashCode() + g0.b.d(this.f6985g, g0.b.d(this.f6984f, g0.b.d(this.f6983e, g0.b.d(this.f6982d, g0.b.d(this.f6981c, g0.b.d(this.f6980b, this.f6979a.hashCode() * 31, 31), 31), 31), 31), 31), 31);
}
public final String toString() {
StringBuilder sb2 = new StringBuilder("EndpointConstants(storylyListEndpoint=");
sb2.append(this.f6979a);
sb2.append(", storylyAnalyticsEndpoint=");
sb2.append(this.f6980b);
sb2.append(", storylyProductEndpoint=");
sb2.append(this.f6981c);
sb2.append(", shareUrl=");
sb2.append(this.f6982d);
sb2.append(", momentsReportEndpoint=");
sb2.append(this.f6983e);
sb2.append(", momentsAnalyticsEndpoint=");
sb2.append(this.f6984f);
sb2.append(", momentsStoryGroupIdsEndpoint=");
sb2.append(this.f6985g);
sb2.append(", momentsStoryGroupPagedListEndpoint=");
return g0.b.x(sb2, this.f6986h, ')');
}
}