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()
RpcResponsenull otherwise.getErrorMessage in interface RpcResponsenull otherwiseCopyright © 2020. All rights reserved.