Class PlayCommandInput

    • Constructor Detail

      • PlayCommandInput

        public PlayCommandInput()
      • PlayCommandInput

        public PlayCommandInput​(PlayCommandInput 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

      • getIndex

        public Long getIndex()
        Get 歌曲位置索引。
        Returns:
        Index 歌曲位置索引。
      • setIndex

        public void setIndex​(Long Index)
        Set 歌曲位置索引。
        Parameters:
        Index - 歌曲位置索引。