Class AMEMusicBaseInfo

    • Constructor Detail

      • AMEMusicBaseInfo

        public AMEMusicBaseInfo()
      • AMEMusicBaseInfo

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

      • getMusicId

        public String getMusicId()
        Get 歌曲 Id。
        Returns:
        MusicId 歌曲 Id。
      • setMusicId

        public void setMusicId​(String MusicId)
        Set 歌曲 Id。
        Parameters:
        MusicId - 歌曲 Id。
      • getName

        public String getName()
        Get 歌曲名称。
        Returns:
        Name 歌曲名称。
      • setName

        public void setName​(String Name)
        Set 歌曲名称。
        Parameters:
        Name - 歌曲名称。
      • getSingerSet

        public String[] getSingerSet()
        Get 歌手列表。
        Returns:
        SingerSet 歌手列表。
      • setSingerSet

        public void setSingerSet​(String[] SingerSet)
        Set 歌手列表。
        Parameters:
        SingerSet - 歌手列表。