public class ServiceInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected java.lang.String |
serviceName
Predefined name of the service, which is agreed between client and server.
|
protected java.lang.String |
serviceURL
An URL to the service
|
protected java.lang.String |
serviceWSDL
An URL to the service WSDL provider
|
protected int |
version
Minor version of the service
|
| Constructor and Description |
|---|
ServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getServiceName()
Gets the value of the serviceName property.
|
java.lang.String |
getServiceURL()
Gets the value of the serviceURL property.
|
java.lang.String |
getServiceWSDL()
Gets the value of the serviceWSDL property.
|
int |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setServiceName(java.lang.String value)
Sets the value of the serviceName property.
|
void |
setServiceURL(java.lang.String value)
Sets the value of the serviceURL property.
|
void |
setServiceWSDL(java.lang.String value)
Sets the value of the serviceWSDL property.
|
void |
setVersion(int value)
Sets the value of the version property.
|
java.lang.String |
toString() |
ServiceInfo |
withServiceName(java.lang.String value) |
ServiceInfo |
withServiceURL(java.lang.String value) |
ServiceInfo |
withServiceWSDL(java.lang.String value) |
ServiceInfo |
withVersion(int value) |
private static final long serialVersionUID
protected java.lang.String serviceName
protected java.lang.String serviceURL
protected java.lang.String serviceWSDL
protected int version
public java.lang.String getServiceName()
Stringpublic void setServiceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceURL()
Stringpublic void setServiceURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceWSDL()
Stringpublic void setServiceWSDL(java.lang.String value)
value - allowed object is
Stringpublic int getVersion()
public void setVersion(int value)
public ServiceInfo withServiceName(java.lang.String value)
public ServiceInfo withServiceURL(java.lang.String value)
public ServiceInfo withServiceWSDL(java.lang.String value)
public ServiceInfo withVersion(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.