public final class RequestBoletoSource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestBoletoSource.RequestBoletoSourceBuilder |
type| Constructor and Description |
|---|
RequestBoletoSource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestBoletoSource.RequestBoletoSourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CountryCode |
getCountry() |
java.lang.String |
getDescription() |
IntegrationType |
getIntegrationType() |
Payer |
getPayer() |
int |
hashCode() |
void |
setCountry(CountryCode country) |
void |
setDescription(java.lang.String description) |
void |
setIntegrationType(IntegrationType integrationType) |
void |
setPayer(Payer payer) |
java.lang.String |
toString() |
getTypepublic static RequestBoletoSource.RequestBoletoSourceBuilder builder()
public IntegrationType getIntegrationType()
public CountryCode getCountry()
public Payer getPayer()
public java.lang.String getDescription()
public void setIntegrationType(IntegrationType integrationType)
public void setCountry(CountryCode country)
public void setPayer(Payer payer)
public void setDescription(java.lang.String description)
public boolean equals(java.lang.Object o)
equals in class AbstractRequestSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractRequestSourcepublic int hashCode()
hashCode in class AbstractRequestSourcepublic java.lang.String toString()
toString in class AbstractRequestSource