public static class BaseNotificationEvent.Builder
extends java.lang.Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
BaseNotificationEvent |
build() |
BaseNotificationEvent.Builder |
setcTime(long cTime) |
BaseNotificationEvent.Builder |
setDesc(java.lang.String desc) |
BaseNotificationEvent.Builder |
setEventId(long eventId) |
BaseNotificationEvent.Builder |
setEventType(int eventType) |
BaseNotificationEvent.Builder |
setExtra(int extra) |
BaseNotificationEvent.Builder |
setFromGid(long fromGid) |
BaseNotificationEvent.Builder |
setFromUid(long fromUid) |
BaseNotificationEvent.Builder |
setfromUserAppKey(java.lang.String appkey) |
BaseNotificationEvent.Builder |
setFromUsername(java.lang.String fromUsername) |
BaseNotificationEvent.Builder |
setGid(long gid) |
BaseNotificationEvent.Builder |
setReturnCode(int returnCode) |
BaseNotificationEvent.Builder |
setToUidList(java.util.List<java.lang.Long> toUidList) |
public BaseNotificationEvent.Builder setcTime(long cTime)
public BaseNotificationEvent.Builder setDesc(java.lang.String desc)
public BaseNotificationEvent.Builder setEventId(long eventId)
public BaseNotificationEvent.Builder setEventType(int eventType)
public BaseNotificationEvent.Builder setExtra(int extra)
public BaseNotificationEvent.Builder setFromUsername(java.lang.String fromUsername)
public BaseNotificationEvent.Builder setGid(long gid)
public BaseNotificationEvent.Builder setReturnCode(int returnCode)
public BaseNotificationEvent.Builder setfromUserAppKey(java.lang.String appkey)
public BaseNotificationEvent.Builder setFromGid(long fromGid)
public BaseNotificationEvent.Builder setFromUid(long fromUid)
public BaseNotificationEvent.Builder setToUidList(java.util.List<java.lang.Long> toUidList)
public BaseNotificationEvent build()