Class CisResult

    • Constructor Detail

      • CisResult

        public CisResult()
        Instantiates a new cis result.
      • CisResult

        public CisResult​(CisDecision decision)
        Instantiates a new cis result.
        Parameters:
        decision - the decision
      • CisResult

        public CisResult​(CisDecision decision,
                         java.lang.String id)
        Instantiates a new cis result.
        Parameters:
        decision - the decision
        id - the id
    • Method Detail

      • getDecision

        public CisDecision getDecision()
        Gets the decision.
        Returns:
        the decision
      • setDecision

        public void setDecision​(CisDecision decision)
        Sets the decision.
        Parameters:
        decision - the decision to set
      • getId

        public java.lang.String getId()
        Gets the id.
        Specified by:
        getId in interface Identifiable
        Returns:
        the id
      • setId

        public void setId​(java.lang.String id)
        Sets the id.
        Specified by:
        setId in interface Identifiable
        Parameters:
        id - the id to set
      • getVendorReasonCode

        public java.lang.String getVendorReasonCode()
        Gets the vendor reason code.
        Returns:
        the vendorReasonCode
      • setVendorReasonCode

        public void setVendorReasonCode​(java.lang.String vendorReasonCode)
        Sets the vendor reason code.
        Parameters:
        vendorReasonCode - the vendorReasonCode to set
      • getVendorStatusCode

        public java.lang.String getVendorStatusCode()
        Gets the vendor status code.
        Returns:
        the vendorStatusCode
      • setVendorStatusCode

        public void setVendorStatusCode​(java.lang.String vendorStatusCode)
        Sets the vendor status code.
        Parameters:
        vendorStatusCode - the vendorStatusCode to set
      • getClientRefId

        public java.lang.String getClientRefId()
        Gets the client ref id.
        Returns:
        the clientRefId
      • setClientRefId

        public void setClientRefId​(java.lang.String clientRefId)
        Sets the client ref id.
        Parameters:
        clientRefId - the clientRefId to set
      • getVendorId

        public java.lang.String getVendorId()
        Gets the vendor id.
        Returns:
        the vendorId
      • setVendorId

        public void setVendorId​(java.lang.String vendorId)
        Sets the vendor id.
        Parameters:
        vendorId - the vendorId to set
      • getHref

        public java.lang.String getHref()
        Gets the href.
        Returns:
        the href
      • setHref

        public void setHref​(java.lang.String href)
        Sets the href.
        Parameters:
        href - the href to set
      • setVendorResponses

        public void setVendorResponses​(AnnotationHashMap vendorResponses)