Package net.finmath.smartcontract.model
Class Counterparty
java.lang.Object
net.finmath.smartcontract.model.Counterparty
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-12-05T10:54:56.542156+01:00[Europe/Berlin]")
public class Counterparty
extends Object
Counterparty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
Get baseUrl@NotNull @Pattern(regexp="^[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2,5}$") String
Get bicCode@NotNull String
Get fullNameint
hashCode()
void
setBaseUrl
(String baseUrl) void
setBicCode
(String bicCode) void
setFullName
(String fullName) toString()
-
Constructor Details
-
Counterparty
public Counterparty()
-
-
Method Details
-
bicCode
-
getBicCode
@NotNull @Pattern(regexp="^[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2,5}$") public @NotNull @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
-
equals
-
hashCode
-
toString
-