40 lines
977 B
Java
40 lines
977 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class poL {
|
|
|
|
@SerializedName("uuid")
|
|
public final String b;
|
|
|
|
@SerializedName("refId")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlGenerateOTPEntity(uuid=");
|
|
sb.append(str);
|
|
sb.append(", refId=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.b.hashCode() * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof poL)) {
|
|
return false;
|
|
}
|
|
poL pol = (poL) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) pol.b) && C14957gcv.b((Object) this.e, (Object) pol.e);
|
|
}
|
|
}
|