public class ServiceProfile extends Object
| Constructor and Description |
|---|
ServiceProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPathContains() |
String |
getPathEndsWith() |
String |
getPathNotEndsWith() |
String |
getServiceClass() |
String |
getServiceName() |
int |
hashCode() |
boolean |
hasPathContains() |
boolean |
hasPathEndsWith() |
boolean |
hasPathNotEndsWith() |
void |
setPathContains(String pathContains) |
void |
setPathEndsWith(String pathEndsWith) |
void |
setPathNotEndsWith(String pathNotEndsWith) |
void |
setServiceClass(String serviceClass) |
void |
setServiceName(String serviceName) |
public String getPathContains()
public void setPathContains(String pathContains)
public String getServiceClass()
public void setServiceClass(String serviceClass)
public String getServiceName()
public void setServiceName(String serviceName)
public String getPathEndsWith()
public void setPathEndsWith(String pathEndsWith)
public String getPathNotEndsWith()
public void setPathNotEndsWith(String pathNotEndsWith)
public boolean hasPathEndsWith()
public boolean hasPathNotEndsWith()
public boolean hasPathContains()
Copyright © 2018. All Rights Reserved.