2 * Copyright (c) 2010-2023 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.wlanthermo.internal.api.mini.dto.builtin;
15 import com.google.gson.annotations.Expose;
16 import com.google.gson.annotations.SerializedName;
19 * This DTO is used to parse the JSON
20 * Class is auto-generated from JSON using http://www.jsonschema2pojo.org/
22 * @author Christian Schlipp - Initial contribution
24 public class Channel {
58 * No args constructor for use in serialization
77 public Channel(Data _0, Data _1, Data _2, Data _3, Data _4, Data _5, Data _6, Data _7, Data _8, Data _9) {
95 public void set0(Data _0) {
99 public Channel with0(Data _0) {
108 public void set1(Data _1) {
112 public Channel with1(Data _1) {
121 public void set2(Data _2) {
125 public Channel with2(Data _2) {
134 public void set3(Data _3) {
138 public Channel with3(Data _3) {
147 public void set4(Data _4) {
151 public Channel with4(Data _4) {
160 public void set5(Data _5) {
164 public Channel with5(Data _5) {
173 public void set6(Data _6) {
177 public Channel with6(Data _6) {
186 public void set7(Data _7) {
190 public Channel with7(Data _7) {
199 public void set8(Data _8) {
203 public Channel with8(Data _8) {
212 public void set9(Data _9) {
216 public Channel with9(Data _9) {
221 public Data getData(int i) {