31 lines
820 B
Java
31 lines
820 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.gga, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15073gga {
|
|
|
|
@SerializedName("securitiesUnregisteredFlag")
|
|
public final String d;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
StringBuilder sb = new StringBuilder("UnregisteredSecurityEntity(securitiesUnregisteredFlag=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C15073gga) && C14957gcv.b((Object) this.d, (Object) ((C15073gga) obj).d);
|
|
}
|
|
}
|