- 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
-
- 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
-
- 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
-
- 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.
- 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.