Package io.moov.sdk.models.components
Class CardVolumeDistribution
- java.lang.Object
-
- io.moov.sdk.models.components.CardVolumeDistribution
-
public class CardVolumeDistribution extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCardVolumeDistribution.Builder
-
Constructor Summary
Constructors Constructor Description CardVolumeDistribution(int ecommercePercentage, int cardPresentPercentage, int mailOrPhonePercentage, int debtRepaymentPercentage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CardVolumeDistribution.Builderbuilder()intcardPresentPercentage()intdebtRepaymentPercentage()intecommercePercentage()booleanequals(java.lang.Object o)inthashCode()intmailOrPhonePercentage()java.lang.StringtoString()CardVolumeDistributionwithCardPresentPercentage(int cardPresentPercentage)CardVolumeDistributionwithDebtRepaymentPercentage(int debtRepaymentPercentage)CardVolumeDistributionwithEcommercePercentage(int ecommercePercentage)CardVolumeDistributionwithMailOrPhonePercentage(int mailOrPhonePercentage)
-
-
-
Method Detail
-
ecommercePercentage
public int ecommercePercentage()
-
cardPresentPercentage
public int cardPresentPercentage()
-
mailOrPhonePercentage
public int mailOrPhonePercentage()
-
debtRepaymentPercentage
public int debtRepaymentPercentage()
-
builder
public static final CardVolumeDistribution.Builder builder()
-
withEcommercePercentage
public CardVolumeDistribution withEcommercePercentage(int ecommercePercentage)
-
withCardPresentPercentage
public CardVolumeDistribution withCardPresentPercentage(int cardPresentPercentage)
-
withMailOrPhonePercentage
public CardVolumeDistribution withMailOrPhonePercentage(int mailOrPhonePercentage)
-
withDebtRepaymentPercentage
public CardVolumeDistribution withDebtRepaymentPercentage(int debtRepaymentPercentage)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-