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

io.contek.invoker.binancespot.api.rest.common.RestUpdateResponse Maven / Gradle / Ivy

package io.contek.invoker.binancespot.api.rest.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class RestUpdateResponse {

  public int code;
  public String msg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy