public class SnmpConfiguration extends BaseModelResource
| Constructor and Description |
|---|
SnmpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
boolean |
equals(Object obj) |
Boolean |
getEnabled() |
String |
getReadCommunity() |
List<String> |
getSnmpAccess() |
String |
getSystemContact() |
List<TrapDestination> |
getTrapDestinations() |
int |
hashCode() |
void |
setEnabled(Boolean enabled) |
void |
setReadCommunity(String readCommunity) |
void |
setSnmpAccess(List<String> snmpAccess) |
void |
setSystemContact(String systemContact) |
void |
setTrapDestinations(List<TrapDestination> trapDestinations) |
getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonString, toStringpublic String getReadCommunity()
public void setReadCommunity(String readCommunity)
public String getSystemContact()
public void setSystemContact(String systemContact)
public List<TrapDestination> getTrapDestinations()
public void setTrapDestinations(List<TrapDestination> trapDestinations)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public boolean canEqual(Object obj)
canEqual in class BaseModelResourcepublic boolean equals(Object obj)
equals in class BaseModelResourcepublic int hashCode()
hashCode in class BaseModelResourceCopyright © 2017. All rights reserved.