public class LogExport extends GenericModel
Constructor and Description |
---|
LogExport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogId()
Gets the logId.
|
MessageRequest |
getRequest()
Gets the request.
|
java.lang.String |
getRequestTimestamp()
Gets the requestTimestamp.
|
MessageResponse |
getResponse()
Gets the response.
|
java.lang.String |
getResponseTimestamp()
Gets the responseTimestamp.
|
void |
setLogId(java.lang.String logId)
Sets the logId.
|
void |
setRequest(MessageRequest request)
Sets the request.
|
void |
setRequestTimestamp(java.lang.String requestTimestamp)
Sets the requestTimestamp.
|
void |
setResponse(MessageResponse response)
Sets the response.
|
void |
setResponseTimestamp(java.lang.String responseTimestamp)
Sets the responseTimestamp.
|
equals, hashCode, toString
public MessageRequest getRequest()
public MessageResponse getResponse()
public java.lang.String getLogId()
public java.lang.String getRequestTimestamp()
public java.lang.String getResponseTimestamp()
public void setRequest(MessageRequest request)
request
- the new requestpublic void setResponse(MessageResponse response)
response
- the new responsepublic void setLogId(java.lang.String logId)
logId
- the new logIdpublic void setRequestTimestamp(java.lang.String requestTimestamp)
requestTimestamp
- the new requestTimestamppublic void setResponseTimestamp(java.lang.String responseTimestamp)
responseTimestamp
- the new responseTimestamp