Class AgentResponse


  • public class AgentResponse
    extends java.lang.Object
    Response from starting an agent task.
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getError()  
      java.lang.String getId()  
      boolean isSuccess()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AgentResponse

        public AgentResponse()
    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • getId

        public java.lang.String getId()
      • getError

        public java.lang.String getError()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object