REQ-3201: 备份
This commit is contained in:
parent
7fe08cea44
commit
2cc0e5ac5e
@ -3,6 +3,7 @@ package cn.axzo.nanopart.ess.api.request;
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@ -12,9 +13,13 @@ import lombok.Setter;
|
||||
@Setter @Getter
|
||||
public class CallbackRequest {
|
||||
|
||||
@JsonProperty(value = "MsgId")
|
||||
private String MsgId;
|
||||
@JsonProperty(value = "MsgType")
|
||||
private String MsgType;
|
||||
@JsonProperty(value = "MsgVersion")
|
||||
private String MsgVersion;
|
||||
@JsonProperty(value = "MsgData")
|
||||
private JSONObject MsgData;
|
||||
|
||||
public <T> T readMsgData(Class<T> clazz) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user