Class BotPatch


  • public class BotPatch
    extends Object
    Bot patch.
    Since:
    Mattermost Server 5.10
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • BotPatch

        public BotPatch()
    • Method Detail

      • getUsername

        public String getUsername()
      • getDisplayName

        public String getDisplayName()
      • getDescription

        public String getDescription()
      • setUsername

        public void setUsername​(String username)
      • setDisplayName

        public void setDisplayName​(String displayName)
      • setDescription

        public void setDescription​(String description)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object