Package net.finmath.smartcontract.model
Class Counterparty
java.lang.Object
net.finmath.smartcontract.model.Counterparty
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-11-07T11:23:05.061416+01:00[Europe/Berlin]")
public class Counterparty
extends Object
Counterparty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondltAddress(String dltAddress) booleanGet baseUrl@Pattern(regexp="^[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2,5}$") StringGet bicCode@NotNull StringGet dltAddress@NotNull StringGet fullNameinthashCode()voidsetBaseUrl(String baseUrl) voidsetBicCode(String bicCode) voidsetDltAddress(String dltAddress) voidsetFullName(String fullName) toString()
-
Constructor Details
-
Counterparty
public Counterparty()
-
-
Method Details
-
bicCode
-
getBicCode
@Pattern(regexp="^[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2,5}$") public @Pattern(regexp="^[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2,5}$") String getBicCode()Get bicCode- Returns:
- bicCode
-
setBicCode
-
fullName
-
getFullName
-
setFullName
-
baseUrl
-
getBaseUrl
-
setBaseUrl
-
dltAddress
-
getDltAddress
-
setDltAddress
-
equals
-
hashCode
-
toString
-