com.cisco.oss.foundation.monitoring
Class ParameterDetails

java.lang.Object
  extended by com.cisco.oss.foundation.monitoring.ParameterDetails
All Implemented Interfaces:
Serializable

public class ParameterDetails
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ParameterDetails()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterDetails

public ParameterDetails()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Cisco. All Rights Reserved.