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

31 lines
654 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class zKN {
@SerializedName("stage")
public String d;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
String str = this.d;
String str2 = ((zKN) obj).d;
return str != null ? str.equals(str2) : str2 == null;
}
public int hashCode() {
String str = this.d;
if (str != null) {
return str.hashCode();
}
return 0;
}
}