public class Invocation extends Object implements Serializable
ServiceType
's
enumerated value, cast as a string.Constructor and Description |
---|
Invocation()
Constructor.
|
Invocation(String invocationName,
String serviceId,
String serviceName,
String serviceType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getInvocationName()
Returns external call name.
|
String |
getServiceId()
Returns default service ID.
|
String |
getServiceName()
Return service name.
|
String |
getServiceType()
Returns service type.
|
int |
hashCode() |
void |
setInvocationName(String invocationName)
Sets external call name.
|
void |
setServiceId(String serviceId)
Sets default service ID.
|
void |
setServiceName(String serviceName)
Set service name.
|
void |
setServiceType(String serviceType)
Sets service type.
|
String |
toString() |
public String getInvocationName()
public void setInvocationName(String invocationName)
invocationName
- Invocation namepublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- Default service IDpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName
- Service namepublic String getServiceType()
public void setServiceType(String serviceType)
serviceType
- Service type