public class PathConfiguration extends Object
| Constructor and Description |
|---|
PathConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getService() |
int |
getWeight() |
void |
setName(String name) |
void |
setService(String service) |
void |
setWeight(int weight) |
public String getName()
public void setName(String name)
name - the name to setpublic String getService()
public void setService(String service)
service - the service to setpublic int getWeight()
public void setWeight(int weight)
weight - the weight to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.