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

com.kucoin.sdk.rest.response.ServerStatusResponse Maven / Gradle / Ivy

The newest version!
package com.kucoin.sdk.rest.response;

import lombok.Data;

@Data
public class ServerStatusResponse {

    private String status;

    private String msg;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy