34 lines
784 B
Java
34 lines
784 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class DpX {
|
||
|
|
||
|
@SerializedName("TIME_SEE_CARD_INFO")
|
||
|
public final Integer d;
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.d;
|
||
|
StringBuilder sb = new StringBuilder("AppConfigDebitEntity(timeSeeCardInfo=");
|
||
|
sb.append(num);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.d;
|
||
|
if (num == null) {
|
||
|
return 0;
|
||
|
}
|
||
|
return num.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof DpX) && C14957gcv.b(this.d, ((DpX) obj).d);
|
||
|
}
|
||
|
}
|