Class RequestBoletoSource
- java.lang.Object
-
- com.checkout.payments.previous.request.source.AbstractRequestSource
-
- com.checkout.payments.previous.request.source.apm.RequestBoletoSource
-
public final class RequestBoletoSource extends AbstractRequestSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestBoletoSource.RequestBoletoSourceBuilder
-
Field Summary
-
Fields inherited from class com.checkout.payments.previous.request.source.AbstractRequestSource
type
-
-
Constructor Summary
Constructors Constructor Description RequestBoletoSource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestBoletoSource.RequestBoletoSourceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)CountryCodegetCountry()java.lang.StringgetDescription()IntegrationTypegetIntegrationType()PayergetPayer()inthashCode()voidsetCountry(CountryCode country)voidsetDescription(java.lang.String description)voidsetIntegrationType(IntegrationType integrationType)voidsetPayer(Payer payer)java.lang.StringtoString()-
Methods inherited from class com.checkout.payments.previous.request.source.AbstractRequestSource
getType
-
-
-
-
Method Detail
-
builder
public static RequestBoletoSource.RequestBoletoSourceBuilder builder()
-
getIntegrationType
public IntegrationType getIntegrationType()
-
getCountry
public CountryCode getCountry()
-
getPayer
public Payer getPayer()
-
getDescription
public java.lang.String getDescription()
-
setIntegrationType
public void setIntegrationType(IntegrationType integrationType)
-
setCountry
public void setCountry(CountryCode country)
-
setPayer
public void setPayer(Payer payer)
-
setDescription
public void setDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractRequestSource
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classAbstractRequestSource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractRequestSource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractRequestSource
-
-