Class InvokeAsyncResult

    • Constructor Detail

      • InvokeAsyncResult

        public InvokeAsyncResult()
        Deprecated.
    • Method Detail

      • setStatus

        public void setStatus​(Integer status)
        Deprecated.

        It will be 202 upon success.

        Parameters:
        status - It will be 202 upon success.
      • getStatus

        public Integer getStatus()
        Deprecated.

        It will be 202 upon success.

        Returns:
        It will be 202 upon success.
      • withStatus

        public InvokeAsyncResult withStatus​(Integer status)
        Deprecated.

        It will be 202 upon success.

        Parameters:
        status - It will be 202 upon success.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Deprecated.
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object