2 * Copyright (c) 2010-2021 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.draytonwiser.internal.model;
15 import com.google.gson.annotations.SerializedName;
18 * @author Andrew Schofield - Initial contribution
20 public class SmartPlugDTO {
25 private String manualState;
27 private String awayAction;
28 private String outputState;
29 private String controlSource;
30 private String scheduledState;
31 private String targetState;
32 private Integer debounceCount;
33 private String overrideState;
35 public Integer getId() {
39 public String getName() {
43 public String getManualState() {
47 public String getAwayAction() {
51 public String getOutputState() {
55 public String getControlSource() {
59 public String getScheduledState() {
60 return scheduledState;
63 public String getTargetState() {
67 public Integer getDebounceCount() {
71 public String getOverrideState() {
75 public String getMode() {