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

eleme.openapi.sdk.api.entity.sms.SmsResponse Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.sms;

import eleme.openapi.sdk.api.entity.sms.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class SmsResponse{

    /**
     * 任务ID
     */
    private Long taskId;
    public Long getTaskId() {
        return taskId;
    }
    public void setTaskId(Long taskId) {
        this.taskId = taskId;
    }
    
    /**
     * 本次请求短信发送总条数
     */
    private Integer amount;
    public Integer getAmount() {
        return amount;
    }
    public void setAmount(Integer amount) {
        this.amount = amount;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy