Interface QaAnswer.AnswerValueOrBuilder (2.54.0)

public static interface QaAnswer.AnswerValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

Boolean value.

bool bool_value = 4;

Returns
Type Description
boolean

The boolValue.

getKey()

public abstract String getKey()

A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getNaValue()

public abstract boolean getNaValue()

A value of "Not Applicable (N/A)". Should only ever be true.

bool na_value = 5;

Returns
Type Description
boolean

The naValue.

getNormalizedScore()

public abstract double getNormalizedScore()

Output only. Normalized score of the questions. Calculated as score / potential_score.

optional double normalized_score = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The normalizedScore.

getNumValue()

public abstract double getNumValue()

Numerical value.

double num_value = 3;

Returns
Type Description
double

The numValue.

getPotentialScore()

public abstract double getPotentialScore()

Output only. The maximum potential score of the question.

optional double potential_score = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The potentialScore.

getScore()

public abstract double getScore()

Output only. Numerical score of the answer.

optional double score = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The score.

getStrValue()

public abstract String getStrValue()

String value.

string str_value = 2;

Returns
Type Description
String

The strValue.

getStrValueBytes()

public abstract ByteString getStrValueBytes()

String value.

string str_value = 2;

Returns
Type Description
ByteString

The bytes for strValue.

getValueCase()

public abstract QaAnswer.AnswerValue.ValueCase getValueCase()
Returns
Type Description
QaAnswer.AnswerValue.ValueCase

hasBoolValue()

public abstract boolean hasBoolValue()

Boolean value.

bool bool_value = 4;

Returns
Type Description
boolean

Whether the boolValue field is set.

hasNaValue()

public abstract boolean hasNaValue()

A value of "Not Applicable (N/A)". Should only ever be true.

bool na_value = 5;

Returns
Type Description
boolean

Whether the naValue field is set.

hasNormalizedScore()

public abstract boolean hasNormalizedScore()

Output only. Normalized score of the questions. Calculated as score / potential_score.

optional double normalized_score = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the normalizedScore field is set.

hasNumValue()

public abstract boolean hasNumValue()

Numerical value.

double num_value = 3;

Returns
Type Description
boolean

Whether the numValue field is set.

hasPotentialScore()

public abstract boolean hasPotentialScore()

Output only. The maximum potential score of the question.

optional double potential_score = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the potentialScore field is set.

hasScore()

public abstract boolean hasScore()

Output only. Numerical score of the answer.

optional double score = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the score field is set.

hasStrValue()

public abstract boolean hasStrValue()

String value.

string str_value = 2;

Returns
Type Description
boolean

Whether the strValue field is set.