Interface FindingTypeStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FindingTypeStats
,FindingTypeStats.Builder
public interface FindingTypeStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFindingCount()
The count of findings belonging to this finding type.String
getFindingType()
The finding type associated with the stats.com.google.protobuf.ByteString
getFindingTypeBytes()
The finding type associated with the stats.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFindingType
String getFindingType()
The finding type associated with the stats.
string finding_type = 1;
- Returns:
- The findingType.
-
getFindingTypeBytes
com.google.protobuf.ByteString getFindingTypeBytes()
The finding type associated with the stats.
string finding_type = 1;
- Returns:
- The bytes for findingType.
-
getFindingCount
int getFindingCount()
The count of findings belonging to this finding type.
int32 finding_count = 2;
- Returns:
- The findingCount.
-
-