Package model
Class UpdateComplianceFormRequestPciSaqA
- java.lang.Object
-
- model.UpdateComplianceFormRequestPciSaqA
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdateComplianceFormRequestPciSaqA extends Object
Details used to fille out the PCI Self-Assessment Questionnaire.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateComplianceFormRequestPciSaqA.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IP_ADDRESSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SIGNED_ATstatic StringSERIALIZED_NAME_TITLEstatic StringSERIALIZED_NAME_USER_AGENT
-
Constructor Summary
Constructors Constructor Description UpdateComplianceFormRequestPciSaqA()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static UpdateComplianceFormRequestPciSaqAfromJson(String jsonString)Create an instance of UpdateComplianceFormRequestPciSaqA given an JSON stringStringgetIpAddress()IP address of the person attesting to this `compliance_form`.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()UpdateComplianceFormRequestPciSaqAipAddress(String ipAddress)UpdateComplianceFormRequestPciSaqAname(String name)voidsetIpAddress(String ipAddress)voidsetName(String name)voidsetSignedAt(String signedAt)voidsetTitle(String title)voidsetUserAgent(String userAgent)UpdateComplianceFormRequestPciSaqAsignedAt(String signedAt)UpdateComplianceFormRequestPciSaqAtitle(String title)StringtoJson()Convert an instance of UpdateComplianceFormRequestPciSaqA to an JSON stringStringtoString()UpdateComplianceFormRequestPciSaqAuserAgent(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_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public UpdateComplianceFormRequestPciSaqA 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 UpdateComplianceFormRequestPciSaqA 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 UpdateComplianceFormRequestPciSaqA 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 UpdateComplianceFormRequestPciSaqA 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)
-
title
public UpdateComplianceFormRequestPciSaqA 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 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
-
-