public class RenewOfferingResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a renewal offering.
Modifier and Type | Field and Description |
---|---|
private OfferingTransaction |
offeringTransaction
Represents the status of the offering transaction for the renewal.
|
Constructor and Description |
---|
RenewOfferingResult() |
Modifier and Type | Method and Description |
---|---|
RenewOfferingResult |
clone() |
boolean |
equals(java.lang.Object obj) |
OfferingTransaction |
getOfferingTransaction()
Represents the status of the offering transaction for the renewal.
|
int |
hashCode() |
void |
setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RenewOfferingResult |
withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
private OfferingTransaction offeringTransaction
Represents the status of the offering transaction for the renewal.
public void setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
offeringTransaction
- Represents the status of the offering transaction for the renewal.public OfferingTransaction getOfferingTransaction()
Represents the status of the offering transaction for the renewal.
public RenewOfferingResult withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
offeringTransaction
- Represents the status of the offering transaction for the renewal.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 RenewOfferingResult clone()
clone
in class java.lang.Object