Package com.sinch.sdk.domains.sms.models
Class DeliveryReportStatusDetails
- java.lang.Object
-
- com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
-
public class DeliveryReportStatusDetails extends Object
Details related to a delivery report status- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeliveryReportStatusDetails.Builder
-
Constructor Summary
Constructors Constructor Description DeliveryReportStatusDetails(Integer code, Integer count, Collection<String> recipients, String status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryReportStatusDetails.Builderbuilder()IntegergetCode()IntegergetCount()Collection<String>getRecipients()DeliveryReportStatusgetStatus()StringtoString()
-
-
-
Constructor Detail
-
DeliveryReportStatusDetails
public DeliveryReportStatusDetails(Integer code, Integer count, Collection<String> recipients, String status)
- Parameters:
code-Required.The detailed status code.count-Required.The number of messages that currently has this coderecipients-Required.Only for full report. A list of the phone number recipients which messages has this status codestatus-Required.The simplified status as described in Delivery Report Statuses
-
-
Method Detail
-
getCode
public Integer getCode()
-
getCount
public Integer getCount()
-
getRecipients
public Collection<String> getRecipients()
-
getStatus
public DeliveryReportStatus getStatus()
-
builder
public static DeliveryReportStatusDetails.Builder builder()
-
-