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

com.kbanquan.chain.sdk.pojos.response.BaseResponse Maven / Gradle / Ivy

The newest version!
package com.kbanquan.chain.sdk.pojos.response;


public class BaseResponse {

  /**
   * request id
   */
  private String request_id;

  public String getRequest_id() {
    return request_id;
  }

  public void setRequest_id(String request_id) {
    this.request_id = request_id;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy