public class AliasedAttribute extends SnmpAttribute
AliasedAttribute class.
| Constructor and Description |
|---|
AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SnmpAttributeType |
getAttributeType()
getAttributeType
|
String |
getName()
getName
|
String |
getType()
getType
|
SnmpValue |
getValue()
getValue
|
int |
hashCode()
hashCode
|
ThreadCategory |
log()
log
|
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
String |
toString()
toString
|
getNumericValue, getResource, getStringValue, storeAttribute, visitpublic AliasedAttribute(CollectionResource resource, SnmpAttribute attr)
Constructor for AliasedAttribute.
resource - a CollectionResource object.attr - a SnmpAttribute object.public boolean equals(Object obj)
equals in class SnmpAttributepublic SnmpAttributeType getAttributeType()
getAttributeType
getAttributeType in interface CollectionAttributegetAttributeType in class SnmpAttributeSnmpAttributeType object.public String getName()
getName
getName in interface CollectionAttributegetName in class SnmpAttributeString object.public String getType()
getType
getType in interface CollectionAttributegetType in class SnmpAttributeString object.public SnmpValue getValue()
getValue
getValue in class SnmpAttributeSnmpValue object.public int hashCode()
hashCode
hashCode in class SnmpAttributepublic ThreadCategory log()
log
log in class SnmpAttributeThreadCategory object.public boolean shouldPersist(ServiceParameters params)
shouldPersist in interface CollectionAttributeshouldPersist in class SnmpAttributeparams - a ServiceParameters object.public String toString()
toString
toString in class SnmpAttributeString object.Copyright © 2015. All Rights Reserved.