public class DiscoveryUrl
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DiscoveryUrl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURL()
Deprecated.
Returns the URL of this DiscoveryUrl.
|
java.lang.String |
getUseType()
Deprecated.
Returns the useType of this DiscoveryUrl.
|
void |
setURL(java.lang.String URL)
Deprecated.
Sets the URL of this DiscoveryUrl.
|
void |
setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this DiscoveryUrl.
|
public java.lang.String getURL()
public void setURL(java.lang.String URL)
URL
- the URL of this DiscoveryUrl.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this DiscoveryUrl.