Class GetPciQuestionnaireInfosResponse
- java.lang.Object
-
- com.adyen.model.legalentitymanagement.GetPciQuestionnaireInfosResponse
-
public class GetPciQuestionnaireInfosResponse extends Object
GetPciQuestionnaireInfosResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPciQuestionnaireInfosResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DATA
-
Constructor Summary
Constructors Constructor Description GetPciQuestionnaireInfosResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPciQuestionnaireInfosResponseaddDataItem(PciDocumentInfo dataItem)GetPciQuestionnaireInfosResponsedata(List<PciDocumentInfo> data)booleanequals(Object o)static GetPciQuestionnaireInfosResponsefromJson(String jsonString)Create an instance of GetPciQuestionnaireInfosResponse given an JSON stringList<PciDocumentInfo>getData()Information about the signed PCI questionnaires.inthashCode()voidsetData(List<PciDocumentInfo> data)StringtoJson()Convert an instance of GetPciQuestionnaireInfosResponse to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
data
public GetPciQuestionnaireInfosResponse data(List<PciDocumentInfo> data)
-
addDataItem
public GetPciQuestionnaireInfosResponse addDataItem(PciDocumentInfo dataItem)
-
getData
public List<PciDocumentInfo> getData()
Information about the signed PCI questionnaires.- Returns:
- data
-
setData
public void setData(List<PciDocumentInfo> data)
-
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 GetPciQuestionnaireInfosResponse
-
fromJson
public static GetPciQuestionnaireInfosResponse fromJson(String jsonString) throws IOException
Create an instance of GetPciQuestionnaireInfosResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetPciQuestionnaireInfosResponse
- Throws:
IOException- if the JSON string is invalid with respect to GetPciQuestionnaireInfosResponse
-
toJson
public String toJson()
Convert an instance of GetPciQuestionnaireInfosResponse to an JSON string- Returns:
- JSON string
-
-