Interface SuitabilityPredictionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuitabilityPrediction,SuitabilityPrediction.Builder
public interface SuitabilityPredictionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetProbability()double probability = 1 [json_name = "probability"];SuitabilityTypegetType().arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];intgetTypeValue().arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProbability
double getProbability()
double probability = 1 [json_name = "probability"];- Returns:
- The probability.
-
getTypeValue
int getTypeValue()
.arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
SuitabilityType getType()
.arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];- Returns:
- The type.
-
-