Class AggregateGreendexAnswersNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.AggregateGreendexAnswersNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class AggregateGreendexAnswersNonAuthenticatedEntity
extends Object
AggregateGreendexAnswersNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScoresByCategoryItem(AggregateGreendexScoreByCategoryNonAuthenticatedEntity scoresByCategoryItem) aggregateScore(Float aggregateScore) boolean@DecimalMin("0") @DecimalMax("1") FloatTotal score divided by high score minimum: 0 maximum: 1The highest possible score from all questions@Valid List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> Get scoresByCategoryThe total score from all questions answeredinthashCode()scoresByCategory(List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> scoresByCategory) voidsetAggregateScore(Float aggregateScore) voidsetHighScore(Integer highScore) voidsetScoresByCategory(List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> scoresByCategory) voidsetTotalScore(Integer totalScore) toString()totalScore(Integer totalScore)
-
Field Details
-
JSON_PROPERTY_HIGH_SCORE
- See Also:
-
JSON_PROPERTY_TOTAL_SCORE
- See Also:
-
JSON_PROPERTY_AGGREGATE_SCORE
- See Also:
-
JSON_PROPERTY_SCORES_BY_CATEGORY
- See Also:
-
-
Constructor Details
-
AggregateGreendexAnswersNonAuthenticatedEntity
public AggregateGreendexAnswersNonAuthenticatedEntity()
-
-
Method Details
-
highScore
-
getHighScore
The highest possible score from all questions- Returns:
- highScore
-
setHighScore
-
totalScore
-
getTotalScore
The total score from all questions answered- Returns:
- totalScore
-
setTotalScore
-
aggregateScore
public AggregateGreendexAnswersNonAuthenticatedEntity aggregateScore(@Nullable Float aggregateScore) -
getAggregateScore
@Nullable @DecimalMin("0") @DecimalMax("1") public @DecimalMin("0") @DecimalMax("1") Float getAggregateScore()Total score divided by high score minimum: 0 maximum: 1- Returns:
- aggregateScore
-
setAggregateScore
-
scoresByCategory
public AggregateGreendexAnswersNonAuthenticatedEntity scoresByCategory(@Nullable List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> scoresByCategory) -
addScoresByCategoryItem
public AggregateGreendexAnswersNonAuthenticatedEntity addScoresByCategoryItem(AggregateGreendexScoreByCategoryNonAuthenticatedEntity scoresByCategoryItem) -
getScoresByCategory
@Nullable @Valid public @Valid List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> getScoresByCategory()Get scoresByCategory- Returns:
- scoresByCategory
-
setScoresByCategory
public void setScoresByCategory(@Nullable List<@Valid AggregateGreendexScoreByCategoryNonAuthenticatedEntity> scoresByCategory) -
equals
-
hashCode
-
toString
-