public class UaiWebSocketLogDTO extends Object
| Constructor and Description |
|---|
UaiWebSocketLogDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTextLog(String log) |
List<String> |
getLogList() |
UaiWebSocketLogRequestDTO |
getLogRequest() |
UaiWebSocketLogResponseDTO |
getLogResponse() |
boolean |
isFinishedWithError() |
void |
setFinishedWithError() |
void |
setLogRequest(UaiWebSocketLogRequestDTO logRequest) |
void |
setLogResponse(UaiWebSocketLogResponseDTO logResponse) |
public UaiWebSocketLogRequestDTO getLogRequest()
public void setLogRequest(UaiWebSocketLogRequestDTO logRequest)
public void addTextLog(String log)
public UaiWebSocketLogResponseDTO getLogResponse()
public void setLogResponse(UaiWebSocketLogResponseDTO logResponse)
public boolean isFinishedWithError()
public void setFinishedWithError()
Copyright © 2015. All rights reserved.