跳过导航链接
A B C D E G H I J K L M N O P Q R S T U V W 

A

accumulate(String, Object) - 类 中的方法org.json.JSONObject
Appends value to the array already mapped to name.
AliyunSmsManager - cn.stylefeng.guns.sms.core.sms.service中的类
阿里云短信发送服务
AliyunSmsManager() - 类 的构造器cn.stylefeng.guns.sms.core.sms.service.AliyunSmsManager
 
AliyunSmsProperties - cn.stylefeng.guns.sms.config.properties中的类
oss相关配置
AliyunSmsProperties() - 类 的构造器cn.stylefeng.guns.sms.config.properties.AliyunSmsProperties
 
aliyunSmsProperties() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
阿里云短信配置
array() - 类 中的方法org.json.JSONStringer
Begins encoding a new array.

B

back() - 类 中的方法org.json.JSONTokener
Unreads the most recent character of input.

C

cn.stylefeng.guns.sms.config - 程序包 cn.stylefeng.guns.sms.config
 
cn.stylefeng.guns.sms.config.properties - 程序包 cn.stylefeng.guns.sms.config.properties
 
cn.stylefeng.guns.sms.core.cache - 程序包 cn.stylefeng.guns.sms.core.cache
 
cn.stylefeng.guns.sms.core.cache.impl - 程序包 cn.stylefeng.guns.sms.core.cache.impl
 
cn.stylefeng.guns.sms.core.db - 程序包 cn.stylefeng.guns.sms.core.db
 
cn.stylefeng.guns.sms.core.enums - 程序包 cn.stylefeng.guns.sms.core.enums
 
cn.stylefeng.guns.sms.core.exception - 程序包 cn.stylefeng.guns.sms.core.exception
 
cn.stylefeng.guns.sms.core.sms - 程序包 cn.stylefeng.guns.sms.core.sms
 
cn.stylefeng.guns.sms.core.sms.service - 程序包 cn.stylefeng.guns.sms.core.sms.service
 
cn.stylefeng.guns.sms.modular.entity - 程序包 cn.stylefeng.guns.sms.modular.entity
 
cn.stylefeng.guns.sms.modular.executor - 程序包 cn.stylefeng.guns.sms.modular.executor
 
cn.stylefeng.guns.sms.modular.mapper - 程序包 cn.stylefeng.guns.sms.modular.mapper
 
cn.stylefeng.guns.sms.modular.model - 程序包 cn.stylefeng.guns.sms.modular.model
 
cn.stylefeng.guns.sms.modular.service - 程序包 cn.stylefeng.guns.sms.modular.service
 

D

dehexchar(char) - 类 中的静态方法org.json.JSONTokener
Returns the integer [0..15] value for the given hex character, or -1 for non-hex input.

E

endArray() - 类 中的方法org.json.JSONStringer
Ends encoding the current array.
endObject() - 类 中的方法org.json.JSONStringer
Ends encoding the current object.
equals(Object) - 类 中的方法org.json.JSONArray
 

G

get(int) - 类 中的方法org.json.JSONArray
Returns the value at index.
get(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name.
getAlreadySendList(String, Date, Integer) - 类 中的方法cn.stylefeng.guns.sms.core.sms.service.AliyunSmsManager
 
getAlreadySendList(String, Date, Integer) - 接口 中的方法cn.stylefeng.guns.sms.core.sms.SmsManager
获取某个手机号已发送短信列表
getBizid() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getBoolean(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
getBoolean(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
getCode() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.MessageType
 
getCode() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
 
getCode() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendSource
 
getCode() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
 
getCode() - 异常错误 中的方法cn.stylefeng.guns.sms.core.exception.SmsException
 
getCreateTime() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getDesc() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.MessageType
 
getDesc() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
 
getDouble(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
getDouble(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
getEntityClass() - 类 中的方法cn.stylefeng.guns.sms.core.db.SmsInfoInitizlizer
 
getErrorMessage() - 异常错误 中的方法cn.stylefeng.guns.sms.core.exception.SmsException
 
getId() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getInt(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
getInt(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
getInvalidTime() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getJSONArray(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
getJSONArray(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
getJSONObject(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
getLong(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
getLong(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
getMessage() - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
 
getMessageSendStatus(Integer) - 接口 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutor
查看短信发送状态 0=未发送,1=发送成功,2=发送失败
getMessageSendStatus(Integer) - 类 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutorImpl
 
getModifyTime() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getPhoneNumbers() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getSign(String, String) - 类 中的方法cn.stylefeng.guns.sms.core.cache.impl.MapSignManager
 
getSign(String, String) - 接口 中的方法cn.stylefeng.guns.sms.core.cache.MultiSignManager
获取签名
getSource() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getStatus() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getString(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
getString(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
getTableInitSql() - 类 中的方法cn.stylefeng.guns.sms.core.db.SmsInfoInitizlizer
 
getTableName() - 类 中的方法cn.stylefeng.guns.sms.core.db.SmsInfoInitizlizer
 
getTemplateCode() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
getValidateCode() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 

H

has(String) - 类 中的方法org.json.JSONObject
Returns true if this object has a mapping for name.
hashCode() - 类 中的方法org.json.JSONArray
 

I

isNull(int) - 类 中的方法org.json.JSONArray
Returns true if this array has no value at index, or if its value is the null reference or JSONObject.NULL.
isNull(String) - 类 中的方法org.json.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.NULL.
iterator() - 类 中的方法org.json.JSONArray
 

J

join(String) - 类 中的方法org.json.JSONArray
Returns a new string by alternating this array's values with separator.
JSONArray - org.json中的类
A dense indexed sequence of values.
JSONArray() - 类 的构造器org.json.JSONArray
Creates a JSONArray with no values.
JSONArray(Collection) - 类 的构造器org.json.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - 类 的构造器org.json.JSONArray
Creates a new JSONArray with values from the next array in the tokener.
JSONArray(String) - 类 的构造器org.json.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Object) - 类 的构造器org.json.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONException - org.json中的异常错误
Thrown to indicate a problem with the JSON API.
JSONException(String) - 异常错误 的构造器org.json.JSONException
 
JSONObject - org.json中的类
A modifiable set of name/value mappings.
JSONObject() - 类 的构造器org.json.JSONObject
Creates a JSONObject with no name/value mappings.
JSONObject(Map) - 类 的构造器org.json.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONTokener) - 类 的构造器org.json.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONObject(String) - 类 的构造器org.json.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(JSONObject, String[]) - 类 的构造器org.json.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONStringer - org.json中的类
JSONStringer() - 类 的构造器org.json.JSONStringer
 
JSONTokener - org.json中的类
Parses a JSON (RFC 4627) encoded string into the corresponding object.
JSONTokener(String) - 类 的构造器org.json.JSONTokener
 

K

key(String) - 类 中的方法org.json.JSONStringer
Encodes the key (property name) to this stringer.
keys() - 类 中的方法org.json.JSONObject
Returns an iterator of the String names in this object.

L

length() - 类 中的方法org.json.JSONArray
Returns the number of values in this array.
length() - 类 中的方法org.json.JSONObject
Returns the number of name/value mappings in this object.

M

mapSignManager() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
缓存的管理
MapSignManager - cn.stylefeng.guns.sms.core.cache.impl中的类
使用map缓存的实现
MapSignManager() - 类 的构造器cn.stylefeng.guns.sms.core.cache.impl.MapSignManager
 
MessageType - cn.stylefeng.guns.sms.core.enums中的枚举
消息类型
more() - 类 中的方法org.json.JSONTokener
Returns true until the input has been exhausted.
MultiSignManager - cn.stylefeng.guns.sms.core.cache中的接口
多个签名的缓存管理

N

names() - 类 中的方法org.json.JSONObject
Returns an array containing the string names in this object.
next() - 类 中的方法org.json.JSONTokener
Returns the next available character, or the null character '\0' if all input has been exhausted.
next(char) - 类 中的方法org.json.JSONTokener
Returns the next available character if it equals c.
next(int) - 类 中的方法org.json.JSONTokener
Returns the next length characters of the input.
nextClean() - 类 中的方法org.json.JSONTokener
Returns the next character that is not whitespace and does not belong to a comment.
nextString(char) - 类 中的方法org.json.JSONTokener
Returns the string up to but not including quote, unescaping any character escape sequences encountered along the way.
nextTo(String) - 类 中的方法org.json.JSONTokener
Returns the trimmed string holding the characters up to but not including the first of: any character in excluded a newline character '\n' a carriage return '\r' The returned string shares its backing character array with this tokener's input string.
nextTo(char) - 类 中的方法org.json.JSONTokener
Equivalent to nextTo(String.valueOf(excluded)).
nextValue() - 类 中的方法org.json.JSONTokener
Returns the next value from the input.
NULL - 类 中的静态变量org.json.JSONObject
A sentinel value used to explicitly define a name with no value.
numberToString(Number) - 类 中的静态方法org.json.JSONObject
Encodes the number as a JSON string.

O

object() - 类 中的方法org.json.JSONStringer
Begins encoding a new object.
opt(int) - 类 中的方法org.json.JSONArray
Returns the value at index, or null if the array has no value at index.
opt(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name, or null if no such mapping exists.
optBoolean(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(int, boolean) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String, boolean) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean.
optDouble(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(int, double) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
optDouble(String, double) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double.
optInt(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(int, int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
optInt(String, int) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int.
optJSONArray(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray.
optJSONObject(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject.
optLong(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(int, long) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
optLong(String, long) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long.
optString(int) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - 类 中的方法org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
optString(String, String) - 类 中的方法org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary.
org.json - 程序包 org.json
 

P

put(boolean) - 类 中的方法org.json.JSONArray
Appends value to the end of this array.
put(double) - 类 中的方法org.json.JSONArray
Appends value to the end of this array.
put(int) - 类 中的方法org.json.JSONArray
Appends value to the end of this array.
put(long) - 类 中的方法org.json.JSONArray
Appends value to the end of this array.
put(Object) - 类 中的方法org.json.JSONArray
Appends value to the end of this array.
put(int, boolean) - 类 中的方法org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - 类 中的方法org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - 类 中的方法org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - 类 中的方法org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, Object) - 类 中的方法org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(String, boolean) - 类 中的方法org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - 类 中的方法org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - 类 中的方法org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - 类 中的方法org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - 类 中的方法org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
putOpt(String, Object) - 类 中的方法org.json.JSONObject
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.

Q

quote(String) - 类 中的静态方法org.json.JSONObject
Encodes data as a JSON string.

R

remove(int) - 类 中的方法org.json.JSONArray
Removes and returns the value at index, or null if the array has no value at index.
remove(String) - 类 中的方法org.json.JSONObject
Removes the named mapping if it exists; does nothing otherwise.

S

saveSmsInfo(SendMessageParam, String) - 类 中的方法cn.stylefeng.guns.sms.modular.service.SmsInfoService
存储短信验证信息
SendMessageParam - cn.stylefeng.guns.sms.modular.model中的类
发送短信的参数
SendMessageParam() - 类 的构造器cn.stylefeng.guns.sms.modular.model.SendMessageParam
 
sendShortMessage(SendMessageParam) - 接口 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutor
发送短信
sendShortMessage(SendMessageParam) - 类 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutorImpl
 
sendSms(String, String, Map<String, Object>) - 类 中的方法cn.stylefeng.guns.sms.core.sms.service.AliyunSmsManager
 
sendSms(String, String, Map<String, Object>) - 接口 中的方法cn.stylefeng.guns.sms.core.sms.SmsManager
发送短信
setBizid(String) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setCode(Integer) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.MessageType
 
setCode(String) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
 
setCode(Integer) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendSource
 
setCode(Integer) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
 
setCode(String) - 异常错误 中的方法cn.stylefeng.guns.sms.core.exception.SmsException
 
setCreateTime(Date) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setDesc(String) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.MessageType
 
setDesc(String) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
 
setErrorMessage(String) - 异常错误 中的方法cn.stylefeng.guns.sms.core.exception.SmsException
 
setId(Integer) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setInvalidTime(Date) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setMessage(String) - 枚举 中的方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
 
setModifyTime(Date) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setPhoneNumbers(String) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setSource(Integer) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setStatus(Integer) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setTemplateCode(String) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
setValidateCode(String) - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
skipPast(String) - 类 中的方法org.json.JSONTokener
Advances past all input up to and including the next occurrence of thru.
skipTo(char) - 类 中的方法org.json.JSONTokener
Advances past all input up to but not including the next occurrence of to.
SmsAutoConfiguration - cn.stylefeng.guns.sms.config中的类
aliyun短信发送的配置
SmsAutoConfiguration() - 类 的构造器cn.stylefeng.guns.sms.config.SmsAutoConfiguration
 
SmsException - cn.stylefeng.guns.sms.core.exception中的异常错误
短信发送异常
SmsException(String, String) - 异常错误 的构造器cn.stylefeng.guns.sms.core.exception.SmsException
 
SmsExecutor - cn.stylefeng.guns.sms.modular.executor中的接口
短信通知接口
SmsExecutorImpl - cn.stylefeng.guns.sms.modular.executor中的类
短信通知接口
SmsExecutorImpl() - 类 的构造器cn.stylefeng.guns.sms.modular.executor.SmsExecutorImpl
 
SmsInfo - cn.stylefeng.guns.sms.modular.entity中的类
短信信息表
SmsInfo() - 类 的构造器cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
smsInfoInitizlizer() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
验证码表的初始化
SmsInfoInitizlizer - cn.stylefeng.guns.sms.core.db中的类
短信发送表的初始化程序
SmsInfoInitizlizer() - 类 的构造器cn.stylefeng.guns.sms.core.db.SmsInfoInitizlizer
 
SmsInfoMapper - cn.stylefeng.guns.sms.modular.mapper中的接口
短信信息表 Mapper 接口
smsInfoService() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
短信信息
SmsInfoService - cn.stylefeng.guns.sms.modular.service中的类
短信信息表 服务实现类
SmsInfoService() - 类 的构造器cn.stylefeng.guns.sms.modular.service.SmsInfoService
 
smsManager() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
短信发送方式
SmsManager - cn.stylefeng.guns.sms.core.sms中的接口
短信发送服务
SmsResultEnum - cn.stylefeng.guns.sms.core.enums中的枚举
core模块的异常集合
SmsSendRecord - cn.stylefeng.guns.sms.modular.model中的类
消息发送记录
SmsSendRecord() - 类 的构造器cn.stylefeng.guns.sms.modular.model.SmsSendRecord
 
SmsSendSource - cn.stylefeng.guns.sms.core.enums中的枚举
短信发送业务枚举
SmsSendStatus - cn.stylefeng.guns.sms.core.enums中的枚举
短信发送状态枚举
smsServiceProvider() - 类 中的方法cn.stylefeng.guns.sms.config.SmsAutoConfiguration
短信发送器
SmsVerifyResult - cn.stylefeng.guns.sms.core.enums中的枚举
短信验证结果
syntaxError(String) - 类 中的方法org.json.JSONTokener
Returns an exception containing the given message plus the current position and the entire input string.

T

toEnum(Integer) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsSendSource
 
toJSONArray(JSONArray) - 类 中的方法org.json.JSONObject
Returns an array with the values corresponding to names.
toJSONObject(JSONArray) - 类 中的方法org.json.JSONArray
Returns a new object whose values are the values in this array, and whose names are the values in names.
toString() - 类 中的方法cn.stylefeng.guns.sms.modular.entity.SmsInfo
 
toString() - 类 中的方法org.json.JSONArray
Encodes this array as a compact JSON string, such as: [94043,90210]
toString(int) - 类 中的方法org.json.JSONArray
Encodes this array as a human readable JSON string for debugging, such as: [ 94043, 90210 ]
toString() - 类 中的方法org.json.JSONObject
Encodes this object as a compact JSON string, such as: {"query":"Pizza","locations":[94043,90210]}
toString(int) - 类 中的方法org.json.JSONObject
Encodes this object as a human readable JSON string for debugging, such as: { "query": "Pizza", "locations": [ 94043, 90210 ] }
toString() - 类 中的方法org.json.JSONStringer
Returns the encoded JSON string.
toString() - 类 中的方法org.json.JSONTokener
Returns the current position and the entire input string.

U

updateSmsInfo(Integer, SmsSendStatus) - 类 中的方法cn.stylefeng.guns.sms.modular.service.SmsInfoService
更新短息发送状态

V

validateSmsInfo(VerifySMSParam) - 类 中的方法cn.stylefeng.guns.sms.modular.service.SmsInfoService
校验验证码是否正确
value(Object) - 类 中的方法org.json.JSONStringer
Encodes value.
value(boolean) - 类 中的方法org.json.JSONStringer
Encodes value to this stringer.
value(double) - 类 中的方法org.json.JSONStringer
Encodes value to this stringer.
value(long) - 类 中的方法org.json.JSONStringer
Encodes value to this stringer.
valueOf(String) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.MessageType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsSendSource
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsVerifyResult
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.MessageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsResultEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsSendSource
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsSendStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.guns.sms.core.enums.SmsVerifyResult
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyShortMessage(VerifySMSParam) - 接口 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutor
验证短信
verifyShortMessage(VerifySMSParam) - 类 中的方法cn.stylefeng.guns.sms.modular.executor.SmsExecutorImpl
 
VerifySMSParam - cn.stylefeng.guns.sms.modular.model中的类
发送短信的参数
VerifySMSParam() - 类 的构造器cn.stylefeng.guns.sms.modular.model.VerifySMSParam
 

W

wrap(Object) - 类 中的静态方法org.json.JSONObject
Wraps the given object if necessary.
A B C D E G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2020. All rights reserved.