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

31 lines
738 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.simpleframework.xml.strategy.Name;
/* loaded from: classes3.dex */
public final class Hvc {
@SerializedName(Name.MARK)
private final String e;
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("ThirdPartySlipRequest(id=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Hvc) && C14957gcv.b((Object) this.e, (Object) ((Hvc) obj).e);
}
}