what-the-bank/sources/o/C16039kfL.java

35 lines
851 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.kfL, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C16039kfL {
@SerializedName("href")
public final String d;
public final String toString() {
String str = this.d;
StringBuilder sb = new StringBuilder("PageEntity(nextPageUrl=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
if (str == null) {
return 0;
}
return str.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C16039kfL) && C14957gcv.b((Object) this.d, (Object) ((C16039kfL) obj).d);
}
}