com.telq.sdk.model.v3.lnt.LntApiTestRequestDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
SDK used for accessing to TelQ Telecom platform API
package com.telq.sdk.model.v3.lnt;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
@Data
@NoArgsConstructor
@Builder
@AllArgsConstructor
public class LntApiTestRequestDto {
private List tests;
private List tlv;
private List udh;
private String dataCoding;
private String sourceTon;
private String sourceNpi;
private Byte priorityFlag;
private Integer smppValidityPeriod;
private Integer testTimeToLiveInSeconds;
private String commentText;
private String resultsCallbackUrl;
private Integer maxCallbackRetries;
private Boolean replaceIfPresentFlag;
private Boolean sendTextAsMessagePayloadTlv;
private String scheduledDeliveryTime;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy