TransferAction
类型名称:TransferAction
扩展 Action
名称 |
类型 |
说明 |
fromLocation |
Place |
location 的子属性。操作之前的对象或代理的原始位置。 |
目的地 |
Place |
location 的子属性。操作后的对象或代理的最终位置。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`TransferAction` extends the `Action` type and describes the transfer of an object or agent from one location to another."],["It utilizes `fromLocation` and `toLocation` properties, both of type `Place`, to specify the original and final locations respectively."]]],["The core content describes the `TransferAction` type, which is an extension of the `Action` type. It details two key properties: `fromLocation` and `toLocation`. Both are of the `Place` type and define location. `fromLocation` specifies the original location of an object or agent before the transfer, while `toLocation` indicates the final location after the transfer has occurred. These are sub-properties of the general `location`.\n"]]