Package model
Class RiskProfilesListEmbedded
java.lang.Object
model.RiskProfilesListEmbedded
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class RiskProfilesListEmbedded
extends Object
RiskProfilesListEmbedded
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRiskProfilesItem(RiskProfile riskProfilesItem) booleanstatic RiskProfilesListEmbeddedCreate an instance of RiskProfilesListEmbedded given an JSON stringGet riskProfilesinthashCode()riskProfiles(Set<RiskProfile> riskProfiles) voidsetRiskProfiles(Set<RiskProfile> riskProfiles) toJson()Convert an instance of RiskProfilesListEmbedded to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RISK_PROFILES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RiskProfilesListEmbedded
public RiskProfilesListEmbedded()
-
-
Method Details
-
riskProfiles
-
addRiskProfilesItem
-
getRiskProfiles
Get riskProfiles- Returns:
- riskProfiles
-
setRiskProfiles
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to RiskProfilesListEmbedded
-
fromJson
Create an instance of RiskProfilesListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RiskProfilesListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to RiskProfilesListEmbedded
-
toJson
Convert an instance of RiskProfilesListEmbedded to an JSON string- Returns:
- JSON string
-