what-the-bank/sources/o/zsC.java

34 lines
785 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class zsC {
@SerializedName("flagStatus")
public final String a;
public final String toString() {
String str = this.a;
StringBuilder sb = new StringBuilder("IdpFlagStatusEntity(flagStatus=");
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 zsC) && C14957gcv.b((Object) this.a, (Object) ((zsC) obj).a);
}
}