public class RequestDto extends Object
| 构造器和说明 |
|---|
RequestDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addHttpHeaders(String headerName,
String headerValue) |
Object[] |
getArgs() |
Object |
getBody() |
Class<?> |
getConventType() |
String |
getFileName() |
Object |
getFiles() |
org.springframework.http.HttpHeaders |
getHttpHeaders() |
Method |
getMethod() |
org.springframework.web.bind.annotation.RequestMethod |
getRequestMethod() |
Class<?> |
getResponseType() |
org.springframework.core.ParameterizedTypeReference<?> |
getTypeReference() |
String |
getUri() |
Map<String,Object> |
getUriVariables() |
org.springframework.util.MultiValueMap<String,Object> |
getValueMap() |
void |
setArgs(Object[] args) |
void |
setBody(Object body) |
void |
setConventType(Class<?> conventType) |
void |
setFileName(String fileName) |
void |
setFiles(Object files) |
void |
setMethod(Method method) |
void |
setRequestMethod(org.springframework.web.bind.annotation.RequestMethod requestMethod) |
void |
setResponseType(Class<?> responseType) |
void |
setTypeReference(org.springframework.core.ParameterizedTypeReference<?> typeReference) |
void |
setUri(String uri) |
void |
setUriVariables(Map<String,Object> uriVariables) |
void |
setValueMap(org.springframework.util.MultiValueMap<String,Object> valueMap) |
public String getUri()
public void setUri(String uri)
public org.springframework.http.HttpHeaders getHttpHeaders()
public Object getBody()
public void setBody(Object body)
public Class<?> getResponseType()
public void setResponseType(Class<?> responseType)
public org.springframework.core.ParameterizedTypeReference<?> getTypeReference()
public void setTypeReference(org.springframework.core.ParameterizedTypeReference<?> typeReference)
public Object getFiles()
public void setFiles(Object files)
public String getFileName()
public void setFileName(String fileName)
public Object[] getArgs()
public void setArgs(Object[] args)
public org.springframework.web.bind.annotation.RequestMethod getRequestMethod()
public void setRequestMethod(org.springframework.web.bind.annotation.RequestMethod requestMethod)
public Method getMethod()
public void setMethod(Method method)
public Class<?> getConventType()
public void setConventType(Class<?> conventType)
Copyright © 2021. All rights reserved.