All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gamesManagement.model.GamesPlayerExperienceInfoResource.html Maven / Gradle / Ivy







GamesPlayerExperienceInfoResource (Google Play Game Management v1management-rev20241209-2.0.0)












com.google.api.services.gamesManagement.model

Class GamesPlayerExperienceInfoResource

    • Constructor Detail

      • GamesPlayerExperienceInfoResource

        public GamesPlayerExperienceInfoResource()
    • Method Detail

      • getCurrentExperiencePoints

        public Long getCurrentExperiencePoints()
        The current number of experience points for the player.
        Returns:
        value or null for none
      • setCurrentExperiencePoints

        public GamesPlayerExperienceInfoResource setCurrentExperiencePoints(Long currentExperiencePoints)
        The current number of experience points for the player.
        Parameters:
        currentExperiencePoints - currentExperiencePoints or null for none
      • getCurrentLevel

        public GamesPlayerLevelResource getCurrentLevel()
        The current level of the player.
        Returns:
        value or null for none
      • getLastLevelUpTimestampMillis

        public Long getLastLevelUpTimestampMillis()
        The timestamp when the player was leveled up, in millis since Unix epoch UTC.
        Returns:
        value or null for none
      • setLastLevelUpTimestampMillis

        public GamesPlayerExperienceInfoResource setLastLevelUpTimestampMillis(Long lastLevelUpTimestampMillis)
        The timestamp when the player was leveled up, in millis since Unix epoch UTC.
        Parameters:
        lastLevelUpTimestampMillis - lastLevelUpTimestampMillis or null for none
      • getNextLevel

        public GamesPlayerLevelResource getNextLevel()
        The next level of the player. If the current level is the maximum level, this should be same as the current level.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy