public class RequestValue<T> extends AbstractRequestValue<T>
RequestValue()
<T> T
getAttribute(String key)
Map<String,Object>
getAttributes()
T
getBody()
Head
getHead()
setAttribute(String key, T object)
void
setBody(T body)
setHead(Head head)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RequestValue()
public Head getHead()
public void setHead(Head head)
public T getBody()
public void setBody(T body)
public Map<String,Object> getAttributes()
public <T> T getAttribute(String key)
public <T> T setAttribute(String key, T object)
Copyright © 2021. All rights reserved.