com.kbanquan.chain.sdk.pojos.response.BaseResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chain-sdk Show documentation
Show all versions of chain-sdk Show documentation
fast-chain api sdk for members to use the services of FastChain
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