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

com.fasc.open.api.event.archives.PerformanceRemindCallbackDTO Maven / Gradle / Ivy

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

import java.util.List;

/**
 * @author zhoufucheng
 * @date 2023/11/2 15:33
 */
public class PerformanceRemindCallbackDTO {
    private String eventTime;
    private String openCorpId;
    private String archivesId;
    private String performanceId;
    private String performanceType;
    private List reminder;

    public String getEventTime() {
        return eventTime;
    }

    public void setEventTime(String eventTime) {
        this.eventTime = eventTime;
    }

    public String getOpenCorpId() {
        return openCorpId;
    }

    public void setOpenCorpId(String openCorpId) {
        this.openCorpId = openCorpId;
    }

    public String getArchivesId() {
        return archivesId;
    }

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

    public String getPerformanceId() {
        return performanceId;
    }

    public void setPerformanceId(String performanceId) {
        this.performanceId = performanceId;
    }

    public String getPerformanceType() {
        return performanceType;
    }

    public void setPerformanceType(String performanceType) {
        this.performanceType = performanceType;
    }

    public List getReminder() {
        return reminder;
    }

    public void setReminder(List reminder) {
        this.reminder = reminder;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy