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.ecobee.internal.dto.thermostat;
16 * The {@link TechnicianDTO} contains information pertaining to the technician
17 * associated with a thermostat. The technician may not be modified through the API.
19 * @author Mark Hilbush - Initial contribution
21 public class TechnicianDTO {
23 * The internal ecobee unique identifier for this contractor.
25 public String contractorRef;
28 * The company name of the technician.
33 * The technician's contact phone number.
38 * The technician's street address.
40 public String streetAddress;
43 * The technician's city.
48 * The technician's State or Province.
50 public String provinceState;
53 * The technician's country.
55 public String country;
58 * The technician's ZIP or Postal Code.
60 public String postalCode;
63 * The technician's email address.
68 * The technician's web site.