Package com.onfido.model
Class WatchlistAmlBreakdown
- java.lang.Object
-
- com.onfido.model.WatchlistAmlBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WatchlistAmlBreakdown extends Object
WatchlistAmlBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatchlistAmlBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADVERSE_MEDIAstatic StringSERIALIZED_NAME_LEGAL_AND_REGULATORY_WARNINGSstatic StringSERIALIZED_NAME_POLITICALLY_EXPOSED_PERSONstatic StringSERIALIZED_NAME_SANCTION
-
Constructor Summary
Constructors Constructor Description WatchlistAmlBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SANCTION
public static final String SERIALIZED_NAME_SANCTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POLITICALLY_EXPOSED_PERSON
public static final String SERIALIZED_NAME_POLITICALLY_EXPOSED_PERSON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LEGAL_AND_REGULATORY_WARNINGS
public static final String SERIALIZED_NAME_LEGAL_AND_REGULATORY_WARNINGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ADVERSE_MEDIA
public static final String SERIALIZED_NAME_ADVERSE_MEDIA
- See Also:
- Constant Field Values
-
-
Method Detail
-
sanction
public WatchlistAmlBreakdown sanction(WatchlistAmlBreakdownSanction sanction)
-
getSanction
@Nullable public WatchlistAmlBreakdownSanction getSanction()
Get sanction- Returns:
- sanction
-
setSanction
public void setSanction(WatchlistAmlBreakdownSanction sanction)
-
politicallyExposedPerson
public WatchlistAmlBreakdown politicallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
getPoliticallyExposedPerson
@Nullable public WatchlistAmlBreakdownPoliticallyExposedPerson getPoliticallyExposedPerson()
Get politicallyExposedPerson- Returns:
- politicallyExposedPerson
-
setPoliticallyExposedPerson
public void setPoliticallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
legalAndRegulatoryWarnings
public WatchlistAmlBreakdown legalAndRegulatoryWarnings(WatchlistAmlBreakdownLegalAndRegulatoryWarnings legalAndRegulatoryWarnings)
-
getLegalAndRegulatoryWarnings
@Nullable public WatchlistAmlBreakdownLegalAndRegulatoryWarnings getLegalAndRegulatoryWarnings()
Get legalAndRegulatoryWarnings- Returns:
- legalAndRegulatoryWarnings
-
setLegalAndRegulatoryWarnings
public void setLegalAndRegulatoryWarnings(WatchlistAmlBreakdownLegalAndRegulatoryWarnings legalAndRegulatoryWarnings)
-
adverseMedia
public WatchlistAmlBreakdown adverseMedia(WatchlistAmlBreakdownAdverseMedia adverseMedia)
-
getAdverseMedia
@Nullable public WatchlistAmlBreakdownAdverseMedia getAdverseMedia()
Get adverseMedia- Returns:
- adverseMedia
-
setAdverseMedia
public void setAdverseMedia(WatchlistAmlBreakdownAdverseMedia adverseMedia)
-
putAdditionalProperty
public WatchlistAmlBreakdown putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the WatchlistAmlBreakdown instance itself
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to WatchlistAmlBreakdown
-
fromJson
public static WatchlistAmlBreakdown fromJson(String jsonString) throws IOException
Create an instance of WatchlistAmlBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WatchlistAmlBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to WatchlistAmlBreakdown
-
toJson
public String toJson()
Convert an instance of WatchlistAmlBreakdown to an JSON string- Returns:
- JSON string
-
-