47 lines
1.1 KiB
Java
47 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class hJo {
|
|
|
|
@SerializedName("operatingAccount")
|
|
private final EBC c;
|
|
|
|
@SerializedName("applicationUuid")
|
|
private final String e;
|
|
|
|
public hJo(String str, EBC ebc) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(ebc, "");
|
|
this.e = str;
|
|
this.c = ebc;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
EBC ebc = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlEditOperatingAccountRequest(applicationUuid=");
|
|
sb.append(str);
|
|
sb.append(", operatingAccount=");
|
|
sb.append(ebc);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.e.hashCode() * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof hJo)) {
|
|
return false;
|
|
}
|
|
hJo hjo = (hJo) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) hjo.e) && C14957gcv.b(this.c, hjo.c);
|
|
}
|
|
}
|