public class BaseChainContext<Req,Resp> extends Object
Description: 责任链上下文
@Date: 2022-12-04 14:03:04
@Author: 飞拳
BaseChainContext(Req req)
boolean
equals(Object o)
Req
getReq()
Resp
getResp()
Long
getUserId()
int
hashCode()
void
setResp(Resp resp)
setUserId(Long userId)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public BaseChainContext(Req req)
public Req getReq()
public Resp getResp()
public void setResp(Resp resp)
public Long getUserId()
public void setUserId(Long userId)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.