Class EventGroupRemoteDescriptors.EventGroupRemoteDescriptor
- java.lang.Object
-
- com.intellij.internal.statistic.eventLog.connection.metadata.EventGroupRemoteDescriptors.EventGroupRemoteDescriptor
-
- Enclosing class:
- EventGroupRemoteDescriptors
public static final class EventGroupRemoteDescriptors.EventGroupRemoteDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description @Nullable java.util.ArrayList<EventGroupRemoteDescriptors.GroupBuildRange>builds@Nullable java.lang.Stringid@Nullable EventGroupRemoteDescriptors.GroupRemoteRulerules@Nullable java.util.ArrayList<EventGroupRemoteDescriptors.GroupVersionRange>versions
-
Constructor Summary
Constructors Constructor Description EventGroupRemoteDescriptor()
-
-
-
Field Detail
-
id
@Nullable public @Nullable java.lang.String id
-
builds
@Nullable public final @Nullable java.util.ArrayList<EventGroupRemoteDescriptors.GroupBuildRange> builds
-
versions
@Nullable public final @Nullable java.util.ArrayList<EventGroupRemoteDescriptors.GroupVersionRange> versions
-
rules
@Nullable public @Nullable EventGroupRemoteDescriptors.GroupRemoteRule rules
-
-