30 lines
694 B
Java
30 lines
694 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yuk {
|
|
|
|
@SerializedName("operatingAccount")
|
|
public final xZD a;
|
|
|
|
public final String toString() {
|
|
xZD xzd = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlValidationConfigEntity(operatingAccount=");
|
|
sb.append(xzd);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof yuk) && C14957gcv.b(this.a, ((yuk) obj).a);
|
|
}
|
|
}
|