public class SmsBatchSend extends Object
| Constructor and Description |
|---|
SmsBatchSend() |
| Modifier and Type | Method and Description |
|---|---|
List<SmsSingleSend> |
getData() |
Integer |
getTotal_count() |
Double |
getTotal_fee() |
String |
getUnit() |
void |
setData(List<SmsSingleSend> data) |
void |
setTotal_count(Integer total_count) |
void |
setTotal_fee(Double total_fee) |
void |
setUnit(String unit) |
String |
toString() |
public List<SmsSingleSend> getData()
public void setData(List<SmsSingleSend> data)
public String getUnit()
public void setUnit(String unit)
public Integer getTotal_count()
public void setTotal_count(Integer total_count)
public Double getTotal_fee()
public void setTotal_fee(Double total_fee)
Copyright © 2017. All rights reserved.