Interface LogicmoduleMessages.RegisterECARequestOrBuilder

    • Method Detail

      • getApplicantAccountID

        String getApplicantAccountID()
        string applicantAccountID = 1;
        Returns:
        The applicantAccountID.
      • getApplicantAccountIDBytes

        com.google.protobuf.ByteString getApplicantAccountIDBytes()
        string applicantAccountID = 1;
        Returns:
        The bytes for applicantAccountID.
      • hasCredentials

        boolean hasCredentials()
        .dataclay.communication.grpc.common.Credential credentials = 2;
        Returns:
        Whether the credentials field is set.
      • getCredentials

        CommonMessages.Credential getCredentials()
        .dataclay.communication.grpc.common.Credential credentials = 2;
        Returns:
        The credentials.
      • getEca

        String getEca()
        string eca = 3;
        Returns:
        The eca.
      • getEcaBytes

        com.google.protobuf.ByteString getEcaBytes()
        string eca = 3;
        Returns:
        The bytes for eca.