39 lines
954 B
Java
39 lines
954 B
Java
package o;
|
|
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes.dex */
|
|
public final class MbX extends KKK {
|
|
private final long b;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public MbX(long j) {
|
|
this.b = j;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
return (obj instanceof KKK) && this.b == ((KKK) obj).a();
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("LogResponse{nextRequestWaitMillis=");
|
|
sb.append(this.b);
|
|
sb.append(UrlTreeKt.componentParamSuffix);
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.KKK
|
|
public final long a() {
|
|
return this.b;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
long j = this.b;
|
|
return ((int) (j ^ (j >>> 32))) ^ 1000003;
|
|
}
|
|
}
|