Class SnmpMultiResponseDTO
- java.lang.Object
 - 
- org.opennms.netmgt.snmp.proxy.common.SnmpMultiResponseDTO
 
 
- 
- All Implemented Interfaces:
 RpcResponse
public class SnmpMultiResponseDTO extends Object implements RpcResponse
 
- 
- 
Constructor Summary
Constructors Constructor Description SnmpMultiResponseDTO()SnmpMultiResponseDTO(Throwable ex) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetErrorMessage()Returns an error message if an error occurred, ornullotherwise.List<SnmpResponseDTO>getResponses()inthashCode()voidsetResponses(List<SnmpResponseDTO> responses) 
 - 
 
- 
- 
Constructor Detail
- 
SnmpMultiResponseDTO
public SnmpMultiResponseDTO()
 
- 
SnmpMultiResponseDTO
public SnmpMultiResponseDTO(Throwable ex)
 
 - 
 
- 
Method Detail
- 
setResponses
public void setResponses(List<SnmpResponseDTO> responses)
 
- 
getResponses
public List<SnmpResponseDTO> getResponses()
 
- 
getErrorMessage
public String getErrorMessage()
Description copied from interface:RpcResponseReturns an error message if an error occurred, ornullotherwise.- Specified by:
 getErrorMessagein interfaceRpcResponse- Returns:
 - an error message if an error occurred, or 
nullotherwise 
 
 - 
 
 -