Serialized Form
-
Package de.kaiserpfalzedv.services.sms77.mapper
-
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77Exception
class Sms77Exception extends de.kaiserpfalzedv.commons.api.BaseSystemException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77InvalidAuthException
class Sms77InvalidAuthException extends Sms77Exception implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77NotEnoughCreditsException
class Sms77NotEnoughCreditsException extends Sms77RateLimitException implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77RateLimitException
class Sms77RateLimitException extends Sms77Exception implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77ReloadException
class Sms77ReloadException extends Sms77RateLimitException implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77RequestLimitReachedException
class Sms77RequestLimitReachedException extends Sms77Exception implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77SendingFailedException
class Sms77SendingFailedException extends Sms77Exception implements Serializable -
Exception Class de.kaiserpfalzedv.services.sms77.mapper.Sms77TooManyDailyCallsForThisNumberException
class Sms77TooManyDailyCallsForThisNumberException extends Sms77RateLimitException implements Serializable
-
-
Package de.kaiserpfalzedv.services.sms77.model
-
Class de.kaiserpfalzedv.services.sms77.model.Balance
class Balance extends Object implements Serializable- serialVersionUID:
- 0L
-
Class de.kaiserpfalzedv.services.sms77.model.NumberFormatCheckResult
class NumberFormatCheckResult extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
Class de.kaiserpfalzedv.services.sms77.model.Sms
class Sms extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
flash
@jakarta.validation.constraints.Min(0L),@jakarta.validation.constraints.Max(1L) int flash
-
foreign_id
@Size(max=64) String foreign_id
-
from
@Size(max=11) String from
-
label
@Size(max=100) @Pattern(regexp="^[-._@ a-zA-Z0-9]+$") String label
-
no_reload
@jakarta.validation.constraints.Min(0L),@jakarta.validation.constraints.Max(1L) int no_reload
-
return_msg_id
@jakarta.validation.constraints.Min(0L),@jakarta.validation.constraints.Max(1L) int return_msg_id
-
text
@Size(max=1520) String text
-
to
Set<String> to
-
ttl
String ttl
-
-