Package travel.wink.sdk.extranet.model
Class LeaderboardRequest
java.lang.Object
travel.wink.sdk.extranet.model.LeaderboardRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-08T16:32:28.411222+07:00[Asia/Bangkok]")
public class LeaderboardRequest
extends Object
LeaderboardRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of leaderboard to display -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrencyCode(String currencyCode) boolean@NotNull StringDisplay leaderboard values in this currencyCan be `continent`, `country.geoNameId` or `city.geoNameId`@NotNull @Min(0L) IntegergetPage()Which page to access in the record set minimum: 0@NotNull @Max(100L) IntegergetSize()Number of result set to retrieve maximum: 100@NotNull LeaderboardRequest.TypeEnumgetType()The type of leaderboard to displaygroupingIdentifier(String groupingIdentifier) inthashCode()voidsetCurrencyCode(String currencyCode) voidsetGroupingIdentifier(String groupingIdentifier) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_GROUPING_IDENTIFIER
- See Also:
-
-
Constructor Details
-
LeaderboardRequest
public LeaderboardRequest()
-
-
Method Details
-
page
-
getPage
Which page to access in the record set minimum: 0- Returns:
- page
-
setPage
-
size
-
getSize
Number of result set to retrieve maximum: 100- Returns:
- size
-
setSize
-
currencyCode
-
getCurrencyCode
Display leaderboard values in this currency- Returns:
- currencyCode
-
setCurrencyCode
-
type
-
getType
The type of leaderboard to display- Returns:
- type
-
setType
-
groupingIdentifier
-
getGroupingIdentifier
Can be `continent`, `country.geoNameId` or `city.geoNameId`- Returns:
- groupingIdentifier
-
setGroupingIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-