Class SimpleOperationResult


  • public class SimpleOperationResult
    extends Object
    A result from an operation execution saved by the SimpleOperationResponse.
    • Method Detail

      • getStatusCode

        public String getStatusCode()
      • setStatusCode

        public void setStatusCode​(String statusCode)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String newMessage)
      • getPayloads

        public List<byte[]> getPayloads()
      • setPayloads

        public void setPayloads​(List<byte[]> newPayloads)
      • setThrown

        public void setThrown​(Throwable t)
      • isIgnorePayloadOrder

        public boolean isIgnorePayloadOrder()
      • setIgnorePayloadOrder

        public void setIgnorePayloadOrder​(boolean newIgnorePayloadOrder)
        Sets the ignorePayloadOrder flag. Iff true, any equality test with this SimpleOperationResult will test the payloads for equality only after sorting them.
      • isIgnorePayloads

        public boolean isIgnorePayloads()
      • setIgnorePayloads

        public void setIgnorePayloads​(boolean newIgnorePayloads)
        Sets the ignorePayloads flag. Iff true, any equality test with this SimpleOperationResult will ignore the contents of the payloads.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object