Constructor
new OperationWork(fileOperation)
构造函数。
Parameters:
Name | Type | Description |
---|---|---|
fileOperation |
FileOperation |
Extends
Classes
Methods
(static) create(json) → {FileOperation}
创建操作工作实例。
Parameters:
Name | Type | Description |
---|---|---|
json |
JSON |
Returns:
- Type
- FileOperation
initializer()
- Overrides:
聚合时的初始化函数。
toCompactJSON() → {JSON}
- Overrides:
将对象序列化为数据内容紧凑的 JSON 格式。
Returns:
返回 JSON 格式对象。
- Type
- JSON
toJSON() → {JSON}
- Overrides:
将对象序列化为 JSON 格式。
Returns:
返回 JSON 格式对象。
- Type
- JSON