discord-jadx/app/src/main/java/c/i/a/f/i/b/l.java

57 lines
1.8 KiB
Java

package c.i.a.f.i.b;
import com.airbnb.lottie.parser.AnimatableValueParser;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class l {
public final String a;
public final String b;
/* renamed from: c reason: collision with root package name */
public final long f1169c;
public final long d;
public final long e;
public final long f;
public final long g;
public final Long h;
public final Long i;
public final Long j;
public final Boolean k;
public l(String str, String str2, long j) {
this(str, str2, 0, 0, 0, j, 0, null, null, null, null);
}
public l(String str, String str2, long j, long j2, long j3, long j4, long j5, Long l, Long l2, Long l3, Boolean bool) {
AnimatableValueParser.w(str);
AnimatableValueParser.w(str2);
boolean z2 = true;
AnimatableValueParser.m(j >= 0);
AnimatableValueParser.m(j2 >= 0);
AnimatableValueParser.m(j3 >= 0);
AnimatableValueParser.m(j5 < 0 ? false : z2);
this.a = str;
this.b = str2;
this.f1169c = j;
this.d = j2;
this.e = j3;
this.f = j4;
this.g = j5;
this.h = l;
this.i = l2;
this.j = l3;
this.k = bool;
}
public final l a(long j) {
return new l(this.a, this.b, this.f1169c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k);
}
public final l b(long j, long j2) {
return new l(this.a, this.b, this.f1169c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k);
}
public final l c(Long l, Long l2, Boolean bool) {
return new l(this.a, this.b, this.f1169c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null);
}
}