public class SendDataDo extends Object
| Constructor and Description |
|---|
SendDataDo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getData() |
String |
getDataList() |
String |
getGzip() |
String |
getIp() |
String |
getMethod() |
String |
getProject() |
Long |
getReceiveTimestamp() |
String |
getRequestBody() |
void |
setContentType(String contentType) |
void |
setData(String data) |
void |
setDataList(String dataList) |
void |
setGzip(String gzip) |
void |
setIp(String ip) |
void |
setMethod(String method) |
void |
setProject(String project) |
void |
setReceiveTimestamp(Long receiveTimestamp) |
void |
setRequestBody(String requestBody) |
public Long getReceiveTimestamp()
public void setReceiveTimestamp(Long receiveTimestamp)
public String getIp()
public void setIp(String ip)
public String getProject()
public void setProject(String project)
public String getMethod()
public void setMethod(String method)
public String getGzip()
public void setGzip(String gzip)
public String getData()
public void setData(String data)
public String getDataList()
public void setDataList(String dataList)
public String getContentType()
public void setContentType(String contentType)
public String getRequestBody()
public void setRequestBody(String requestBody)
Copyright © 2021. All rights reserved.