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()
String
public void setServiceName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServiceURL()
String
public void setServiceURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServiceWSDL()
String
public void setServiceWSDL(java.lang.String value)
value
- allowed object is
String
public 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.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.