41 lines
1.1 KiB
Java
41 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.fJb, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C12858fJb {
|
||
|
|
||
|
@SerializedName("description")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("code")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("HmlOptionsEntity(code=");
|
||
|
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 C12858fJb)) {
|
||
|
return false;
|
||
|
}
|
||
|
C12858fJb c12858fJb = (C12858fJb) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c12858fJb.e) && C14957gcv.b((Object) this.b, (Object) c12858fJb.b);
|
||
|
}
|
||
|
}
|