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

info.bitrich.xchangestream.coincheck.dto.CoincheckSubscribeMessage Maven / Gradle / Ivy

The newest version!
package info.bitrich.xchangestream.coincheck.dto;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class CoincheckSubscribeMessage {
  @JsonProperty private String type;
  @JsonProperty private String channel;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy