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

com.binance4j.mining.dto.ProfitResponse Maven / Gradle / Ivy

package com.binance4j.mining.dto;

import com.binance4j.mining.client.MiningClient;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

/**
 * {@link MiningClient#getProfits} response.
 * 
 * @param code Response code.
 * @param msg  Response message.
 * @param data Response data.
 */
@ApiModel("Profits wrapper.")
public record ProfitResponse(@ApiModelProperty("Response code.") int code,
		@ApiModelProperty("Response message.") String msg,
		@ApiModelProperty("Response data.") ProfitsData data) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy