Class CIPWatchlist
java.lang.Object
markets.alpaca.client.openapi.broker.model.CIPWatchlist
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CIPWatchlist
extends Object
implements Serializable
Represents the result of checking to see if the applicant is in any watchlists for a CIPInfo
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadverseMedia(String adverseMedia) booleanstatic CIPWatchlistCreate an instance of CIPWatchlist given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The result of the check.datetime when check happenedgetId()Your internal ID of checkThe result of the check.The result of the check.a json object.The result of the check.The result of the check.An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"inthashCode()monitoredLists(String monitoredLists) politicallyExposedPerson(String politicallyExposedPerson) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAdverseMedia(String adverseMedia) voidsetCreatedAt(String createdAt) voidvoidsetMonitoredLists(String monitoredLists) voidsetPoliticallyExposedPerson(String politicallyExposedPerson) voidsetRecords(String records) voidvoidsetSanction(String sanction) voidtoJson()Convert an instance of CIPWatchlist to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ADVERSE_MEDIA
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_MONITORED_LISTS
- See Also:
-
SERIALIZED_NAME_POLITICALLY_EXPOSED_PERSON
- See Also:
-
SERIALIZED_NAME_RECORDS
- See Also:
-
SERIALIZED_NAME_RESULT
- See Also:
-
SERIALIZED_NAME_SANCTION
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CIPWatchlist
public CIPWatchlist()
-
-
Method Details
-
adverseMedia
-
getAdverseMedia
The result of the check. Either `clear` or `consider`.- Returns:
- adverseMedia
-
setAdverseMedia
-
createdAt
-
getCreatedAt
datetime when check happened- Returns:
- createdAt
-
setCreatedAt
-
id
-
getId
Your internal ID of check- Returns:
- id
-
setId
-
monitoredLists
-
getMonitoredLists
The result of the check. Either `clear` or `consider`.- Returns:
- monitoredLists
-
setMonitoredLists
-
politicallyExposedPerson
-
getPoliticallyExposedPerson
The result of the check. Either `clear` or `consider`.- Returns:
- politicallyExposedPerson
-
setPoliticallyExposedPerson
-
records
-
getRecords
a json object. Example [{\"text\": \"Record info\"}]- Returns:
- records
-
setRecords
-
result
-
getResult
The result of the check. Either `clear` or `consider`.- Returns:
- result
-
setResult
-
sanction
-
getSanction
The result of the check. Either `clear` or `consider`.- Returns:
- sanction
-
setSanction
-
status
-
getStatus
An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"- Returns:
- status
-
setStatus
-
putAdditionalProperty
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 CIPWatchlist instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates 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 CIPWatchlist
-
fromJson
Create an instance of CIPWatchlist given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CIPWatchlist
- Throws:
IOException- if the JSON string is invalid with respect to CIPWatchlist
-
toJson
Convert an instance of CIPWatchlist to an JSON string- Returns:
- JSON string
-