All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.model.ciModel.job.v2.SoundHoundResult Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model.ciModel.job.v2;

import com.thoughtworks.xstream.annotations.XStreamImplicit;

import java.util.List;

public class SoundHoundResult {
    @XStreamImplicit(itemFieldName = "SongList")
    private List songList;

    public List getSongList() {
        return songList;
    }

    public void setSongList(List songList) {
        this.songList = songList;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy