
com.adyen.model.management.ScheduleTerminalActionsRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adyen-java-api-library Show documentation
Show all versions of adyen-java-api-library Show documentation
Adyen API Client Library for Java
/*
* Management API
*
* The version of the OpenAPI document: 3
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.adyen.model.management;
import java.util.Objects;
import java.util.Map;
import java.util.HashMap;
import com.adyen.model.management.ScheduleTerminalActionsRequestActionDetails;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.core.JsonProcessingException;
/**
* ScheduleTerminalActionsRequest
*/
@JsonPropertyOrder({
ScheduleTerminalActionsRequest.JSON_PROPERTY_ACTION_DETAILS,
ScheduleTerminalActionsRequest.JSON_PROPERTY_SCHEDULED_AT,
ScheduleTerminalActionsRequest.JSON_PROPERTY_STORE_ID,
ScheduleTerminalActionsRequest.JSON_PROPERTY_TERMINAL_IDS
})
public class ScheduleTerminalActionsRequest {
public static final String JSON_PROPERTY_ACTION_DETAILS = "actionDetails";
private ScheduleTerminalActionsRequestActionDetails actionDetails;
public static final String JSON_PROPERTY_SCHEDULED_AT = "scheduledAt";
private String scheduledAt;
public static final String JSON_PROPERTY_STORE_ID = "storeId";
private String storeId;
public static final String JSON_PROPERTY_TERMINAL_IDS = "terminalIds";
private List terminalIds;
public ScheduleTerminalActionsRequest() {
}
/**
* actionDetails
*
* @param actionDetails
* @return the current {@code ScheduleTerminalActionsRequest} instance, allowing for method chaining
*/
public ScheduleTerminalActionsRequest actionDetails(ScheduleTerminalActionsRequestActionDetails actionDetails) {
this.actionDetails = actionDetails;
return this;
}
/**
* Get actionDetails
* @return actionDetails
*/
@JsonProperty(JSON_PROPERTY_ACTION_DETAILS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public ScheduleTerminalActionsRequestActionDetails getActionDetails() {
return actionDetails;
}
/**
* actionDetails
*
* @param actionDetails
*/
@JsonProperty(JSON_PROPERTY_ACTION_DETAILS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setActionDetails(ScheduleTerminalActionsRequestActionDetails actionDetails) {
this.actionDetails = actionDetails;
}
/**
* The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
*
* @param scheduledAt The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
* @return the current {@code ScheduleTerminalActionsRequest} instance, allowing for method chaining
*/
public ScheduleTerminalActionsRequest scheduledAt(String scheduledAt) {
this.scheduledAt = scheduledAt;
return this;
}
/**
* The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
* @return scheduledAt The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
*/
@JsonProperty(JSON_PROPERTY_SCHEDULED_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getScheduledAt() {
return scheduledAt;
}
/**
* The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
*
* @param scheduledAt The date and time when the action should happen. Format: [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339), but without the **Z** before the time offset. For example, **2021-11-15T12:16:21+0100** The action is sent with the first [maintenance call](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api#when-actions-take-effect) after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
*/
@JsonProperty(JSON_PROPERTY_SCHEDULED_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setScheduledAt(String scheduledAt) {
this.scheduledAt = scheduledAt;
}
/**
* The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
*
* @param storeId The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
* @return the current {@code ScheduleTerminalActionsRequest} instance, allowing for method chaining
*/
public ScheduleTerminalActionsRequest storeId(String storeId) {
this.storeId = storeId;
return this;
}
/**
* The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
* @return storeId The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
*/
@JsonProperty(JSON_PROPERTY_STORE_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getStoreId() {
return storeId;
}
/**
* The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
*
* @param storeId The unique ID of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores). If present, all terminals in the `terminalIds` list must be assigned to this store.
*/
@JsonProperty(JSON_PROPERTY_STORE_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setStoreId(String storeId) {
this.storeId = storeId;
}
/**
* A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
*
* @param terminalIds A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
* @return the current {@code ScheduleTerminalActionsRequest} instance, allowing for method chaining
*/
public ScheduleTerminalActionsRequest terminalIds(List terminalIds) {
this.terminalIds = terminalIds;
return this;
}
public ScheduleTerminalActionsRequest addTerminalIdsItem(String terminalIdsItem) {
if (this.terminalIds == null) {
this.terminalIds = new ArrayList<>();
}
this.terminalIds.add(terminalIdsItem);
return this;
}
/**
* A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
* @return terminalIds A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
*/
@JsonProperty(JSON_PROPERTY_TERMINAL_IDS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public List getTerminalIds() {
return terminalIds;
}
/**
* A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
*
* @param terminalIds A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the [GET `/terminals`](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/terminals) response. Maximum length: 100 IDs.
*/
@JsonProperty(JSON_PROPERTY_TERMINAL_IDS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setTerminalIds(List terminalIds) {
this.terminalIds = terminalIds;
}
/**
* Return true if this ScheduleTerminalActionsRequest object is equal to o.
*/
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
ScheduleTerminalActionsRequest scheduleTerminalActionsRequest = (ScheduleTerminalActionsRequest) o;
return Objects.equals(this.actionDetails, scheduleTerminalActionsRequest.actionDetails) &&
Objects.equals(this.scheduledAt, scheduleTerminalActionsRequest.scheduledAt) &&
Objects.equals(this.storeId, scheduleTerminalActionsRequest.storeId) &&
Objects.equals(this.terminalIds, scheduleTerminalActionsRequest.terminalIds);
}
@Override
public int hashCode() {
return Objects.hash(actionDetails, scheduledAt, storeId, terminalIds);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class ScheduleTerminalActionsRequest {\n");
sb.append(" actionDetails: ").append(toIndentedString(actionDetails)).append("\n");
sb.append(" scheduledAt: ").append(toIndentedString(scheduledAt)).append("\n");
sb.append(" storeId: ").append(toIndentedString(storeId)).append("\n");
sb.append(" terminalIds: ").append(toIndentedString(terminalIds)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
/**
* Create an instance of ScheduleTerminalActionsRequest given an JSON string
*
* @param jsonString JSON string
* @return An instance of ScheduleTerminalActionsRequest
* @throws JsonProcessingException if the JSON string is invalid with respect to ScheduleTerminalActionsRequest
*/
public static ScheduleTerminalActionsRequest fromJson(String jsonString) throws JsonProcessingException {
return JSON.getMapper().readValue(jsonString, ScheduleTerminalActionsRequest.class);
}
/**
* Convert an instance of ScheduleTerminalActionsRequest to an JSON string
*
* @return JSON string
*/
public String toJson() throws JsonProcessingException {
return JSON.getMapper().writeValueAsString(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy