com.cisco.oss.foundation.monitoring.services
Class ServiceDetails

java.lang.Object
  extended by com.cisco.oss.foundation.monitoring.services.ServiceDetails
All Implemented Interfaces:
Cloneable

public class ServiceDetails
extends Object
implements Cloneable


Constructor Summary
ServiceDetails(String serviceDescription, String interfaceName, String protocol, int port)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 String getApiName()
           
 String getInterfaceName()
           
 int getPort()
           
 String getProtocol()
           
 String getServiceDescription()
           
 void setApiName(String apiName)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDetails

public ServiceDetails(String serviceDescription,
                      String interfaceName,
                      String protocol,
                      int port)
Parameters:
serviceDescription -
interfaceName -
protocol -
port -
apiName -
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

equals

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

getServiceDescription

public String getServiceDescription()

getInterfaceName

public String getInterfaceName()

getProtocol

public String getProtocol()

getPort

public int getPort()

getApiName

public String getApiName()

setApiName

public void setApiName(String apiName)


Copyright © 2015 Cisco. All Rights Reserved.