Package com.sinch.sdk.domains.sms.models
Class DryRun
- java.lang.Object
-
- com.sinch.sdk.domains.sms.models.DryRun
-
public class DryRun extends Object
Information related to a dryRun request- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDryRun.Builder
-
Constructor Summary
Constructors Constructor Description DryRun(Integer numberOfRecipients, Integer numberOfMessages, Collection<DryRunPerRecipientDetails> perRecipient)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DryRun.Builderbuilder()IntegergetNumberOfMessages()IntegergetNumberOfRecipients()Collection<DryRunPerRecipientDetails>getPerRecipient()StringtoString()
-
-
-
Constructor Detail
-
DryRun
public DryRun(Integer numberOfRecipients, Integer numberOfMessages, Collection<DryRunPerRecipientDetails> perRecipient)
- Parameters:
numberOfRecipients- The number of recipients in the batchnumberOfMessages- The total number of SMS message parts to be sent in the batchperRecipient- The recipient, the number of message parts to this recipient, the body of the message, and the encoding type of each message
-
-
Method Detail
-
getNumberOfRecipients
public Integer getNumberOfRecipients()
-
getNumberOfMessages
public Integer getNumberOfMessages()
-
getPerRecipient
public Collection<DryRunPerRecipientDetails> getPerRecipient()
-
builder
public static DryRun.Builder builder()
-
-