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

35 lines
866 B
Java
Raw Normal View History

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