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

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

The newest version!
package io.contek.invoker.bybit.api.rest.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class ResponseWrapper {

  public Integer retCode;
  public String retMsg;
  public Long time;
  public R result;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy