- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
290 lines
11 KiB
Java
290 lines
11 KiB
Java
package gatewayprotocol.v1;
|
|
|
|
import com.google.protobuf.ByteString;
|
|
import com.google.protobuf.kotlin.DslMap;
|
|
import com.google.protobuf.kotlin.DslProxy;
|
|
import com.google.protobuf.kotlin.ProtoDslMarker;
|
|
import gatewayprotocol.v1.DiagnosticEventRequestOuterClass;
|
|
import gatewayprotocol.v1.TimestampsOuterClass;
|
|
import java.util.Map;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class DiagnosticEventKt {
|
|
public static final DiagnosticEventKt INSTANCE = new DiagnosticEventKt();
|
|
|
|
@ProtoDslMarker
|
|
public static final class Dsl {
|
|
public static final Companion Companion = new Companion(null);
|
|
private final DiagnosticEventRequestOuterClass.DiagnosticEvent.Builder _builder;
|
|
|
|
public /* synthetic */ Dsl(DiagnosticEventRequestOuterClass.DiagnosticEvent.Builder builder, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this(builder);
|
|
}
|
|
|
|
private Dsl(DiagnosticEventRequestOuterClass.DiagnosticEvent.Builder builder) {
|
|
this._builder = builder;
|
|
}
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
|
|
public final /* synthetic */ Dsl _create(DiagnosticEventRequestOuterClass.DiagnosticEvent.Builder builder) {
|
|
Intrinsics.checkNotNullParameter(builder, "builder");
|
|
return new Dsl(builder, null);
|
|
}
|
|
}
|
|
|
|
public final /* synthetic */ DiagnosticEventRequestOuterClass.DiagnosticEvent _build() {
|
|
DiagnosticEventRequestOuterClass.DiagnosticEvent build = this._builder.build();
|
|
Intrinsics.checkNotNullExpressionValue(build, "_builder.build()");
|
|
return build;
|
|
}
|
|
|
|
public final DiagnosticEventRequestOuterClass.DiagnosticEventType getEventType() {
|
|
DiagnosticEventRequestOuterClass.DiagnosticEventType eventType = this._builder.getEventType();
|
|
Intrinsics.checkNotNullExpressionValue(eventType, "_builder.getEventType()");
|
|
return eventType;
|
|
}
|
|
|
|
public final void setEventType(DiagnosticEventRequestOuterClass.DiagnosticEventType value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setEventType(value);
|
|
}
|
|
|
|
public final void clearEventType() {
|
|
this._builder.clearEventType();
|
|
}
|
|
|
|
public final String getCustomEventType() {
|
|
String customEventType = this._builder.getCustomEventType();
|
|
Intrinsics.checkNotNullExpressionValue(customEventType, "_builder.getCustomEventType()");
|
|
return customEventType;
|
|
}
|
|
|
|
public final void setCustomEventType(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setCustomEventType(value);
|
|
}
|
|
|
|
public final void clearCustomEventType() {
|
|
this._builder.clearCustomEventType();
|
|
}
|
|
|
|
public final boolean hasCustomEventType() {
|
|
return this._builder.hasCustomEventType();
|
|
}
|
|
|
|
public final TimestampsOuterClass.Timestamps getTimestamps() {
|
|
TimestampsOuterClass.Timestamps timestamps = this._builder.getTimestamps();
|
|
Intrinsics.checkNotNullExpressionValue(timestamps, "_builder.getTimestamps()");
|
|
return timestamps;
|
|
}
|
|
|
|
public final void setTimestamps(TimestampsOuterClass.Timestamps value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setTimestamps(value);
|
|
}
|
|
|
|
public final void clearTimestamps() {
|
|
this._builder.clearTimestamps();
|
|
}
|
|
|
|
public final boolean hasTimestamps() {
|
|
return this._builder.hasTimestamps();
|
|
}
|
|
|
|
public final double getTimeValue() {
|
|
return this._builder.getTimeValue();
|
|
}
|
|
|
|
public final void setTimeValue(double d) {
|
|
this._builder.setTimeValue(d);
|
|
}
|
|
|
|
public final void clearTimeValue() {
|
|
this._builder.clearTimeValue();
|
|
}
|
|
|
|
public final boolean hasTimeValue() {
|
|
return this._builder.hasTimeValue();
|
|
}
|
|
|
|
public static final class StringTagsProxy extends DslProxy {
|
|
private StringTagsProxy() {
|
|
}
|
|
}
|
|
|
|
public final /* synthetic */ DslMap getStringTagsMap() {
|
|
Map<String, String> stringTagsMap = this._builder.getStringTagsMap();
|
|
Intrinsics.checkNotNullExpressionValue(stringTagsMap, "_builder.getStringTagsMap()");
|
|
return new DslMap(stringTagsMap);
|
|
}
|
|
|
|
public final void putStringTags(DslMap<String, String, StringTagsProxy> dslMap, String key, String value) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.putStringTags(key, value);
|
|
}
|
|
|
|
public final /* synthetic */ void setStringTags(DslMap<String, String, StringTagsProxy> dslMap, String key, String value) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
putStringTags(dslMap, key, value);
|
|
}
|
|
|
|
public final /* synthetic */ void removeStringTags(DslMap dslMap, String key) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
this._builder.removeStringTags(key);
|
|
}
|
|
|
|
public final /* synthetic */ void putAllStringTags(DslMap dslMap, Map map) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(map, "map");
|
|
this._builder.putAllStringTags(map);
|
|
}
|
|
|
|
public final /* synthetic */ void clearStringTags(DslMap dslMap) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
this._builder.clearStringTags();
|
|
}
|
|
|
|
public static final class IntTagsProxy extends DslProxy {
|
|
private IntTagsProxy() {
|
|
}
|
|
}
|
|
|
|
public final /* synthetic */ DslMap getIntTagsMap() {
|
|
Map<String, Integer> intTagsMap = this._builder.getIntTagsMap();
|
|
Intrinsics.checkNotNullExpressionValue(intTagsMap, "_builder.getIntTagsMap()");
|
|
return new DslMap(intTagsMap);
|
|
}
|
|
|
|
public final void putIntTags(DslMap<String, Integer, IntTagsProxy> dslMap, String key, int i) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
this._builder.putIntTags(key, i);
|
|
}
|
|
|
|
public final /* synthetic */ void setIntTags(DslMap<String, Integer, IntTagsProxy> dslMap, String key, int i) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
putIntTags(dslMap, key, i);
|
|
}
|
|
|
|
public final /* synthetic */ void removeIntTags(DslMap dslMap, String key) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
this._builder.removeIntTags(key);
|
|
}
|
|
|
|
public final /* synthetic */ void putAllIntTags(DslMap dslMap, Map map) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
Intrinsics.checkNotNullParameter(map, "map");
|
|
this._builder.putAllIntTags(map);
|
|
}
|
|
|
|
public final /* synthetic */ void clearIntTags(DslMap dslMap) {
|
|
Intrinsics.checkNotNullParameter(dslMap, "<this>");
|
|
this._builder.clearIntTags();
|
|
}
|
|
|
|
public final int getEventId() {
|
|
return this._builder.getEventId();
|
|
}
|
|
|
|
public final void setEventId(int i) {
|
|
this._builder.setEventId(i);
|
|
}
|
|
|
|
public final void clearEventId() {
|
|
this._builder.clearEventId();
|
|
}
|
|
|
|
public final ByteString getImpressionOpportunityId() {
|
|
ByteString impressionOpportunityId = this._builder.getImpressionOpportunityId();
|
|
Intrinsics.checkNotNullExpressionValue(impressionOpportunityId, "_builder.getImpressionOpportunityId()");
|
|
return impressionOpportunityId;
|
|
}
|
|
|
|
public final void setImpressionOpportunityId(ByteString value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setImpressionOpportunityId(value);
|
|
}
|
|
|
|
public final void clearImpressionOpportunityId() {
|
|
this._builder.clearImpressionOpportunityId();
|
|
}
|
|
|
|
public final boolean hasImpressionOpportunityId() {
|
|
return this._builder.hasImpressionOpportunityId();
|
|
}
|
|
|
|
public final String getPlacementId() {
|
|
String placementId = this._builder.getPlacementId();
|
|
Intrinsics.checkNotNullExpressionValue(placementId, "_builder.getPlacementId()");
|
|
return placementId;
|
|
}
|
|
|
|
public final void setPlacementId(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setPlacementId(value);
|
|
}
|
|
|
|
public final void clearPlacementId() {
|
|
this._builder.clearPlacementId();
|
|
}
|
|
|
|
public final boolean hasPlacementId() {
|
|
return this._builder.hasPlacementId();
|
|
}
|
|
|
|
public final DiagnosticEventRequestOuterClass.DiagnosticAdType getAdType() {
|
|
DiagnosticEventRequestOuterClass.DiagnosticAdType adType = this._builder.getAdType();
|
|
Intrinsics.checkNotNullExpressionValue(adType, "_builder.getAdType()");
|
|
return adType;
|
|
}
|
|
|
|
public final void setAdType(DiagnosticEventRequestOuterClass.DiagnosticAdType value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this._builder.setAdType(value);
|
|
}
|
|
|
|
public final void clearAdType() {
|
|
this._builder.clearAdType();
|
|
}
|
|
|
|
public final boolean hasAdType() {
|
|
return this._builder.hasAdType();
|
|
}
|
|
|
|
public final boolean getIsHeaderBidding() {
|
|
return this._builder.getIsHeaderBidding();
|
|
}
|
|
|
|
public final void setIsHeaderBidding(boolean z) {
|
|
this._builder.setIsHeaderBidding(z);
|
|
}
|
|
|
|
public final void clearIsHeaderBidding() {
|
|
this._builder.clearIsHeaderBidding();
|
|
}
|
|
|
|
public final boolean hasIsHeaderBidding() {
|
|
return this._builder.hasIsHeaderBidding();
|
|
}
|
|
}
|
|
|
|
private DiagnosticEventKt() {
|
|
}
|
|
}
|