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

io.contek.invoker.bybitlinear.api.rest.common.ResponseWrapper Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.bybitlinear.api.rest.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class ResponseWrapper {

  public Integer ret_code;
  public String ret_msg;
  public String ext_code;
  public String ext_info;
  public Double time_now;
  public Integer rate_limit_status;
  public Long rate_limit_reset_ms;
  public Integer rate_limit;
  public R result;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy