Package com.adyen.model.management
Class TerminalActionScheduleDetail
- java.lang.Object
-
- com.adyen.model.management.TerminalActionScheduleDetail
-
public class TerminalActionScheduleDetail extends Object
TerminalActionScheduleDetail
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_TERMINAL_ID
-
Constructor Summary
Constructors Constructor Description TerminalActionScheduleDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this TerminalActionScheduleDetail object is equal to o.static TerminalActionScheduleDetailfromJson(String jsonString)Create an instance of TerminalActionScheduleDetail given an JSON stringStringgetId()The ID of the action on the specified terminal.StringgetTerminalId()The unique ID of the terminal that the action applies to.inthashCode()TerminalActionScheduleDetailid(String id)The ID of the action on the specified terminal.voidsetId(String id)The ID of the action on the specified terminal.voidsetTerminalId(String terminalId)The unique ID of the terminal that the action applies to.TerminalActionScheduleDetailterminalId(String terminalId)The unique ID of the terminal that the action applies to.StringtoJson()Convert an instance of TerminalActionScheduleDetail to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TERMINAL_ID
public static final String JSON_PROPERTY_TERMINAL_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public TerminalActionScheduleDetail id(String id)
The ID of the action on the specified terminal.- Parameters:
id-- Returns:
- the current
TerminalActionScheduleDetailinstance, allowing for method chaining
-
getId
public String getId()
The ID of the action on the specified terminal.- Returns:
- id
-
setId
public void setId(String id)
The ID of the action on the specified terminal.- Parameters:
id-
-
terminalId
public TerminalActionScheduleDetail terminalId(String terminalId)
The unique ID of the terminal that the action applies to.- Parameters:
terminalId-- Returns:
- the current
TerminalActionScheduleDetailinstance, allowing for method chaining
-
getTerminalId
public String getTerminalId()
The unique ID of the terminal that the action applies to.- Returns:
- terminalId
-
setTerminalId
public void setTerminalId(String terminalId)
The unique ID of the terminal that the action applies to.- Parameters:
terminalId-
-
equals
public boolean equals(Object o)
Return true if this TerminalActionScheduleDetail object is equal to o.
-
fromJson
public static TerminalActionScheduleDetail fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of TerminalActionScheduleDetail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TerminalActionScheduleDetail
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to TerminalActionScheduleDetail
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of TerminalActionScheduleDetail to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-