46 lines
944 B
Java
46 lines
944 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class HtM {
|
||
|
|
||
|
@SerializedName("text")
|
||
|
public final String a;
|
||
|
|
||
|
private HtM(byte b) {
|
||
|
this.a = null;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ HtM(char c) {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
StringBuilder sb = new StringBuilder("Description(text=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.a;
|
||
|
if (str == null) {
|
||
|
return 0;
|
||
|
}
|
||
|
return str.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof HtM) && C14957gcv.b((Object) this.a, (Object) ((HtM) obj).a);
|
||
|
}
|
||
|
|
||
|
public HtM() {
|
||
|
this((char) 0);
|
||
|
}
|
||
|
}
|