Class OfferStatus


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

      • OfferStatus

        public OfferStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends OfferValue> value,
                           org.openapitools.jackson.nullable.JsonNullable<? extends OfferSourceValue> sourceValue)
      • OfferStatus

        public OfferStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<OfferValue> value()
        The status of the offer.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<OfferSourceValue> sourceValue()
        The source value of the offer status.
      • withValue

        public OfferStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends OfferValue> value)
        The status of the offer.
      • withSourceValue

        public OfferStatus withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends OfferSourceValue> sourceValue)
        The source value of the offer status.
      • 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