Package com.bytedesk.service.settings
Class RobotSettings
java.lang.Object
com.bytedesk.service.settings.RobotSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private RobotEntity
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshouldTransferToRobot
(Boolean isOffline, Boolean isInServiceTime)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
defaultRobot
private boolean defaultRobot -
offlineRobot
private boolean offlineRobot -
nonWorktimeRobot
private boolean nonWorktimeRobot -
robot
-
-
Constructor Details
-
RobotSettings
public RobotSettings()
-
-
Method Details
-
shouldTransferToRobot
-