public class UniversalRequest extends Object
| 构造器和说明 |
|---|
UniversalRequest() |
UniversalRequest(String serviceName,
String action,
String version) |
UniversalRequest(String serviceName,
String action,
String version,
HttpMethod httpMethod,
ContentType contentType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.