public class UniversalRequest extends Object
| Constructor and Description |
|---|
UniversalRequest() |
UniversalRequest(String serviceName,
String action,
String version) |
UniversalRequest(String serviceName,
String action,
String version,
HttpMethod httpMethod,
ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
ContentType |
getContentType() |
HttpMethod |
getHttpMethod() |
String |
getServiceName() |
String |
getVersion() |
void |
setAction(String action) |
void |
setContentType(ContentType contentType) |
void |
setHttpMethod(HttpMethod httpMethod) |
void |
setServiceName(String serviceName) |
void |
setVersion(String version) |
public UniversalRequest(String serviceName, String action, String version, HttpMethod httpMethod, ContentType contentType)
public UniversalRequest()
public String getServiceName()
public void setServiceName(String serviceName)
public String getAction()
public void setAction(String action)
public String getVersion()
public void setVersion(String version)
public HttpMethod getHttpMethod()
public void setHttpMethod(HttpMethod httpMethod)
public ContentType getContentType()
public void setContentType(ContentType contentType)
Copyright © 2024. All rights reserved.