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

com.github.antelopeframework.httpinvoker.server.UserPasswodPair Maven / Gradle / Ivy

package com.github.antelopeframework.httpinvoker.server;

import java.io.Serializable;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Setter
@Getter
@ToString(includeFieldNames = true)
public class UserPasswodPair implements Serializable {
	private static final long serialVersionUID = 1L;
	
	private String user;
	private String password;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy