public class UaiWebSocketLogRequestDTO extends Object
| Constructor and Description |
|---|
UaiWebSocketLogRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArrivedAt() |
String |
getContentType() |
List<UaiLogPairValueDTO> |
getHeaderValueList() |
String |
getMethod() |
String |
getPath() |
List<UaiLogPairValueDTO> |
getQueryParamValueList() |
String |
getWhoInvokedAddress() |
void |
setArrivedAt(String arrivedAt) |
void |
setContentType(String contentType) |
void |
setHeaderValueList(List<UaiLogPairValueDTO> headerValueList) |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setQueryParamValueList(List<UaiLogPairValueDTO> queryParamValueList) |
void |
setWhoInvokedAddress(String whoInvokedAddress) |
public String getPath()
public void setPath(String path)
public String getMethod()
public void setMethod(String method)
public String getContentType()
public void setContentType(String contentType)
public String getWhoInvokedAddress()
public void setWhoInvokedAddress(String whoInvokedAddress)
public String getArrivedAt()
public void setArrivedAt(String arrivedAt)
public List<UaiLogPairValueDTO> getHeaderValueList()
public void setHeaderValueList(List<UaiLogPairValueDTO> headerValueList)
public List<UaiLogPairValueDTO> getQueryParamValueList()
public void setQueryParamValueList(List<UaiLogPairValueDTO> queryParamValueList)
Copyright © 2015. All rights reserved.