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

34 lines
786 B
Java
Raw Normal View History

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