Class GetCallbackSettings.ResponseBody.Response.Events

java.lang.Object
api.longpoll.bots.methods.impl.groups.GetCallbackSettings.ResponseBody.Response.Events
Enclosing class:
GetCallbackSettings.ResponseBody.Response

public static class GetCallbackSettings.ResponseBody.Response.Events extends Object
Describes events.
  • Constructor Details

    • Events

      public Events()
  • Method Details

    • getMessageNew

      public Boolean getMessageNew()
    • setMessageNew

      public void setMessageNew(Boolean messageNew)
    • getMessageReply

      public Boolean getMessageReply()
    • setMessageReply

      public void setMessageReply(Boolean messageReply)
    • getMessageEdit

      public Boolean getMessageEdit()
    • setMessageEdit

      public void setMessageEdit(Boolean messageEdit)
    • getMessageAllow

      public Boolean getMessageAllow()
    • setMessageAllow

      public void setMessageAllow(Boolean messageAllow)
    • getMessageDeny

      public Boolean getMessageDeny()
    • setMessageDeny

      public void setMessageDeny(Boolean messageDeny)
    • getPhotoNew

      public Boolean getPhotoNew()
    • setPhotoNew

      public void setPhotoNew(Boolean photoNew)
    • getAudioNew

      public Boolean getAudioNew()
    • setAudioNew

      public void setAudioNew(Boolean audioNew)
    • getVideoNew

      public Boolean getVideoNew()
    • setVideoNew

      public void setVideoNew(Boolean videoNew)
    • getWallReplyNew

      public Boolean getWallReplyNew()
    • setWallReplyNew

      public void setWallReplyNew(Boolean wallReplyNew)
    • getWallReplyEdit

      public Boolean getWallReplyEdit()
    • setWallReplyEdit

      public void setWallReplyEdit(Boolean wallReplyEdit)
    • getWallReplyDelete

      public Boolean getWallReplyDelete()
    • setWallReplyDelete

      public void setWallReplyDelete(Boolean wallReplyDelete)
    • getWallPostNew

      public Boolean getWallPostNew()
    • setWallPostNew

      public void setWallPostNew(Boolean wallPostNew)
    • getWallRepost

      public Boolean getWallRepost()
    • setWallRepost

      public void setWallRepost(Boolean wallRepost)
    • getBoardPostNew

      public Boolean getBoardPostNew()
    • setBoardPostNew

      public void setBoardPostNew(Boolean boardPostNew)
    • getBoardPostEdit

      public Boolean getBoardPostEdit()
    • setBoardPostEdit

      public void setBoardPostEdit(Boolean boardPostEdit)
    • getBoardPostDelete

      public Boolean getBoardPostDelete()
    • setBoardPostDelete

      public void setBoardPostDelete(Boolean boardPostDelete)
    • getBoardPostRestore

      public Boolean getBoardPostRestore()
    • setBoardPostRestore

      public void setBoardPostRestore(Boolean boardPostRestore)
    • getPhotoCommentNew

      public Boolean getPhotoCommentNew()
    • setPhotoCommentNew

      public void setPhotoCommentNew(Boolean photoCommentNew)
    • getPhotoCommentEdit

      public Boolean getPhotoCommentEdit()
    • setPhotoCommentEdit

      public void setPhotoCommentEdit(Boolean photoCommentEdit)
    • getPhotoCommentDelete

      public Boolean getPhotoCommentDelete()
    • setPhotoCommentDelete

      public void setPhotoCommentDelete(Boolean photoCommentDelete)
    • getPhotoCommentRestore

      public Boolean getPhotoCommentRestore()
    • setPhotoCommentRestore

      public void setPhotoCommentRestore(Boolean photoCommentRestore)
    • getVideoCommentNew

      public Boolean getVideoCommentNew()
    • setVideoCommentNew

      public void setVideoCommentNew(Boolean videoCommentNew)
    • getVideoCommentEdit

      public Boolean getVideoCommentEdit()
    • setVideoCommentEdit

      public void setVideoCommentEdit(Boolean videoCommentEdit)
    • getVideoCommentDelete

      public Boolean getVideoCommentDelete()
    • setVideoCommentDelete

      public void setVideoCommentDelete(Boolean videoCommentDelete)
    • getVideoCommentRestore

      public Boolean getVideoCommentRestore()
    • setVideoCommentRestore

      public void setVideoCommentRestore(Boolean videoCommentRestore)
    • getMarketCommentNew

      public Boolean getMarketCommentNew()
    • setMarketCommentNew

      public void setMarketCommentNew(Boolean marketCommentNew)
    • getMarketCommentEdit

      public Boolean getMarketCommentEdit()
    • setMarketCommentEdit

      public void setMarketCommentEdit(Boolean marketCommentEdit)
    • getMarketCommentDelete

      public Boolean getMarketCommentDelete()
    • setMarketCommentDelete

      public void setMarketCommentDelete(Boolean marketCommentDelete)
    • getMarketCommentRestore

      public Boolean getMarketCommentRestore()
    • setMarketCommentRestore

      public void setMarketCommentRestore(Boolean marketCommentRestore)
    • getPollVoteNew

      public Boolean getPollVoteNew()
    • setPollVoteNew

      public void setPollVoteNew(Boolean pollVoteNew)
    • getGroupJoin

      public Boolean getGroupJoin()
    • setGroupJoin

      public void setGroupJoin(Boolean groupJoin)
    • getGroupLeave

      public Boolean getGroupLeave()
    • setGroupLeave

      public void setGroupLeave(Boolean groupLeave)
    • getUserBlock

      public Boolean getUserBlock()
    • setUserBlock

      public void setUserBlock(Boolean userBlock)
    • getUserUnblock

      public Boolean getUserUnblock()
    • setUserUnblock

      public void setUserUnblock(Boolean userUnblock)
    • getGroupChangeSettings

      public Boolean getGroupChangeSettings()
    • setGroupChangeSettings

      public void setGroupChangeSettings(Boolean groupChangeSettings)
    • getGroupChangePhoto

      public Boolean getGroupChangePhoto()
    • setGroupChangePhoto

      public void setGroupChangePhoto(Boolean groupChangePhoto)
    • getGroupOfficersEdit

      public Boolean getGroupOfficersEdit()
    • setGroupOfficersEdit

      public void setGroupOfficersEdit(Boolean groupOfficersEdit)
    • toString

      public String toString()
      Overrides:
      toString in class Object