java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.CIPIdentity

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]") public class CIPIdentity extends Object
CIPIdentity
  • Field Details

  • Constructor Details

    • CIPIdentity

      public CIPIdentity()
  • Method Details

    • id

      public CIPIdentity id(String id)
    • getId

      @Nonnull public String getId()
      Your internal ID of check
      Returns:
      id
    • setId

      public void setId(String id)
    • result

      public CIPIdentity result(String result)
    • getResult

      @Nullable public String getResult()
      \"clear\" \"consider\"
      Returns:
      result
    • setResult

      public void setResult(String result)
    • status

      public CIPIdentity status(String status)
    • getStatus

      @Nullable public String getStatus()
      An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"
      Returns:
      status
    • setStatus

      public void setStatus(String status)
    • createdAt

      public CIPIdentity createdAt(String createdAt)
    • getCreatedAt

      @Nullable public String getCreatedAt()
      datetime when identity check happened
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • matchedAddress

      public CIPIdentity matchedAddress(String matchedAddress)
    • getMatchedAddress

      @Nullable public String getMatchedAddress()
      \"clear\" \"consider\"
      Returns:
      matchedAddress
    • setMatchedAddress

      public void setMatchedAddress(String matchedAddress)
    • matchedAddresses

      public CIPIdentity matchedAddresses(String matchedAddresses)
    • getMatchedAddresses

      @Nullable public String getMatchedAddresses()
      datetime when identity check happened
      Returns:
      matchedAddresses
    • setMatchedAddresses

      public void setMatchedAddresses(String matchedAddresses)
    • sources

      public CIPIdentity sources(String sources)
    • getSources

      @Nullable public String getSources()
      \"clear\" \"consider\"
      Returns:
      sources
    • setSources

      public void setSources(String sources)
    • sourcesBreakdown

      public CIPIdentity sourcesBreakdown(String sourcesBreakdown)
    • getSourcesBreakdown

      @Nullable public String getSourcesBreakdown()
      a json object representing the breakdown of `sources` field. For example: {“total_sources”: {“result”: “clear”,“properties”: {“total_number_of_sources”: “3”}}}
      Returns:
      sourcesBreakdown
    • setSourcesBreakdown

      public void setSourcesBreakdown(String sourcesBreakdown)
    • address

      public CIPIdentity address(String address)
    • getAddress

      @Nullable public String getAddress()
      \"clear\" \"consider\"
      Returns:
      address
    • setAddress

      public void setAddress(String address)
    • addressBreakdown

      public CIPIdentity addressBreakdown(String addressBreakdown)
    • getAddressBreakdown

      @Nullable public String getAddressBreakdown()
      a json object representing the breakdown of the `address` field. For example: {“credit_agencies”: {“result”: “clear”,“properties”:{“number_of_matches”:“1”}}
      Returns:
      addressBreakdown
    • setAddressBreakdown

      public void setAddressBreakdown(String addressBreakdown)
    • dateOfBirth

      public CIPIdentity dateOfBirth(String dateOfBirth)
    • getDateOfBirth

      @Nullable public String getDateOfBirth()
      \"clear\" \"consider\"
      Returns:
      dateOfBirth
    • setDateOfBirth

      public void setDateOfBirth(String dateOfBirth)
    • dateOfBirthBreakdown

      public CIPIdentity dateOfBirthBreakdown(String dateOfBirthBreakdown)
    • getDateOfBirthBreakdown

      @Nullable public String getDateOfBirthBreakdown()
      a json object representing the breakdown of the `date_of_birth` field. For example: example: {“credit_agencies”:{“result”: “clear”,“properties”: {“number_of_matches”: “1”}}
      Returns:
      dateOfBirthBreakdown
    • setDateOfBirthBreakdown

      public void setDateOfBirthBreakdown(String dateOfBirthBreakdown)
    • taxId

      public CIPIdentity taxId(String taxId)
    • getTaxId

      @Nullable public String getTaxId()
      \"clear\" \"consider\"
      Returns:
      taxId
    • setTaxId

      public void setTaxId(String taxId)
    • taxIdBreakdown

      public CIPIdentity taxIdBreakdown(String taxIdBreakdown)
    • getTaxIdBreakdown

      @Nullable public String getTaxIdBreakdown()
      a json object representing the breakdown of the `tax_id` field
      Returns:
      taxIdBreakdown
    • setTaxIdBreakdown

      public void setTaxIdBreakdown(String taxIdBreakdown)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Throws:
      IOException
    • fromJson

      public static CIPIdentity fromJson(String jsonString) throws IOException
      Create an instance of CIPIdentity given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of CIPIdentity
      Throws:
      IOException - if the JSON string is invalid with respect to CIPIdentity
    • toJson

      public String toJson()
      Convert an instance of CIPIdentity to an JSON string
      Returns:
      JSON string