30 lines
691 B
Java
30 lines
691 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class BxK {
|
|
|
|
@SerializedName("text")
|
|
public final String b;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("CloseAccountTextEntity(text=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof BxK) && C14957gcv.b((Object) this.b, (Object) ((BxK) obj).b);
|
|
}
|
|
}
|