package o; /* renamed from: o.gv, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15595gv { public boolean c; private /* synthetic */ C15595gv(byte b) { this(false); } public C15595gv(boolean z) { this.c = z; } public final String toString() { boolean z = this.c; StringBuilder sb = new StringBuilder("BillPayHistoryScrollToBottom(isBottom="); sb.append(z); sb.append(")"); return sb.toString(); } public final int hashCode() { boolean z = this.c; if (z) { return 1; } return z ? 1 : 0; } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C15595gv) && this.c == ((C15595gv) obj).c; } public C15595gv() { this((byte) 0); } }