com.sinch.sdk.domains.sms.models.dto.v1.TextResponseDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sinch-sdk-java Show documentation
Show all versions of sinch-sdk-java Show documentation
SDK providing a Java API for the Sinch REST APIs.
/*
* API Overview | Sinch
* Sinch SMS API is one of the easiest APIs we offer and enables you to add fast and reliable global SMS to your applications. Send single messages, scheduled batch messages, use available message templates and more.
*
* The version of the OpenAPI document: v1
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.sinch.sdk.domains.sms.models.dto.v1;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonFilter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.annotation.JsonValue;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/** TextResponseDto */
@JsonPropertyOrder({
TextResponseDto.JSON_PROPERTY_ID,
TextResponseDto.JSON_PROPERTY_TO,
TextResponseDto.JSON_PROPERTY_FROM,
TextResponseDto.JSON_PROPERTY_CANCELED,
TextResponseDto.JSON_PROPERTY_PARAMETERS,
TextResponseDto.JSON_PROPERTY_BODY,
TextResponseDto.JSON_PROPERTY_TYPE,
TextResponseDto.JSON_PROPERTY_CREATED_AT,
TextResponseDto.JSON_PROPERTY_MODIFIED_AT,
TextResponseDto.JSON_PROPERTY_DELIVERY_REPORT,
TextResponseDto.JSON_PROPERTY_SEND_AT,
TextResponseDto.JSON_PROPERTY_EXPIRE_AT,
TextResponseDto.JSON_PROPERTY_CALLBACK_URL,
TextResponseDto.JSON_PROPERTY_CLIENT_REFERENCE,
TextResponseDto.JSON_PROPERTY_FEEDBACK_ENABLED,
TextResponseDto.JSON_PROPERTY_FLASH_MESSAGE,
TextResponseDto.JSON_PROPERTY_TRUNCATE_CONCAT,
TextResponseDto.JSON_PROPERTY_MAX_NUMBER_OF_MESSAGE_PARTS,
TextResponseDto.JSON_PROPERTY_FROM_TON,
TextResponseDto.JSON_PROPERTY_FROM_NPI
})
@JsonFilter("uninitializedFilter")
@JsonInclude(value = JsonInclude.Include.CUSTOM)
public class TextResponseDto {
private static final long serialVersionUID = 1L;
public static final String JSON_PROPERTY_ID = "id";
private String id;
private boolean idDefined = false;
public static final String JSON_PROPERTY_TO = "to";
private List to;
private boolean toDefined = false;
public static final String JSON_PROPERTY_FROM = "from";
private String from;
private boolean fromDefined = false;
public static final String JSON_PROPERTY_CANCELED = "canceled";
private Boolean canceled;
private boolean canceledDefined = false;
public static final String JSON_PROPERTY_PARAMETERS = "parameters";
private ParameterObjDto parameters;
private boolean parametersDefined = false;
public static final String JSON_PROPERTY_BODY = "body";
private String body;
private boolean bodyDefined = false;
/** Regular SMS */
public enum TypeEnum {
MT_TEXT("mt_text"),
UNKNOWN_DEFAULT_OPEN_API("unknown_default_open_api");
private String value;
TypeEnum(String value) {
this.value = value;
}
@JsonValue
public String getValue() {
return value;
}
@Override
public String toString() {
return String.valueOf(value);
}
@JsonCreator
public static TypeEnum fromValue(String value) {
for (TypeEnum b : TypeEnum.values()) {
if (b.value.equals(value)) {
return b;
}
}
return UNKNOWN_DEFAULT_OPEN_API;
}
}
public static final String JSON_PROPERTY_TYPE = "type";
private String type;
private boolean typeDefined = false;
public static final String JSON_PROPERTY_CREATED_AT = "created_at";
private OffsetDateTime createdAt;
private boolean createdAtDefined = false;
public static final String JSON_PROPERTY_MODIFIED_AT = "modified_at";
private OffsetDateTime modifiedAt;
private boolean modifiedAtDefined = false;
public static final String JSON_PROPERTY_DELIVERY_REPORT = "delivery_report";
private String deliveryReport;
private boolean deliveryReportDefined = false;
public static final String JSON_PROPERTY_SEND_AT = "send_at";
private OffsetDateTime sendAt;
private boolean sendAtDefined = false;
public static final String JSON_PROPERTY_EXPIRE_AT = "expire_at";
private OffsetDateTime expireAt;
private boolean expireAtDefined = false;
public static final String JSON_PROPERTY_CALLBACK_URL = "callback_url";
private String callbackUrl;
private boolean callbackUrlDefined = false;
public static final String JSON_PROPERTY_CLIENT_REFERENCE = "client_reference";
private String clientReference;
private boolean clientReferenceDefined = false;
public static final String JSON_PROPERTY_FEEDBACK_ENABLED = "feedback_enabled";
private Boolean feedbackEnabled;
private boolean feedbackEnabledDefined = false;
public static final String JSON_PROPERTY_FLASH_MESSAGE = "flash_message";
private Boolean flashMessage;
private boolean flashMessageDefined = false;
public static final String JSON_PROPERTY_TRUNCATE_CONCAT = "truncate_concat";
private Boolean truncateConcat;
private boolean truncateConcatDefined = false;
public static final String JSON_PROPERTY_MAX_NUMBER_OF_MESSAGE_PARTS =
"max_number_of_message_parts";
private Integer maxNumberOfMessageParts;
private boolean maxNumberOfMessagePartsDefined = false;
public static final String JSON_PROPERTY_FROM_TON = "from_ton";
private Integer fromTon;
private boolean fromTonDefined = false;
public static final String JSON_PROPERTY_FROM_NPI = "from_npi";
private Integer fromNpi;
private boolean fromNpiDefined = false;
public TextResponseDto() {}
@JsonCreator
public TextResponseDto(
@JsonProperty(JSON_PROPERTY_ID) String id,
@JsonProperty(JSON_PROPERTY_CANCELED) Boolean canceled,
@JsonProperty(JSON_PROPERTY_TYPE) String type,
@JsonProperty(JSON_PROPERTY_CREATED_AT) OffsetDateTime createdAt,
@JsonProperty(JSON_PROPERTY_MODIFIED_AT) OffsetDateTime modifiedAt) {
this();
this.id = id;
this.idDefined = true;
this.canceled = canceled;
this.canceledDefined = true;
this.type = type;
this.typeDefined = true;
this.createdAt = createdAt;
this.createdAtDefined = true;
this.modifiedAt = modifiedAt;
this.modifiedAtDefined = true;
}
/**
* Unique identifier for batch
*
* @return id
*/
@JsonProperty(JSON_PROPERTY_ID)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getId() {
return id;
}
@JsonIgnore
public boolean getIdDefined() {
return idDefined;
}
public TextResponseDto to(List to) {
this.to = to;
this.toDefined = true;
return this;
}
public TextResponseDto addToItem(String toItem) {
if (this.to == null) {
this.to = new ArrayList<>();
}
this.toDefined = true;
this.to.add(toItem);
return this;
}
/**
* List of Phone numbers and group IDs that will receive the batch. [More
* info](https://community.sinch.com/t5/Glossary/MSISDN/ta-p/7628)
*
* @return to
*/
@JsonProperty(JSON_PROPERTY_TO)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public List getTo() {
return to;
}
@JsonIgnore
public boolean getToDefined() {
return toDefined;
}
@JsonProperty(JSON_PROPERTY_TO)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setTo(List to) {
this.to = to;
this.toDefined = true;
}
public TextResponseDto from(String from) {
this.from = from;
this.fromDefined = true;
return this;
}
/**
* Sender number. Must be valid phone number, short code or alphanumeric. Required if Automatic
* Default Originator not configured.
*
* @return from
*/
@JsonProperty(JSON_PROPERTY_FROM)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getFrom() {
return from;
}
@JsonIgnore
public boolean getFromDefined() {
return fromDefined;
}
@JsonProperty(JSON_PROPERTY_FROM)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setFrom(String from) {
this.from = from;
this.fromDefined = true;
}
/**
* Indicates if the batch has been canceled or not.
*
* @return canceled
*/
@JsonProperty(JSON_PROPERTY_CANCELED)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getCanceled() {
return canceled;
}
@JsonIgnore
public boolean getCanceledDefined() {
return canceledDefined;
}
public TextResponseDto parameters(ParameterObjDto parameters) {
this.parameters = parameters;
this.parametersDefined = true;
return this;
}
/**
* Get parameters
*
* @return parameters
*/
@JsonProperty(JSON_PROPERTY_PARAMETERS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public ParameterObjDto getParameters() {
return parameters;
}
@JsonIgnore
public boolean getParametersDefined() {
return parametersDefined;
}
@JsonProperty(JSON_PROPERTY_PARAMETERS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setParameters(ParameterObjDto parameters) {
this.parameters = parameters;
this.parametersDefined = true;
}
public TextResponseDto body(String body) {
this.body = body;
this.bodyDefined = true;
return this;
}
/**
* The message content
*
* @return body
*/
@JsonProperty(JSON_PROPERTY_BODY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getBody() {
return body;
}
@JsonIgnore
public boolean getBodyDefined() {
return bodyDefined;
}
@JsonProperty(JSON_PROPERTY_BODY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setBody(String body) {
this.body = body;
this.bodyDefined = true;
}
/**
* Regular SMS
*
* @return type
*/
@JsonProperty(JSON_PROPERTY_TYPE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getType() {
return type;
}
@JsonIgnore
public boolean getTypeDefined() {
return typeDefined;
}
/**
* Timestamp for when batch was created. Formatted as
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601):`YYYY-MM-DDThh:mm:ss.SSSZ`.
*
* @return createdAt
*/
@JsonProperty(JSON_PROPERTY_CREATED_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public OffsetDateTime getCreatedAt() {
return createdAt;
}
@JsonIgnore
public boolean getCreatedAtDefined() {
return createdAtDefined;
}
/**
* Timestamp for when batch was last updated. Formatted as
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601):`YYYY-MM-DDThh:mm:ss.SSSZ`.
*
* @return modifiedAt
*/
@JsonProperty(JSON_PROPERTY_MODIFIED_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public OffsetDateTime getModifiedAt() {
return modifiedAt;
}
@JsonIgnore
public boolean getModifiedAtDefined() {
return modifiedAtDefined;
}
public TextResponseDto deliveryReport(String deliveryReport) {
this.deliveryReport = deliveryReport;
this.deliveryReportDefined = true;
return this;
}
/**
* Request delivery report callback. Note that delivery reports can be fetched from the API
* regardless of this setting.
*
* @return deliveryReport
*/
@JsonProperty(JSON_PROPERTY_DELIVERY_REPORT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getDeliveryReport() {
return deliveryReport;
}
@JsonIgnore
public boolean getDeliveryReportDefined() {
return deliveryReportDefined;
}
@JsonProperty(JSON_PROPERTY_DELIVERY_REPORT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setDeliveryReport(String deliveryReport) {
this.deliveryReport = deliveryReport;
this.deliveryReportDefined = true;
}
public TextResponseDto sendAt(OffsetDateTime sendAt) {
this.sendAt = sendAt;
this.sendAtDefined = true;
return this;
}
/**
* If set in the future, the message will be delayed until `send_at` occurs. Must be
* before `expire_at`. If set in the past, messages will be sent immediately. Formatted
* as [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDThh:mm:ss.SSSZ`.
*
* @return sendAt
*/
@JsonProperty(JSON_PROPERTY_SEND_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public OffsetDateTime getSendAt() {
return sendAt;
}
@JsonIgnore
public boolean getSendAtDefined() {
return sendAtDefined;
}
@JsonProperty(JSON_PROPERTY_SEND_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSendAt(OffsetDateTime sendAt) {
this.sendAt = sendAt;
this.sendAtDefined = true;
}
public TextResponseDto expireAt(OffsetDateTime expireAt) {
this.expireAt = expireAt;
this.expireAtDefined = true;
return this;
}
/**
* If set, the system will stop trying to deliver the message at this point. Must be after
* `send_at`. Default and max is 3 days after `send_at`. Formatted as
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDThh:mm:ss.SSSZ`.
*
* @return expireAt
*/
@JsonProperty(JSON_PROPERTY_EXPIRE_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public OffsetDateTime getExpireAt() {
return expireAt;
}
@JsonIgnore
public boolean getExpireAtDefined() {
return expireAtDefined;
}
@JsonProperty(JSON_PROPERTY_EXPIRE_AT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setExpireAt(OffsetDateTime expireAt) {
this.expireAt = expireAt;
this.expireAtDefined = true;
}
public TextResponseDto callbackUrl(String callbackUrl) {
this.callbackUrl = callbackUrl;
this.callbackUrlDefined = true;
return this;
}
/**
* Override the default callback URL for this batch. Must be valid URL.
*
* @return callbackUrl
*/
@JsonProperty(JSON_PROPERTY_CALLBACK_URL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getCallbackUrl() {
return callbackUrl;
}
@JsonIgnore
public boolean getCallbackUrlDefined() {
return callbackUrlDefined;
}
@JsonProperty(JSON_PROPERTY_CALLBACK_URL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setCallbackUrl(String callbackUrl) {
this.callbackUrl = callbackUrl;
this.callbackUrlDefined = true;
}
public TextResponseDto clientReference(String clientReference) {
this.clientReference = clientReference;
this.clientReferenceDefined = true;
return this;
}
/**
* The client identifier of a batch message. If set, the identifier will be added in the delivery
* report/callback of this batch
*
* @return clientReference
*/
@JsonProperty(JSON_PROPERTY_CLIENT_REFERENCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getClientReference() {
return clientReference;
}
@JsonIgnore
public boolean getClientReferenceDefined() {
return clientReferenceDefined;
}
@JsonProperty(JSON_PROPERTY_CLIENT_REFERENCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setClientReference(String clientReference) {
this.clientReference = clientReference;
this.clientReferenceDefined = true;
}
public TextResponseDto feedbackEnabled(Boolean feedbackEnabled) {
this.feedbackEnabled = feedbackEnabled;
this.feedbackEnabledDefined = true;
return this;
}
/**
* If set to `true`, then
* [feedback](/docs/sms/api-reference/sms/tag/Batches/#tag/Batches/operation/deliveryFeedback) is
* expected after successful delivery.
*
* @return feedbackEnabled
*/
@JsonProperty(JSON_PROPERTY_FEEDBACK_ENABLED)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getFeedbackEnabled() {
return feedbackEnabled;
}
@JsonIgnore
public boolean getFeedbackEnabledDefined() {
return feedbackEnabledDefined;
}
@JsonProperty(JSON_PROPERTY_FEEDBACK_ENABLED)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setFeedbackEnabled(Boolean feedbackEnabled) {
this.feedbackEnabled = feedbackEnabled;
this.feedbackEnabledDefined = true;
}
public TextResponseDto flashMessage(Boolean flashMessage) {
this.flashMessage = flashMessage;
this.flashMessageDefined = true;
return this;
}
/**
* Shows message on screen without user interaction while not saving the message to the inbox.
*
* @return flashMessage
*/
@JsonProperty(JSON_PROPERTY_FLASH_MESSAGE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getFlashMessage() {
return flashMessage;
}
@JsonIgnore
public boolean getFlashMessageDefined() {
return flashMessageDefined;
}
@JsonProperty(JSON_PROPERTY_FLASH_MESSAGE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setFlashMessage(Boolean flashMessage) {
this.flashMessage = flashMessage;
this.flashMessageDefined = true;
}
public TextResponseDto truncateConcat(Boolean truncateConcat) {
this.truncateConcat = truncateConcat;
this.truncateConcatDefined = true;
return this;
}
/**
* If set to `true` the message will be shortened when exceeding one part.
*
* @return truncateConcat
*/
@JsonProperty(JSON_PROPERTY_TRUNCATE_CONCAT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getTruncateConcat() {
return truncateConcat;
}
@JsonIgnore
public boolean getTruncateConcatDefined() {
return truncateConcatDefined;
}
@JsonProperty(JSON_PROPERTY_TRUNCATE_CONCAT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setTruncateConcat(Boolean truncateConcat) {
this.truncateConcat = truncateConcat;
this.truncateConcatDefined = true;
}
public TextResponseDto maxNumberOfMessageParts(Integer maxNumberOfMessageParts) {
this.maxNumberOfMessageParts = maxNumberOfMessageParts;
this.maxNumberOfMessagePartsDefined = true;
return this;
}
/**
* Message will be dispatched only if it is not split to more parts than Max Number of Message
* Parts minimum: 1
*
* @return maxNumberOfMessageParts
*/
@JsonProperty(JSON_PROPERTY_MAX_NUMBER_OF_MESSAGE_PARTS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getMaxNumberOfMessageParts() {
return maxNumberOfMessageParts;
}
@JsonIgnore
public boolean getMaxNumberOfMessagePartsDefined() {
return maxNumberOfMessagePartsDefined;
}
@JsonProperty(JSON_PROPERTY_MAX_NUMBER_OF_MESSAGE_PARTS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMaxNumberOfMessageParts(Integer maxNumberOfMessageParts) {
this.maxNumberOfMessageParts = maxNumberOfMessageParts;
this.maxNumberOfMessagePartsDefined = true;
}
public TextResponseDto fromTon(Integer fromTon) {
this.fromTon = fromTon;
this.fromTonDefined = true;
return this;
}
/**
* The type of number for the sender number. Use to override the automatic detection. minimum: 0
* maximum: 6
*
* @return fromTon
*/
@JsonProperty(JSON_PROPERTY_FROM_TON)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getFromTon() {
return fromTon;
}
@JsonIgnore
public boolean getFromTonDefined() {
return fromTonDefined;
}
@JsonProperty(JSON_PROPERTY_FROM_TON)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setFromTon(Integer fromTon) {
this.fromTon = fromTon;
this.fromTonDefined = true;
}
public TextResponseDto fromNpi(Integer fromNpi) {
this.fromNpi = fromNpi;
this.fromNpiDefined = true;
return this;
}
/**
* Number Plan Indicator for the sender number. Use to override the automatic detection. minimum:
* 0 maximum: 18
*
* @return fromNpi
*/
@JsonProperty(JSON_PROPERTY_FROM_NPI)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getFromNpi() {
return fromNpi;
}
@JsonIgnore
public boolean getFromNpiDefined() {
return fromNpiDefined;
}
@JsonProperty(JSON_PROPERTY_FROM_NPI)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setFromNpi(Integer fromNpi) {
this.fromNpi = fromNpi;
this.fromNpiDefined = true;
}
/** Return true if this TextResponse object is equal to o. */
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
TextResponseDto textResponse = (TextResponseDto) o;
return Objects.equals(this.id, textResponse.id)
&& Objects.equals(this.to, textResponse.to)
&& Objects.equals(this.from, textResponse.from)
&& Objects.equals(this.canceled, textResponse.canceled)
&& Objects.equals(this.parameters, textResponse.parameters)
&& Objects.equals(this.body, textResponse.body)
&& Objects.equals(this.type, textResponse.type)
&& Objects.equals(this.createdAt, textResponse.createdAt)
&& Objects.equals(this.modifiedAt, textResponse.modifiedAt)
&& Objects.equals(this.deliveryReport, textResponse.deliveryReport)
&& Objects.equals(this.sendAt, textResponse.sendAt)
&& Objects.equals(this.expireAt, textResponse.expireAt)
&& Objects.equals(this.callbackUrl, textResponse.callbackUrl)
&& Objects.equals(this.clientReference, textResponse.clientReference)
&& Objects.equals(this.feedbackEnabled, textResponse.feedbackEnabled)
&& Objects.equals(this.flashMessage, textResponse.flashMessage)
&& Objects.equals(this.truncateConcat, textResponse.truncateConcat)
&& Objects.equals(this.maxNumberOfMessageParts, textResponse.maxNumberOfMessageParts)
&& Objects.equals(this.fromTon, textResponse.fromTon)
&& Objects.equals(this.fromNpi, textResponse.fromNpi);
}
@Override
public int hashCode() {
return Objects.hash(
id,
to,
from,
canceled,
parameters,
body,
type,
createdAt,
modifiedAt,
deliveryReport,
sendAt,
expireAt,
callbackUrl,
clientReference,
feedbackEnabled,
flashMessage,
truncateConcat,
maxNumberOfMessageParts,
fromTon,
fromNpi);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class TextResponseDto {\n");
sb.append(" id: ").append(toIndentedString(id)).append("\n");
sb.append(" to: ").append(toIndentedString(to)).append("\n");
sb.append(" from: ").append(toIndentedString(from)).append("\n");
sb.append(" canceled: ").append(toIndentedString(canceled)).append("\n");
sb.append(" parameters: ").append(toIndentedString(parameters)).append("\n");
sb.append(" body: ").append(toIndentedString(body)).append("\n");
sb.append(" type: ").append(toIndentedString(type)).append("\n");
sb.append(" createdAt: ").append(toIndentedString(createdAt)).append("\n");
sb.append(" modifiedAt: ").append(toIndentedString(modifiedAt)).append("\n");
sb.append(" deliveryReport: ").append(toIndentedString(deliveryReport)).append("\n");
sb.append(" sendAt: ").append(toIndentedString(sendAt)).append("\n");
sb.append(" expireAt: ").append(toIndentedString(expireAt)).append("\n");
sb.append(" callbackUrl: ").append(toIndentedString(callbackUrl)).append("\n");
sb.append(" clientReference: ").append(toIndentedString(clientReference)).append("\n");
sb.append(" feedbackEnabled: ").append(toIndentedString(feedbackEnabled)).append("\n");
sb.append(" flashMessage: ").append(toIndentedString(flashMessage)).append("\n");
sb.append(" truncateConcat: ").append(toIndentedString(truncateConcat)).append("\n");
sb.append(" maxNumberOfMessageParts: ")
.append(toIndentedString(maxNumberOfMessageParts))
.append("\n");
sb.append(" fromTon: ").append(toIndentedString(fromTon)).append("\n");
sb.append(" fromNpi: ").append(toIndentedString(fromNpi)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces (except the first line).
*/
private String toIndentedString(Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy