Package com.adyen.model.management
Class ListExternalTerminalActionsResponse
- java.lang.Object
-
- com.adyen.model.management.ListExternalTerminalActionsResponse
-
public class ListExternalTerminalActionsResponse extends Object
ListExternalTerminalActionsResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DATA
-
Constructor Summary
Constructors Constructor Description ListExternalTerminalActionsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListExternalTerminalActionsResponseaddDataItem(ExternalTerminalAction dataItem)ListExternalTerminalActionsResponsedata(List<ExternalTerminalAction> data)The list of terminal actions.booleanequals(Object o)Return true if this ListExternalTerminalActionsResponse object is equal to o.static ListExternalTerminalActionsResponsefromJson(String jsonString)Create an instance of ListExternalTerminalActionsResponse given an JSON stringList<ExternalTerminalAction>getData()The list of terminal actions.inthashCode()voidsetData(List<ExternalTerminalAction> data)The list of terminal actions.StringtoJson()Convert an instance of ListExternalTerminalActionsResponse to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
data
public ListExternalTerminalActionsResponse data(List<ExternalTerminalAction> data)
The list of terminal actions.- Parameters:
data-- Returns:
- the current
ListExternalTerminalActionsResponseinstance, allowing for method chaining
-
addDataItem
public ListExternalTerminalActionsResponse addDataItem(ExternalTerminalAction dataItem)
-
getData
public List<ExternalTerminalAction> getData()
The list of terminal actions.- Returns:
- data
-
setData
public void setData(List<ExternalTerminalAction> data)
The list of terminal actions.- Parameters:
data-
-
equals
public boolean equals(Object o)
Return true if this ListExternalTerminalActionsResponse object is equal to o.
-
fromJson
public static ListExternalTerminalActionsResponse fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of ListExternalTerminalActionsResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListExternalTerminalActionsResponse
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to ListExternalTerminalActionsResponse
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of ListExternalTerminalActionsResponse to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-