public class ServiceInfo extends Object
Constructor and Description |
---|
ServiceInfo() |
ServiceInfo(String name,
String path,
ServiceType type) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPath() |
ServiceType |
getType() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setType(ServiceType type) |
public ServiceInfo()
public ServiceInfo(String name, String path, ServiceType type)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public ServiceType getType()
public void setType(ServiceType type)
Copyright © 2018 WSO2. All rights reserved.