eleme.openapi.sdk.api.entity.shop.QueryLongLineAddressDTO Maven / Gradle / Ivy
package eleme.openapi.sdk.api.entity.shop;
import eleme.openapi.sdk.api.enumeration.shop.*;
import eleme.openapi.sdk.api.entity.shop.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;
public class QueryLongLineAddressDTO{
/**
* 长链对应token,可使用IMTokenUtil.genToken工具类生成
*/
private String token;
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
/**
* 服务端接入时必填参数,固定写死"local"
*/
private String routingKey;
public String getRoutingKey() {
return routingKey;
}
public void setRoutingKey(String routingKey) {
this.routingKey = routingKey;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy