Class CommandResponse


  • public class CommandResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode getResponse()  
      void setResponse​(com.fasterxml.jackson.databind.JsonNode response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandResponse

        public CommandResponse()
    • Method Detail

      • getResponse

        public com.fasterxml.jackson.databind.JsonNode getResponse()
      • setResponse

        public void setResponse​(com.fasterxml.jackson.databind.JsonNode response)