Class BatchResultApiModel


  • public class BatchResultApiModel
    extends java.lang.Object
    • Constructor Detail

      • BatchResultApiModel

        public BatchResultApiModel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> statusCode,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message,
                                   org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> timestamp,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.util.List<java.lang.String>>> errors)
      • BatchResultApiModel

        public BatchResultApiModel()
    • Method Detail

      • statusCode

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> statusCode()
      • message

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message()
      • timestamp

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> timestamp()
      • errors

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.util.List<java.lang.String>>> errors()
      • withStatusCode

        public BatchResultApiModel withStatusCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> statusCode)
      • withMessage

        public BatchResultApiModel withMessage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
      • withTimestamp

        public BatchResultApiModel withTimestamp​(java.time.OffsetDateTime timestamp)
      • withTimestamp

        public BatchResultApiModel withTimestamp​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> timestamp)
      • withErrors

        public BatchResultApiModel withErrors​(java.util.List<java.util.List<java.lang.String>> errors)
      • withErrors

        public BatchResultApiModel withErrors​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.util.List<java.lang.String>>> errors)
      • 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.Object