Package model
Class ComplianceFormPciSaqA
- java.lang.Object
-
- model.ComplianceFormPciSaqA
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ComplianceFormPciSaqA extends Object
Details used to fille out the PCI Self-Assessment Questionnaire (SAQ).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComplianceFormPciSaqA.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IP_ADDRESSstatic StringSERIALIZED_NAME_IS_ACCEPTEDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SIGNED_ATstatic StringSERIALIZED_NAME_TITLEstatic StringSERIALIZED_NAME_USER_AGENT
-
Constructor Summary
Constructors Constructor Description ComplianceFormPciSaqA()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ComplianceFormPciSaqAfromJson(String jsonString)Create an instance of ComplianceFormPciSaqA given an JSON stringStringgetIpAddress()IP address of the person attesting to this `compliance_form`.BooleangetIsAccepted()If all `pci_saq_a` fields are all submitted, `is_accepted` updates to **true**.StringgetName()Name of the person completing (aka attesting to) the `compliance_form`.StringgetSignedAt()Timestamp of the person attesting to this `compliance_form`.StringgetTitle()Title or role of the person completing (aka attesting to) the `compliance_form`.StringgetUserAgent()User agent of the person attesting to this `compliance_form`.inthashCode()ComplianceFormPciSaqAipAddress(String ipAddress)ComplianceFormPciSaqAisAccepted(Boolean isAccepted)ComplianceFormPciSaqAname(String name)voidsetIpAddress(String ipAddress)voidsetIsAccepted(Boolean isAccepted)voidsetName(String name)voidsetSignedAt(String signedAt)voidsetTitle(String title)voidsetUserAgent(String userAgent)ComplianceFormPciSaqAsignedAt(String signedAt)ComplianceFormPciSaqAtitle(String title)StringtoJson()Convert an instance of ComplianceFormPciSaqA to an JSON stringStringtoString()ComplianceFormPciSaqAuserAgent(String userAgent)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNED_AT
public static final String SERIALIZED_NAME_SIGNED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USER_AGENT
public static final String SERIALIZED_NAME_USER_AGENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IP_ADDRESS
public static final String SERIALIZED_NAME_IP_ADDRESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_ACCEPTED
public static final String SERIALIZED_NAME_IS_ACCEPTED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ComplianceFormPciSaqA name(String name)
-
getName
@Nullable public String getName()
Name of the person completing (aka attesting to) the `compliance_form`.- Returns:
- name
-
setName
public void setName(String name)
-
signedAt
public ComplianceFormPciSaqA signedAt(String signedAt)
-
getSignedAt
@Nullable public String getSignedAt()
Timestamp of the person attesting to this `compliance_form`.- Returns:
- signedAt
-
setSignedAt
public void setSignedAt(String signedAt)
-
userAgent
public ComplianceFormPciSaqA userAgent(String userAgent)
-
getUserAgent
@Nullable public String getUserAgent()
User agent of the person attesting to this `compliance_form`.- Returns:
- userAgent
-
setUserAgent
public void setUserAgent(String userAgent)
-
ipAddress
public ComplianceFormPciSaqA ipAddress(String ipAddress)
-
getIpAddress
@Nullable public String getIpAddress()
IP address of the person attesting to this `compliance_form`.- Returns:
- ipAddress
-
setIpAddress
public void setIpAddress(String ipAddress)
-
isAccepted
public ComplianceFormPciSaqA isAccepted(Boolean isAccepted)
-
getIsAccepted
@Nullable public Boolean getIsAccepted()
If all `pci_saq_a` fields are all submitted, `is_accepted` updates to **true**.- Returns:
- isAccepted
-
setIsAccepted
public void setIsAccepted(Boolean isAccepted)
-
title
public ComplianceFormPciSaqA title(String title)
-
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)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 ComplianceFormPciSaqA
-
fromJson
public static ComplianceFormPciSaqA fromJson(String jsonString) throws IOException
Create an instance of ComplianceFormPciSaqA given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ComplianceFormPciSaqA
- Throws:
IOException- if the JSON string is invalid with respect to ComplianceFormPciSaqA
-
toJson
public String toJson()
Convert an instance of ComplianceFormPciSaqA to an JSON string- Returns:
- JSON string
-
-