2 * Copyright (c) 2010-2024 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.sonyprojector.internal.configuration;
15 import org.eclipse.jdt.annotation.NonNullByDefault;
16 import org.eclipse.jdt.annotation.Nullable;
19 * The {@link SonyProjectorEthernetConfiguration} class contains fields mapping thing configuration parameters.
21 * @author Markus Wehrle - Initial contribution
22 * @author Laurent Garnier - New model configuration setting added
25 public class SonyProjectorEthernetConfiguration {
27 public @NonNullByDefault({}) String host;
28 public @Nullable Integer port;
29 public @Nullable String community;
30 public @Nullable String model;