Package model

Class UpdateComplianceFormRequestPciSaqA


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class UpdateComplianceFormRequestPciSaqA
    extends Object
    Details used to fille out the PCI Self-Assessment Questionnaire.
    • Constructor Detail

      • UpdateComplianceFormRequestPciSaqA

        public UpdateComplianceFormRequestPciSaqA()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        Name of the person completing (aka attesting to) the `compliance_form`.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getSignedAt

        @Nullable
        public String getSignedAt()
        Timestamp of the person attesting to this `compliance_form`.
        Returns:
        signedAt
      • setSignedAt

        public void setSignedAt​(String signedAt)
      • getUserAgent

        @Nullable
        public String getUserAgent()
        User agent of the person attesting to this `compliance_form`.
        Returns:
        userAgent
      • setUserAgent

        public void setUserAgent​(String userAgent)
      • getIpAddress

        @Nullable
        public String getIpAddress()
        IP address of the person attesting to this `compliance_form`.
        Returns:
        ipAddress
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • getTitle

        @Nullable
        public String getTitle()
        Title or role of the person completing (aka attesting to) the `compliance_form`.
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to UpdateComplianceFormRequestPciSaqA
      • fromJson

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

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