public class UaiWebSocketLogResponseDTO extends Object
| Constructor and Description |
|---|
UaiWebSocketLogResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getContentType() |
List<UaiLogPairValueDTO> |
getHeaderValueList() |
int |
getStatusCode() |
void |
setBody(String body) |
void |
setContentType(String contentType) |
void |
setHeaderValueList(List<UaiLogPairValueDTO> headerValueList) |
void |
setStatusCode(int statusCode) |
public int getStatusCode()
public void setStatusCode(int statusCode)
public String getBody()
public void setBody(String body)
public String getContentType()
public void setContentType(String contentType)
public List<UaiLogPairValueDTO> getHeaderValueList()
public void setHeaderValueList(List<UaiLogPairValueDTO> headerValueList)
Copyright © 2015. All rights reserved.