Class KTVRobotInfo

    • Constructor Detail

      • KTVRobotInfo

        public KTVRobotInfo()
      • KTVRobotInfo

        public KTVRobotInfo​(KTVRobotInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getRobotId

        public String getRobotId()
        Get 机器人Id。
        Returns:
        RobotId 机器人Id。
      • setRobotId

        public void setRobotId​(String RobotId)
        Set 机器人Id。
        Parameters:
        RobotId - 机器人Id。
      • getStatus

        public String getStatus()
        Get 状态,取值有:
      • Play:播放
      • Pause:暂停
      • Destroy:销毁
Returns:
Status 状态,取值有:
  • Play:播放
  • Pause:暂停
  • Destroy:销毁
  • Parameters:
    Status - 状态,取值有:
  • Play:播放
  • Pause:暂停
  • Destroy:销毁