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

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

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

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class ResponseWrapper {

  public Integer err_code;
  public String err_msg;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy