Package com.onfido.model
Class WatchlistStandardBreakdown
- java.lang.Object
-
- com.onfido.model.WatchlistStandardBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WatchlistStandardBreakdown extends Object
WatchlistStandardBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatchlistStandardBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_LEGAL_AND_REGULATORY_WARNINGSstatic StringSERIALIZED_NAME_POLITICALLY_EXPOSED_PERSONstatic StringSERIALIZED_NAME_SANCTION
-
Constructor Summary
Constructors Constructor Description WatchlistStandardBreakdown()
-
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
-
-
Method Detail
-
sanction
public WatchlistStandardBreakdown sanction(WatchlistAmlBreakdownSanction sanction)
-
getSanction
@Nullable public WatchlistAmlBreakdownSanction getSanction()
Get sanction- Returns:
- sanction
-
setSanction
public void setSanction(WatchlistAmlBreakdownSanction sanction)
-
politicallyExposedPerson
public WatchlistStandardBreakdown politicallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
getPoliticallyExposedPerson
@Nullable public WatchlistAmlBreakdownPoliticallyExposedPerson getPoliticallyExposedPerson()
Get politicallyExposedPerson- Returns:
- politicallyExposedPerson
-
setPoliticallyExposedPerson
public void setPoliticallyExposedPerson(WatchlistAmlBreakdownPoliticallyExposedPerson politicallyExposedPerson)
-
legalAndRegulatoryWarnings
public WatchlistStandardBreakdown legalAndRegulatoryWarnings(WatchlistAmlBreakdownLegalAndRegulatoryWarnings legalAndRegulatoryWarnings)
-
getLegalAndRegulatoryWarnings
@Nullable public WatchlistAmlBreakdownLegalAndRegulatoryWarnings getLegalAndRegulatoryWarnings()
Get legalAndRegulatoryWarnings- Returns:
- legalAndRegulatoryWarnings
-
setLegalAndRegulatoryWarnings
public void setLegalAndRegulatoryWarnings(WatchlistAmlBreakdownLegalAndRegulatoryWarnings legalAndRegulatoryWarnings)
-
putAdditionalProperty
public WatchlistStandardBreakdown 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 WatchlistStandardBreakdown 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 WatchlistStandardBreakdown
-
fromJson
public static WatchlistStandardBreakdown fromJson(String jsonString) throws IOException
Create an instance of WatchlistStandardBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WatchlistStandardBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to WatchlistStandardBreakdown
-
toJson
public String toJson()
Convert an instance of WatchlistStandardBreakdown to an JSON string- Returns:
- JSON string
-
-