All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.cookiecode.rika2mqtt.rika.firenet.model.Auth Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/*
 * Copyright (c) 2023 Sebastien Vermeille and contributors.
 *
 * Use of this source code is governed by an MIT
 * license that can be found in the LICENSE file or at
 * https://opensource.org/licenses/MIT.
 */

package dev.cookiecode.rika2mqtt.rika.firenet.model;

import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;

/**
 * @author Sebastien Vermeille
 */
@Builder
@Getter
@ToString
@EqualsAndHashCode
public class Auth {

  private final String email;
  private final String password;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy