Class PurchaseOfferingResult
java.lang.Object
com.amazonaws.services.devicefarm.model.PurchaseOfferingResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of the purchase offering (e.g., success or failure).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanRepresents the offering transaction for the purchase result.inthashCode()voidsetOfferingTransaction(OfferingTransaction offeringTransaction) Represents the offering transaction for the purchase result.toString()Returns a string representation of this object; useful for testing and debugging.withOfferingTransaction(OfferingTransaction offeringTransaction) Represents the offering transaction for the purchase result.
-
Constructor Details
-
PurchaseOfferingResult
public PurchaseOfferingResult()
-
-
Method Details
-
setOfferingTransaction
Represents the offering transaction for the purchase result.
- Parameters:
offeringTransaction- Represents the offering transaction for the purchase result.
-
getOfferingTransaction
Represents the offering transaction for the purchase result.
- Returns:
- Represents the offering transaction for the purchase result.
-
withOfferingTransaction
Represents the offering transaction for the purchase result.
- Parameters:
offeringTransaction- Represents the offering transaction for the purchase result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-