Class GetPciQuestionnaireResponse


  • public class GetPciQuestionnaireResponse
    extends Object
    GetPciQuestionnaireResponse
    • Constructor Detail

      • GetPciQuestionnaireResponse

        public GetPciQuestionnaireResponse()
    • Method Detail

      • content

        public GetPciQuestionnaireResponse content​(byte[] content)
        The generated questionnaire in a base64 encoded format.
        Parameters:
        content -
        Returns:
        the current GetPciQuestionnaireResponse instance, allowing for method chaining
      • getContent

        public byte[] getContent()
        The generated questionnaire in a base64 encoded format.
        Returns:
        content
      • setContent

        public void setContent​(byte[] content)
        The generated questionnaire in a base64 encoded format.
        Parameters:
        content -
      • createdAt

        public GetPciQuestionnaireResponse createdAt​(OffsetDateTime createdAt)
        The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Parameters:
        createdAt -
        Returns:
        the current GetPciQuestionnaireResponse instance, allowing for method chaining
      • getCreatedAt

        public OffsetDateTime getCreatedAt()
        The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
        The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Parameters:
        createdAt -
      • id

        public GetPciQuestionnaireResponse id​(String id)
        The unique identifier of the signed questionnaire.
        Parameters:
        id -
        Returns:
        the current GetPciQuestionnaireResponse instance, allowing for method chaining
      • getId

        public String getId()
        The unique identifier of the signed questionnaire.
        Returns:
        id
      • setId

        public void setId​(String id)
        The unique identifier of the signed questionnaire.
        Parameters:
        id -
      • validUntil

        public GetPciQuestionnaireResponse validUntil​(OffsetDateTime validUntil)
        The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Parameters:
        validUntil -
        Returns:
        the current GetPciQuestionnaireResponse instance, allowing for method chaining
      • getValidUntil

        public OffsetDateTime getValidUntil()
        The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Returns:
        validUntil
      • setValidUntil

        public void setValidUntil​(OffsetDateTime validUntil)
        The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
        Parameters:
        validUntil -
      • equals

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

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

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

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