public abstract class EzySimpleRequest<P extends EzyRequestParams> extends Object implements EzyUserRequest<P>, EzySessionAware, EzyUserFetcher, EzyUserAware, EzyRequestParamsDeserializable
| Modifier and Type | Field and Description |
|---|---|
protected P |
params |
protected EzySession |
session |
protected EzyUser |
user |
| Constructor and Description |
|---|
EzySimpleRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeParams(com.tvd12.ezyfox.entity.EzyArray array) |
protected abstract P |
newParams() |
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessiongetParamsgetUsersetSessionsetUserprotected P extends EzyRequestParams params
protected EzyUser user
protected EzySession session
public final void deserializeParams(com.tvd12.ezyfox.entity.EzyArray array)
deserializeParams in interface EzyRequestParamsDeserializableprotected abstract P newParams()
public void release()
release in interface com.tvd12.ezyfox.util.EzyReleasableCopyright © 2021 Young Monkeys. All rights reserved.