package o; import o.AbstractC15992kKB; /* loaded from: classes2.dex */ public final class ANV extends AbstractC15992kKB.Sts { private Long b; private String c; @Override // o.AbstractC15992kKB.Sts public final AbstractC15992kKB.Sts a(String str) { if (str == null) { throw new NullPointerException("Null nonce"); } this.c = str; return this; } @Override // o.AbstractC15992kKB.Sts public final AbstractC15992kKB.Sts b(long j) { this.b = Long.valueOf(j); return this; } @Override // o.AbstractC15992kKB.Sts public final AbstractC15992kKB b() { String str = this.c; if (str != null) { return new CsW(str, this.b); } throw new IllegalStateException("Missing required properties: nonce"); } }