public class SnmpConfiguration extends BaseModelResource
Constructor and Description |
---|
SnmpConfiguration() |
Modifier and Type | Method and Description |
---|---|
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) |
String |
toString() |
canEqual, getCategory, getCreated, getDescription, getETag, getModified, getName, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri
public 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 equals(Object obj)
equals
in class BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
public String toString()
toString
in class BaseModelResource
Copyright © 2016. All rights reserved.