Class ArthurBot


  • @Node
    public class ArthurBot
    extends Bot
    A proprietary bot. TODO remove
    Author:
    joe
    • Constructor Detail

      • ArthurBot

        public ArthurBot()
    • Method Detail

      • selfTest

        public void selfTest()
                      throws Exception
        Description copied from class: Bot
        Self test runs on server startup. Exceptions are logged but otherwise ignored.
        Specified by:
        selfTest in class Bot
        Throws:
        Exception
      • getRestTemplate

        public org.springframework.web.client.RestTemplate getRestTemplate()
      • setRestTemplate

        public void setRestTemplate​(org.springframework.web.client.RestTemplate restTemplate)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Bot
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class Bot
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Bot