public class RiskSupplementaryData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RiskSupplementaryData.Builder
Class to build instances of
RiskSupplementaryData. |
| Constructor and Description |
|---|
RiskSupplementaryData()
Default constructor.
|
RiskSupplementaryData(ParticipantMetadata customer)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantMetadata |
getCustomer()
Getter for Customer.
|
void |
setCustomer(ParticipantMetadata customer)
Setter for Customer.
|
RiskSupplementaryData.Builder |
toBuilder()
Builds a new
RiskSupplementaryData.Builder object. |
String |
toString()
Converts this RiskSupplementaryData into string format.
|
public RiskSupplementaryData()
public RiskSupplementaryData(ParticipantMetadata customer)
customer - ParticipantMetadata value for customer.public ParticipantMetadata getCustomer()
public void setCustomer(ParticipantMetadata customer)
customer - Value for ParticipantMetadatapublic String toString()
public RiskSupplementaryData.Builder toBuilder()
RiskSupplementaryData.Builder object.
Creates the instance with the state of the current model.RiskSupplementaryData.Builder objectCopyright © 2025. All rights reserved.