Class OfferingTransaction

    • Method Detail

      • offeringStatus

        public final OfferingStatus offeringStatus()

        The status of an offering transaction.

        Returns:
        The status of an offering transaction.
      • transactionId

        public final String transactionId()

        The transaction ID of the offering transaction.

        Returns:
        The transaction ID of the offering transaction.
      • offeringPromotionId

        public final String offeringPromotionId()

        The ID that corresponds to a device offering promotion.

        Returns:
        The ID that corresponds to a device offering promotion.
      • createdOn

        public final Instant createdOn()

        The date on which an offering transaction was created.

        Returns:
        The date on which an offering transaction was created.
      • cost

        public final MonetaryAmount cost()

        The cost of an offering transaction.

        Returns:
        The cost of an offering transaction.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)