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

72 lines
1.9 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.huawei.hms.framework.common.ContainerUtils;
import com.kofax.mobile.sdk._internal.impl.extraction.kta.KtaJsonExactionHelper;
import java.io.Serializable;
/* renamed from: o.glp, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15261glp implements Serializable, Cloneable, gkS {
private final String b;
private final String c;
public C15261glp(String str, String str2) {
this.c = (String) C15264gls.c(str, KtaJsonExactionHelper.NAME);
this.b = str2;
}
public final String toString() {
if (this.b == null) {
return this.c;
}
StringBuilder sb = new StringBuilder(this.c.length() + 1 + this.b.length());
sb.append(this.c);
sb.append(ContainerUtils.KEY_VALUE_DELIMITER);
sb.append(this.b);
return sb.toString();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof gkS)) {
return false;
}
C15261glp c15261glp = (C15261glp) obj;
if (this.c.equals(c15261glp.c)) {
String str = this.b;
String str2 = c15261glp.b;
if (str == null) {
if (str2 == null) {
return true;
}
} else if (str.equals(str2)) {
return true;
}
}
return false;
}
public final Object clone() throws CloneNotSupportedException {
return super.clone();
}
public final int hashCode() {
String str = this.c;
int hashCode = (str != null ? str.hashCode() : 0) + 629;
String str2 = this.b;
return (hashCode * 37) + (str2 != null ? str2.hashCode() : 0);
}
@Override // o.gkS
public final String e() {
return this.b;
}
@Override // o.gkS
public final String c() {
return this.c;
}
}