public class ServiceInvokeInfo extends Object
| 构造器和说明 |
|---|
ServiceInvokeInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAssetId() |
String |
getCallbackUrl() |
String |
getCallType() |
String |
getDeviceKey() |
Long |
getGmtDeviceReply() |
Long |
getGmtServiceReply() |
Long |
getGmtServiceRequest() |
Object |
getInputData() |
String |
getMessageId() |
Object |
getOutputData() |
String |
getProductKey() |
String |
getRequestId() |
String |
getRequestMethod() |
String |
getServiceId() |
String |
getServiceName() |
void |
setAssetId(String assetId) |
void |
setCallbackUrl(String callbackUrl) |
void |
setCallType(String callType) |
void |
setDeviceKey(String deviceKey) |
void |
setGmtDeviceReply(Long gmtDeviceReply) |
void |
setGmtServiceReply(Long gmtServiceReply) |
void |
setGmtServiceRequest(Long gmtServiceRequest) |
void |
setInputData(Object inputData) |
void |
setMessageId(String messageId) |
void |
setOutputData(Object outputData) |
void |
setProductKey(String productKey) |
void |
setRequestId(String requestId) |
void |
setRequestMethod(String requestMethod) |
void |
setServiceId(String serviceId) |
void |
setServiceName(String serviceName) |
String |
toString() |
public String getRequestId()
public void setRequestId(String requestId)
public String getMessageId()
public void setMessageId(String messageId)
public String getRequestMethod()
public void setRequestMethod(String requestMethod)
public String getCallType()
public void setCallType(String callType)
public String getProductKey()
public void setProductKey(String productKey)
public String getDeviceKey()
public void setDeviceKey(String deviceKey)
public String getServiceName()
public void setServiceName(String serviceName)
public String getAssetId()
public void setAssetId(String assetId)
public String getServiceId()
public void setServiceId(String serviceId)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public Object getInputData()
public void setInputData(Object inputData)
public Object getOutputData()
public void setOutputData(Object outputData)
public Long getGmtServiceRequest()
public void setGmtServiceRequest(Long gmtServiceRequest)
public Long getGmtServiceReply()
public void setGmtServiceReply(Long gmtServiceReply)
public Long getGmtDeviceReply()
public void setGmtDeviceReply(Long gmtDeviceReply)
Copyright © 2019. All rights reserved.