2 * Copyright (c) 2010-2022 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.nano.dto.settings;
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
26 @SerializedName("PMQhost")
28 public String pMQhost;
29 @SerializedName("PMQport")
31 public Integer pMQport;
32 @SerializedName("PMQuser")
34 public String pMQuser;
35 @SerializedName("PMQpass")
37 public String pMQpass;
38 @SerializedName("PMQqos")
40 public Integer pMQqos;
41 @SerializedName("PMQon")
44 @SerializedName("PMQint")
46 public Integer pMQint;
47 @SerializedName("CLon")
50 @SerializedName("CLtoken")
52 public String cLtoken;
53 @SerializedName("CLint")
56 @SerializedName("CLurl")