public class SmsSingleSend extends Object
| Constructor and Description |
|---|
SmsSingleSend() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode() |
Integer |
getCount() |
Double |
getFee() |
String |
getMobile() |
String |
getMsg() |
Long |
getSid() |
String |
getUnit() |
void |
setCode(Integer code) |
void |
setCount(Integer count) |
void |
setFee(Double fee) |
void |
setMobile(String mobile) |
void |
setMsg(String msg) |
void |
setSid(Long sid) |
void |
setUnit(String unit) |
String |
toString() |
public Integer getCode()
public void setCode(Integer code)
public Integer getCount()
public void setCount(Integer count)
public Double getFee()
public void setFee(Double fee)
public String getMobile()
public void setMobile(String mobile)
public String getMsg()
public void setMsg(String msg)
public Long getSid()
public void setSid(Long sid)
public String getUnit()
public void setUnit(String unit)
Copyright © 2017. All rights reserved.