31 lines
703 B
Java
31 lines
703 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RJt {
|
|
public final String e;
|
|
|
|
public RJt(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.e = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
StringBuilder sb = new StringBuilder("DopaConsentLatestVersion(version=");
|
|
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 RJt) && C14957gcv.b((Object) this.e, (Object) ((RJt) obj).e);
|
|
}
|
|
}
|