public class ServiceRoute
extends java.lang.Object
| Constructor and Description |
|---|
ServiceRoute(java.lang.String sourceContext,
java.lang.String serviceUrl)
Constructor for ServiceRoute.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceUrl()
Getter for the field
serviceUrl. |
java.lang.String |
getSourceContext()
Getter for the field
sourceContext. |
void |
setServiceUrl(java.lang.String serviceUrl)
Setter for the field
serviceUrl. |
void |
setSourceContext(java.lang.String sourceContext)
Setter for the field
sourceContext. |
public ServiceRoute(java.lang.String sourceContext,
java.lang.String serviceUrl)
Constructor for ServiceRoute.
sourceContext - a String object.serviceUrl - a String object.public java.lang.String getSourceContext()
Getter for the field sourceContext.
String object.public void setSourceContext(java.lang.String sourceContext)
Setter for the field sourceContext.
sourceContext - a String object.public java.lang.String getServiceUrl()
Getter for the field serviceUrl.
String object.public void setServiceUrl(java.lang.String serviceUrl)
Setter for the field serviceUrl.
serviceUrl - a String object.Copyright © 2022. All rights reserved.