Class MessageLeaveSettingsResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.service.message_leave_settings.MessageLeaveSettingsResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageLeaveSettingsResponsefromEntity(MessageLeaveSettingsEntity settings) 从 MessageLeaveSettings 实体创建 MessageLeaveSettingsResponseMethods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
messageLeaveEnabled
-
messageLeaveTip
-
messageLeaveAgentUid
-
messageLeaveNotify
-
messageLeaveNotifyType
-
messageLeaveNotifyEmail
-
messageLeaveNotifyMobile
-
messageLeaveForm
-
-
Constructor Details
-
MessageLeaveSettingsResponse
public MessageLeaveSettingsResponse()
-
-
Method Details
-
fromEntity
从 MessageLeaveSettings 实体创建 MessageLeaveSettingsResponse- Parameters:
settings- MessageLeaveSettings 实体- Returns:
- MessageLeaveSettingsResponse 对象,如果 settings 为 null 则返回 null
-