public class SmsSendStatusResponse extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SmsSendStatusResponse.PullSmsSendStatusSetDTO |
| 构造器和说明 |
|---|
SmsSendStatusResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SmsSendStatusResponse |
errorResponse() |
void |
finishing() |
ErrorRB |
getError() |
Integer |
getFail() |
List<SmsSendStatusResponse.PullSmsSendStatusSetDTO> |
getPullSmsSendStatusSet() |
String |
getRequestId() |
Boolean |
getStatus() |
Integer |
getSuccess() |
Integer |
getTotal() |
void |
setError(ErrorRB error) |
void |
setFail(Integer fail) |
void |
setPullSmsSendStatusSet(List<SmsSendStatusResponse.PullSmsSendStatusSetDTO> pullSmsSendStatusSet) |
void |
setRequestId(String requestId) |
void |
setStatus(Boolean status) |
void |
setSuccess(Integer success) |
void |
setTotal(Integer total) |
public static SmsSendStatusResponse errorResponse()
public void finishing()
public List<SmsSendStatusResponse.PullSmsSendStatusSetDTO> getPullSmsSendStatusSet()
public void setPullSmsSendStatusSet(List<SmsSendStatusResponse.PullSmsSendStatusSetDTO> pullSmsSendStatusSet)
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getStatus()
public void setStatus(Boolean status)
public ErrorRB getError()
public void setError(ErrorRB error)
public Integer getTotal()
public void setTotal(Integer total)
public Integer getSuccess()
public void setSuccess(Integer success)
public Integer getFail()
public void setFail(Integer fail)
Copyright © 2024. All rights reserved.