public class BaseBuilder<T> extends Object
protected Long
agentId
protected List<Long>
departIds
protected String
msgType
protected Boolean
toAllUser
protected List<String>
userIds
BaseBuilder()
T
agentId(Long agentId)
DtMessage
build()
departIds(List<Long> departIds)
toAllUser(Boolean toAllUser)
userIds(List<String> userIds)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Long agentId
protected List<String> userIds
protected List<Long> departIds
protected Boolean toAllUser
protected String msgType
public BaseBuilder()
public T agentId(Long agentId)
public T userIds(List<String> userIds)
public T departIds(List<Long> departIds)
public T toAllUser(Boolean toAllUser)
public DtMessage build()
Copyright © 2021. All rights reserved.