public class PurchaseOfferingResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of the purchase offering (e.g., success or failure).
Modifier and Type | Field and Description |
---|---|
private OfferingTransaction |
offeringTransaction
Represents the offering transaction for the purchase result.
|
Constructor and Description |
---|
PurchaseOfferingResult() |
Modifier and Type | Method and Description |
---|---|
PurchaseOfferingResult |
clone() |
boolean |
equals(java.lang.Object obj) |
OfferingTransaction |
getOfferingTransaction()
Represents the offering transaction for the purchase result.
|
int |
hashCode() |
void |
setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PurchaseOfferingResult |
withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
private OfferingTransaction offeringTransaction
Represents the offering transaction for the purchase result.
public void setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
offeringTransaction
- Represents the offering transaction for the purchase result.public OfferingTransaction getOfferingTransaction()
Represents the offering transaction for the purchase result.
public PurchaseOfferingResult withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
offeringTransaction
- Represents the offering transaction for the purchase result.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PurchaseOfferingResult clone()
clone
in class java.lang.Object