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

com.fasc.open.api.v5_1.res.archives.ContactArchivedRes Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.res.archives;

import java.util.List;

public class ContactArchivedRes {

    /**
     * 归档ID列表
     */
    private List archives;

    public static class ArchiveInfo {

        /**
         * 归档ID
         */
        private String archivesId;

        public String getArchivesId() {
            return archivesId;
        }

        public void setArchivesId(String archivesId) {
            this.archivesId = archivesId;
        }
    }

    public List getArchives() {
        return archives;
    }

    public void setArchives(List archives) {
        this.archives = archives;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy