Class MarketComment

java.lang.Object
api.longpoll.bots.model.objects.basic.WallComment
api.longpoll.bots.model.events.market.MarketComment
All Implemented Interfaces:
Update.Object

public class MarketComment extends WallComment
Describes market_comment_new, market_comment_edit and market_comment_restore event objects.
  • Constructor Details

    • MarketComment

      public MarketComment()
  • Method Details

    • getMarketOwnerId

      public Integer getMarketOwnerId()
    • setMarketOwnerId

      public void setMarketOwnerId(Integer marketOwnerId)
    • getItemId

      public Integer getItemId()
    • setItemId

      public void setItemId(Integer itemId)
    • toString

      public String toString()
      Overrides:
      toString in class WallComment