public class RenewOfferingResult extends Object implements Serializable, Cloneable
The result of a renewal offering.
Constructor and Description |
---|
RenewOfferingResult() |
Modifier and Type | Method and Description |
---|---|
RenewOfferingResult |
clone() |
boolean |
equals(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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public RenewOfferingResult clone()
Copyright © 2018. All rights reserved.