public class PingSweepResponseDTO extends Object implements RpcResponse
Constructor and Description |
---|
PingSweepResponseDTO() |
PingSweepResponseDTO(Throwable ex) |
Modifier and Type | Method and Description |
---|---|
void |
addPingSweepResult(PingSweepResultDTO pingSweepResult) |
boolean |
equals(Object obj) |
String |
getErrorMessage()
Returns an error message if an error occurred, or
null otherwise. |
List<PingSweepResultDTO> |
getPingSweepResult() |
int |
hashCode() |
void |
setPingSweepResult(List<PingSweepResultDTO> pingSweepResult) |
public PingSweepResponseDTO()
public PingSweepResponseDTO(Throwable ex)
public List<PingSweepResultDTO> getPingSweepResult()
public void setPingSweepResult(List<PingSweepResultDTO> pingSweepResult)
public void addPingSweepResult(PingSweepResultDTO pingSweepResult)
public String getErrorMessage()
RpcResponse
null
otherwise.getErrorMessage
in interface RpcResponse
null
otherwiseCopyright © 2021. All rights reserved.