public class AliasedAttribute extends SnmpAttribute
AliasedAttribute class.
LOG
m_attribType, m_resource
Constructor and Description |
---|
AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SnmpValue |
getValue()
getValue
|
int |
hashCode()
hashCode
|
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
String |
toString()
toString
|
getMetricIdentifier, getNumericValue, getStringValue, storeAttribute
getAttributeType, getName, getResource, getType, visit
public AliasedAttribute(CollectionResource resource, SnmpAttribute attr)
Constructor for AliasedAttribute.
resource
- a CollectionResource
object.attr
- a SnmpAttribute
object.public boolean equals(Object obj)
equals
in class SnmpAttribute
public SnmpValue getValue()
getValue
getValue
in class SnmpAttribute
SnmpValue
object.public int hashCode()
hashCode
hashCode
in class SnmpAttribute
public boolean shouldPersist(ServiceParameters params)
shouldPersist
in interface Persistable
shouldPersist
in class AbstractCollectionAttribute
params
- a ServiceParameters
object.public String toString()
toString
toString
in class SnmpAttribute
String
object.Copyright © 2021. All rights reserved.