Class RequiredFieldValidationRule
-
- All Implemented Interfaces:
-
com.jetbrains.fus.reporting.api.FUSRule
public final class RequiredFieldValidationRule extends PerformanceCareRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequiredFieldValidationRule.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringeventIdprivate final List<IntRange>groupVersionRangespublic final static RequiredFieldValidationRule.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description RequiredFieldValidationRule(String eventId, String rangeString)
-
Method Summary
Modifier and Type Method Description final StringgetEventId()final List<IntRange>getGroupVersionRanges()FUSRule.FUSRuleTypegetRuleType()final static ObjectgetNestedEventData(Map<String, Object> eventData, String key)-
-
Method Detail
-
getEventId
final String getEventId()
-
getGroupVersionRanges
final List<IntRange> getGroupVersionRanges()
-
getRuleType
FUSRule.FUSRuleType getRuleType()
-
-
-
-