Package de.adorsys.psd2.model
Class TrustedBeneficiary
- java.lang.Object
-
- de.adorsys.psd2.model.TrustedBeneficiary
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class TrustedBeneficiary extends ObjectTrusted Beneficiary
-
-
Constructor Summary
Constructors Constructor Description TrustedBeneficiary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedBeneficiarycreditorAccount(AccountReference creditorAccount)TrustedBeneficiarycreditorAddress(Address creditorAddress)TrustedBeneficiarycreditorAgent(String creditorAgent)TrustedBeneficiarycreditorAlias(String creditorAlias)TrustedBeneficiarycreditorId(String creditorId)TrustedBeneficiarycreditorName(String creditorName)TrustedBeneficiarydebtorAccount(AccountReference debtorAccount)booleanequals(Object o)@NotNull @Valid AccountReferencegetCreditorAccount()Get creditorAccount@Valid AddressgetCreditorAddress()Get creditorAddress@Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") StringgetCreditorAgent()Get creditorAgent@Size(max=70) StringgetCreditorAlias()Get creditorAlias@Size(max=35) StringgetCreditorId()Get creditorId@NotNull @Size(max=70) StringgetCreditorName()Get creditorName@Valid AccountReferencegetDebtorAccount()Get debtorAccount@NotNull @Pattern(regexp="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}") StringgetTrustedBeneficiaryId()Get trustedBeneficiaryIdinthashCode()voidsetCreditorAccount(AccountReference creditorAccount)voidsetCreditorAddress(Address creditorAddress)voidsetCreditorAgent(String creditorAgent)voidsetCreditorAlias(String creditorAlias)voidsetCreditorId(String creditorId)voidsetCreditorName(String creditorName)voidsetDebtorAccount(AccountReference debtorAccount)voidsetTrustedBeneficiaryId(String trustedBeneficiaryId)StringtoString()TrustedBeneficiarytrustedBeneficiaryId(String trustedBeneficiaryId)
-
-
-
Method Detail
-
trustedBeneficiaryId
public TrustedBeneficiary trustedBeneficiaryId(String trustedBeneficiaryId)
-
getTrustedBeneficiaryId
@NotNull @Pattern(regexp="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}") public @NotNull @Pattern(regexp="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}") String getTrustedBeneficiaryId()Get trustedBeneficiaryId- Returns:
- trustedBeneficiaryId
-
setTrustedBeneficiaryId
public void setTrustedBeneficiaryId(String trustedBeneficiaryId)
-
debtorAccount
public TrustedBeneficiary debtorAccount(AccountReference debtorAccount)
-
getDebtorAccount
@Valid public @Valid AccountReference getDebtorAccount()
Get debtorAccount- Returns:
- debtorAccount
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
creditorAccount
public TrustedBeneficiary creditorAccount(AccountReference creditorAccount)
-
getCreditorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
Get creditorAccount- Returns:
- creditorAccount
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
creditorAgent
public TrustedBeneficiary creditorAgent(String creditorAgent)
-
getCreditorAgent
@Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") public @Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") String getCreditorAgent()Get creditorAgent- Returns:
- creditorAgent
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
creditorName
public TrustedBeneficiary creditorName(String creditorName)
-
getCreditorName
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
Get creditorName- Returns:
- creditorName
-
setCreditorName
public void setCreditorName(String creditorName)
-
creditorAlias
public TrustedBeneficiary creditorAlias(String creditorAlias)
-
getCreditorAlias
@Size(max=70) public @Size(max=70) String getCreditorAlias()
Get creditorAlias- Returns:
- creditorAlias
-
setCreditorAlias
public void setCreditorAlias(String creditorAlias)
-
creditorId
public TrustedBeneficiary creditorId(String creditorId)
-
getCreditorId
@Size(max=35) public @Size(max=35) String getCreditorId()
Get creditorId- Returns:
- creditorId
-
setCreditorId
public void setCreditorId(String creditorId)
-
creditorAddress
public TrustedBeneficiary creditorAddress(Address creditorAddress)
-
getCreditorAddress
@Valid public @Valid Address getCreditorAddress()
Get creditorAddress- Returns:
- creditorAddress
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
-