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

com.ijson.rest.proxy.model.ServiceConfig Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version

package com.ijson.rest.proxy.model;

import lombok.Data;

@Data
public class ServiceConfig {

    private String serviceKey;

    private String serviceName;

    private String address;

    private int socketTimeOut;

    private int connectionTimeOut;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy