Class PciSigningResponse
- java.lang.Object
-
- com.adyen.model.legalentitymanagement.PciSigningResponse
-
public class PciSigningResponse extends Object
PciSigningResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPciSigningResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PCI_QUESTIONNAIRE_IDSstatic StringSERIALIZED_NAME_SIGNED_BY
-
Constructor Summary
Constructors Constructor Description PciSigningResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PciSigningResponseaddPciQuestionnaireIdsItem(String pciQuestionnaireIdsItem)booleanequals(Object o)static PciSigningResponsefromJson(String jsonString)Create an instance of PciSigningResponse given an JSON stringList<String>getPciQuestionnaireIds()The unique identifiers of the signed PCI documents.StringgetSignedBy()The [legal entity ID](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) of the individual who signed the PCI questionnaire.inthashCode()PciSigningResponsepciQuestionnaireIds(List<String> pciQuestionnaireIds)voidsetPciQuestionnaireIds(List<String> pciQuestionnaireIds)voidsetSignedBy(String signedBy)PciSigningResponsesignedBy(String signedBy)StringtoJson()Convert an instance of PciSigningResponse to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PCI_QUESTIONNAIRE_IDS
public static final String SERIALIZED_NAME_PCI_QUESTIONNAIRE_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNED_BY
public static final String SERIALIZED_NAME_SIGNED_BY
- See Also:
- Constant Field Values
-
-
Method Detail
-
pciQuestionnaireIds
public PciSigningResponse pciQuestionnaireIds(List<String> pciQuestionnaireIds)
-
addPciQuestionnaireIdsItem
public PciSigningResponse addPciQuestionnaireIdsItem(String pciQuestionnaireIdsItem)
-
getPciQuestionnaireIds
public List<String> getPciQuestionnaireIds()
The unique identifiers of the signed PCI documents.- Returns:
- pciQuestionnaireIds
-
signedBy
public PciSigningResponse signedBy(String signedBy)
-
getSignedBy
public String getSignedBy()
The [legal entity ID](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) of the individual who signed the PCI questionnaire.- Returns:
- signedBy
-
setSignedBy
public void setSignedBy(String signedBy)
-
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 PciSigningResponse
-
fromJson
public static PciSigningResponse fromJson(String jsonString) throws IOException
Create an instance of PciSigningResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PciSigningResponse
- Throws:
IOException- if the JSON string is invalid with respect to PciSigningResponse
-
toJson
public String toJson()
Convert an instance of PciSigningResponse to an JSON string- Returns:
- JSON string
-
-