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