Package cn.ucloud.usms.models
Class GetUSMSSendReceiptResponse.ReceiptPerSession
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.usms.models.GetUSMSSendReceiptResponse.ReceiptPerSession
-
- Enclosing class:
- GetUSMSSendReceiptResponse
public static class GetUSMSSendReceiptResponse.ReceiptPerSession extends Response
-
-
Constructor Summary
Constructors Constructor Description ReceiptPerSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUSMSSendReceiptResponse.ReceiptPerPhone>getReceiptSet()StringgetSessionNo()voidsetReceiptSet(List<GetUSMSSendReceiptResponse.ReceiptPerPhone> receiptSet)voidsetSessionNo(String sessionNo)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getSessionNo
public String getSessionNo()
-
setSessionNo
public void setSessionNo(String sessionNo)
-
getReceiptSet
public List<GetUSMSSendReceiptResponse.ReceiptPerPhone> getReceiptSet()
-
setReceiptSet
public void setReceiptSet(List<GetUSMSSendReceiptResponse.ReceiptPerPhone> receiptSet)
-
-