Package net.finmath.smartcontract.model
Class Counterparty
java.lang.Object
net.finmath.smartcontract.model.Counterparty
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-01-15T11:50:55.243860+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
Get fullName- Returns:
- fullName
-
setFullName
-
baseUrl
-
getBaseUrl
Get baseUrl- Returns:
- baseUrl
-
setBaseUrl
-
dltAddress
-
getDltAddress
Get dltAddress- Returns:
- dltAddress
-
setDltAddress
-
equals
-
hashCode
public int hashCode() -
toString
-