public class SnmpResponseDTO extends Object
Constructor and Description |
---|
SnmpResponseDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCorrelationId() |
List<SnmpResult> |
getResults() |
int |
hashCode() |
void |
setCorrelationId(String correlationId) |
void |
setResults(List<SnmpResult> results) |
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public void setResults(List<SnmpResult> results)
public List<SnmpResult> getResults()
Copyright © 2021. All rights reserved.