Uses of Record Class
cloud.opencode.base.sms.message.SmsResult
Packages that use SmsResult
Package
Description
-
Uses of SmsResult in cloud.opencode.base.sms
Methods in cloud.opencode.base.sms that return SmsResultModifier and TypeMethodDescriptionOpenSms.send(SmsMessage message) Send SMS message 发送短信消息Send SMS 发送短信Send using template 使用模板发送Methods in cloud.opencode.base.sms that return types with arguments of type SmsResultModifier and TypeMethodDescriptionOpenSms.sendBatch(List<SmsMessage> messages) Send batch SMS 批量发送短信OpenSms.sendTemplateToAll(String templateId, List<String> phoneNumbers, Map<String, String> variables) Send template to multiple recipients 使用模板发送给多个收件人Send to multiple recipients 发送给多个收件人 -
Uses of SmsResult in cloud.opencode.base.sms.batch
Methods in cloud.opencode.base.sms.batch that return types with arguments of type SmsResultModifier and TypeMethodDescriptionBatchResult.getFailureResults()Get failure results 获取失败结果BatchResult.getSuccessResults()Get success results 获取成功结果BatchResult.results()Returns the value of theresultsrecord component.Method parameters in cloud.opencode.base.sms.batch with type arguments of type SmsResultModifier and TypeMethodDescriptionstatic BatchResultCreate batch result from results 从结果列表创建批量结果Constructor parameters in cloud.opencode.base.sms.batch with type arguments of type SmsResultModifierConstructorDescriptionBatchResult(List<SmsResult> results, int totalCount, int successCount, int failureCount, Instant startTime, Instant endTime) Creates an instance of aBatchResultrecord class. -
Uses of SmsResult in cloud.opencode.base.sms.message
Methods in cloud.opencode.base.sms.message that return SmsResult -
Uses of SmsResult in cloud.opencode.base.sms.provider
Methods in cloud.opencode.base.sms.provider that return SmsResultModifier and TypeMethodDescriptionprotected abstract SmsResultAbstractSmsProvider.doSend(SmsMessage message) Actual send implementation 实际发送实现protected SmsResultConsoleSmsProvider.doSend(SmsMessage message) protected SmsResultHttpSmsProvider.parseResponse(String body, int statusCode) Parse response 解析响应AbstractSmsProvider.send(SmsMessage message) AliSmsSender.send(SmsMessage message) HttpSmsProvider.send(SmsMessage message) HuaweiSmsSender.send(SmsMessage message) SmsProvider.send(SmsMessage message) Send single SMS 发送单条短信TencentSmsSender.send(SmsMessage message) Send SMS message 发送短信消息Methods in cloud.opencode.base.sms.provider that return types with arguments of type SmsResultModifier and TypeMethodDescriptionAliSmsSender.sendBatch(List<SmsMessage> messages) HttpSmsProvider.sendBatch(List<SmsMessage> messages) HuaweiSmsSender.sendBatch(List<SmsMessage> messages) SmsProvider.sendBatch(List<SmsMessage> messages) Send batch SMS 批量发送短信TencentSmsSender.sendBatch(List<SmsMessage> messages) Send batch SMS messages 批量发送短信消息