Class KYCLegalArrangementEntityCheckResult


  • public class KYCLegalArrangementEntityCheckResult
    extends Object
    KYCLegalArrangementEntityCheckResult
    • Constructor Detail

      • KYCLegalArrangementEntityCheckResult

        public KYCLegalArrangementEntityCheckResult()
    • Method Detail

      • getChecks

        public List<KYCCheckStatusData> getChecks()
        A list of the checks and their statuses.
        Returns:
        checks
      • getLegalArrangementCode

        public String getLegalArrangementCode()
        The unique ID of the legal arrangement to which the entity belongs.
        Returns:
        legalArrangementCode
      • setLegalArrangementCode

        public void setLegalArrangementCode​(String legalArrangementCode)
      • getLegalArrangementEntityCode

        public String getLegalArrangementEntityCode()
        The unique ID of the legal arrangement entity to which the check applies.
        Returns:
        legalArrangementEntityCode
      • setLegalArrangementEntityCode

        public void setLegalArrangementEntityCode​(String legalArrangementEntityCode)
      • equals

        public boolean equals​(Object o)
        Return true if this KYCLegalArrangementEntityCheckResult object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static KYCLegalArrangementEntityCheckResult fromJson​(String jsonString)
                                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of KYCLegalArrangementEntityCheckResult given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of KYCLegalArrangementEntityCheckResult
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to KYCLegalArrangementEntityCheckResult
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of KYCLegalArrangementEntityCheckResult to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException