Class StatusReason


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

      • StatusReason

        public StatusReason​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                            java.time.OffsetDateTime timestamp)
      • StatusReason

        public StatusReason​(java.time.OffsetDateTime timestamp)
    • Method Detail

      • code

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
      • description

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

        public java.time.OffsetDateTime timestamp()
      • withCode

        public StatusReason withCode​(java.lang.String code)
      • withCode

        public StatusReason withCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
      • withDescription

        public StatusReason withDescription​(java.lang.String description)
      • withDescription

        public StatusReason withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • withTimestamp

        public StatusReason withTimestamp​(java.time.OffsetDateTime timestamp)
      • 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