Package com.onfido.model
Class WatchlistEnhancedBreakdown
- java.lang.Object
-
- com.onfido.model.WatchlistEnhancedBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WatchlistEnhancedBreakdown extends Object
WatchlistEnhancedBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatchlistEnhancedBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADVERSE_MEDIAstatic StringSERIALIZED_NAME_MONITORED_LISTSstatic StringSERIALIZED_NAME_POLITICALLY_EXPOSED_PERSONstatic StringSERIALIZED_NAME_SANCTION
-
Constructor Summary
Constructors Constructor Description WatchlistEnhancedBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_POLITICALLY_EXPOSED_PERSON
public static final String SERIALIZED_NAME_POLITICALLY_EXPOSED_PERSON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SANCTION
public static final String SERIALIZED_NAME_SANCTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ADVERSE_MEDIA
public static final String SERIALIZED_NAME_ADVERSE_MEDIA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MONITORED_LISTS
public static final String SERIALIZED_NAME_MONITORED_LISTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
politicallyExposedPerson
public WatchlistEnhancedBreakdown politicallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
getPoliticallyExposedPerson
@Nullable public WatchlistAmlBreakdownPoliticallyExposedPerson getPoliticallyExposedPerson()
Get politicallyExposedPerson- Returns:
- politicallyExposedPerson
-
setPoliticallyExposedPerson
public void setPoliticallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
sanction
public WatchlistEnhancedBreakdown sanction(WatchlistAmlBreakdownSanction sanction)
-
getSanction
@Nullable public WatchlistAmlBreakdownSanction getSanction()
Get sanction- Returns:
- sanction
-
setSanction
public void setSanction(WatchlistAmlBreakdownSanction sanction)
-
adverseMedia
public WatchlistEnhancedBreakdown adverseMedia(WatchlistAmlBreakdownAdverseMedia adverseMedia)
-
getAdverseMedia
@Nullable public WatchlistAmlBreakdownAdverseMedia getAdverseMedia()
Get adverseMedia- Returns:
- adverseMedia
-
setAdverseMedia
public void setAdverseMedia(WatchlistAmlBreakdownAdverseMedia adverseMedia)
-
monitoredLists
public WatchlistEnhancedBreakdown monitoredLists(WatchlistAmlBreakdownLegalAndRegulatoryWarnings monitoredLists)
-
getMonitoredLists
@Nullable public WatchlistAmlBreakdownLegalAndRegulatoryWarnings getMonitoredLists()
Get monitoredLists- Returns:
- monitoredLists
-
setMonitoredLists
public void setMonitoredLists(WatchlistAmlBreakdownLegalAndRegulatoryWarnings monitoredLists)
-
putAdditionalProperty
public WatchlistEnhancedBreakdown 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 WatchlistEnhancedBreakdown 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 WatchlistEnhancedBreakdown
-
fromJson
public static WatchlistEnhancedBreakdown fromJson(String jsonString) throws IOException
Create an instance of WatchlistEnhancedBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WatchlistEnhancedBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to WatchlistEnhancedBreakdown
-
toJson
public String toJson()
Convert an instance of WatchlistEnhancedBreakdown to an JSON string- Returns:
- JSON string
-
-