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.vigicrues.internal.dto.vigicrues;
15 import com.google.gson.annotations.SerializedName;
18 * The {@link VicANMoinsUn} is the Java class used to map the JSON
19 * response to a vigicrue api endpoint request.
21 * @author Gaƫl L'hopital - Initial contribution
23 public class VicANMoinsUn {
24 @SerializedName("vic.CdEntVigiCru")
25 public String vicCdEntVigiCru;
28 * Currently unused, maybe interesting in the future
30 * @SerializedName("@id")
33 * @SerializedName("vic.TypEntVigiCru")
34 * private String vicTypEntVigiCru;
36 * @SerializedName("vic.LbEntVigiCru")
37 * private String vicLbEntVigiCru;
39 * @SerializedName("LinkEntity")
40 * private String linkEntity;
42 * @SerializedName("LinkInfoCru")
43 * private String linkInfoCru;