Class Application

java.lang.Object
api.longpoll.bots.model.objects.basic.Application

public class Application extends Object
Describes application.
See Also:
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getIcon278

      public String getIcon278()
    • setIcon278

      public void setIcon278(String icon278)
    • getIcon139

      public String getIcon139()
    • setIcon139

      public void setIcon139(String icon139)
    • getIcon150

      public String getIcon150()
    • setIcon150

      public void setIcon150(String icon150)
    • getIcon75

      public String getIcon75()
    • setIcon75

      public void setIcon75(String icon75)
    • getBanner560

      public String getBanner560()
    • setBanner560

      public void setBanner560(String banner560)
    • getBanner1120

      public String getBanner1120()
    • setBanner1120

      public void setBanner1120(String banner1120)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getAuthorUrl

      public String getAuthorUrl()
    • setAuthorUrl

      public void setAuthorUrl(String authorUrl)
    • getAuthorId

      public Integer getAuthorId()
    • setAuthorId

      public void setAuthorId(Integer authorId)
    • getAuthorGroup

      public Integer getAuthorGroup()
    • setAuthorGroup

      public void setAuthorGroup(Integer authorGroup)
    • getMembersCount

      public Integer getMembersCount()
    • setMembersCount

      public void setMembersCount(Integer membersCount)
    • getPublishedDate

      public Integer getPublishedDate()
    • setPublishedDate

      public void setPublishedDate(Integer publishedDate)
    • getCatalogPosition

      public Integer getCatalogPosition()
    • setCatalogPosition

      public void setCatalogPosition(Integer catalogPosition)
    • getInternational

      public Boolean getInternational()
    • setInternational

      public void setInternational(Boolean international)
    • getLeaderboardType

      public Integer getLeaderboardType()
    • setLeaderboardType

      public void setLeaderboardType(Integer leaderboardType)
    • getGenreId

      public Integer getGenreId()
    • setGenreId

      public void setGenreId(Integer genreId)
    • getGenre

      public String getGenre()
    • setGenre

      public void setGenre(String genre)
    • getPlatformId

      public String getPlatformId()
    • setPlatformId

      public void setPlatformId(String platformId)
    • getInCatalog

      public Boolean getInCatalog()
    • setInCatalog

      public void setInCatalog(Boolean inCatalog)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getScreenName

      public String getScreenName()
    • setScreenName

      public void setScreenName(String screenName)
    • getIcon16

      public String getIcon16()
    • setIcon16

      public void setIcon16(String icon16)
    • getScreenshots

      public List<Photo> getScreenshots()
    • setScreenshots

      public void setScreenshots(List<Photo> screenshots)
    • toString

      public String toString()
      Overrides:
      toString in class Object