Class BatchServerError

  • All Implemented Interfaces:
    java.io.Serializable

    public class BatchServerError
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchServerError

        public BatchServerError​(java.util.Optional<java.lang.String> batchDecisionId,
                                java.util.Optional<? extends java.util.Map<java.lang.String,​ServerError>> responses)
      • BatchServerError

        public BatchServerError()
    • Method Detail

      • batchDecisionId

        public java.util.Optional<java.lang.String> batchDecisionId()
      • responses

        public java.util.Optional<java.util.Map<java.lang.String,​ServerError>> responses()
      • withBatchDecisionId

        public BatchServerError withBatchDecisionId​(java.lang.String batchDecisionId)
      • withBatchDecisionId

        public BatchServerError withBatchDecisionId​(java.util.Optional<java.lang.String> batchDecisionId)
      • withResponses

        public BatchServerError withResponses​(java.util.Optional<? extends java.util.Map<java.lang.String,​ServerError>> responses)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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