Class OfferingTransaction
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.OfferingTransaction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>
@Generated("software.amazon.awssdk:codegen") public final class OfferingTransaction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>
Represents the metadata of an offering transaction.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOfferingTransaction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OfferingTransaction.Builderbuilder()MonetaryAmountcost()The cost of an offering transaction.InstantcreatedOn()The date on which an offering transaction was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringofferingPromotionId()The ID that corresponds to a device offering promotion.OfferingStatusofferingStatus()The status of an offering transaction.List<SdkField<?>>sdkFields()static Class<? extends OfferingTransaction.Builder>serializableBuilderClass()OfferingTransaction.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransactionId()The transaction ID of the offering transaction.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public OfferingTransaction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>
-
builder
public static OfferingTransaction.Builder builder()
-
serializableBuilderClass
public static Class<? extends OfferingTransaction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-