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