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()
boolean
Represents the offering transaction for the purchase result.int
hashCode()
void
setOfferingTransaction
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-