public class ServiceRequest extends Object implements Serializable
| Constructor and Description |
|---|
ServiceRequest()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
ServiceContract |
getContract() |
String |
getDestination() |
Map<String,String> |
getHeaders() |
Map<String,String> |
getQueryParams() |
Object |
getRawRequest() |
String |
getRemoteAddr() |
String |
getServiceId() |
String |
getServiceOrgId() |
String |
getServiceVersion() |
String |
getType() |
void |
setApiKey(String apiKey) |
void |
setContract(ServiceContract contract) |
void |
setDestination(String destination) |
void |
setHeaders(Map<String,String> headers) |
void |
setQueryParams(Map<String,String> queryParams) |
void |
setRawRequest(Object rawRequest) |
void |
setRemoteAddr(String remoteAddr) |
void |
setServiceId(String serviceId) |
void |
setServiceOrgId(String serviceOrgId) |
void |
setServiceVersion(String serviceVersion) |
void |
setType(String type) |
public String getApiKey()
public void setApiKey(String apiKey)
apiKey - the apiKey to setpublic Object getRawRequest()
public void setRawRequest(Object rawRequest)
rawRequest - the rawRequest to setpublic String getType()
public void setType(String type)
type - the type to setpublic void setHeaders(Map<String,String> headers)
headers - the headers to setpublic String getDestination()
public void setDestination(String destination)
destination - the destination to setpublic String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
remoteAddr - the remoteAddr to setpublic ServiceContract getContract()
public void setContract(ServiceContract contract)
contract - the contract to setpublic String getServiceOrgId()
public void setServiceOrgId(String serviceOrgId)
serviceOrgId - the serviceOrgId to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - the serviceVersion to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.