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

A

AbstractHttpRequest - cn.iotwasu.http中的类
 
AbstractHttpRequest() - 类 的构造器cn.iotwasu.http.AbstractHttpRequest
 
AbstractIccRequest<T extends IotResponse> - cn.iotwasu.http中的类
 
AbstractIccRequest(String, Method) - 类 的构造器cn.iotwasu.http.AbstractIccRequest
 
AbstractIccRequest(String, Method, boolean) - 类 的构造器cn.iotwasu.http.AbstractIccRequest
 
AbstractIccRequest(String, Method, boolean, String) - 类 的构造器cn.iotwasu.http.AbstractIccRequest
 
AbstractIClient - cn.iotwasu.http中的类
 
AbstractIClient() - 类 的构造器cn.iotwasu.http.AbstractIClient
 
addData(String, Object) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 

B

body(String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
设置Body
bodyParameters - 类 中的变量cn.iotwasu.http.IotHttpRequest
请求体map对象 如bodyParameters不为空,会转为json,放入body中

C

CheckTokenData() - 类 的构造器cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
clientId - 类 中的静态变量cn.iotwasu.profile.IotProfile
客户端认证ID
clientSecret - 类 中的静态变量cn.iotwasu.profile.IotProfile
客户端认证秘钥
cn.iotwasu.constant - 程序包 cn.iotwasu.constant
 
cn.iotwasu.handle - 程序包 cn.iotwasu.handle
 
cn.iotwasu.http - 程序包 cn.iotwasu.http
 
cn.iotwasu.model.v202010 - 程序包 cn.iotwasu.model.v202010
 
cn.iotwasu.model.v202203 - 程序包 cn.iotwasu.model.v202203
 
cn.iotwasu.profile - 程序包 cn.iotwasu.profile
 
cn.iotwasu.unmarshaller - 程序包 cn.iotwasu.unmarshaller
 
CONFIG_CLIENT_USERID - 类 中的静态变量cn.iotwasu.profile.IotProfile
客户端认证请求头用户userId=1
CONFIG_CLIENT_USERID_ENABLE - 类 中的静态变量cn.iotwasu.profile.IotProfile
是否开启客户端模式,自动携带请求头User-Id=1
CreateDeviceRequest - cn.iotwasu.model.v202203中的类
 
CreateDeviceRequest(String) - 类 的构造器cn.iotwasu.model.v202203.CreateDeviceRequest
 

D

DefaultClient - cn.iotwasu.http中的类
 
DefaultClient() - 类 的构造器cn.iotwasu.http.DefaultClient
 
DefaultClient(String, String, String) - 类 的构造器cn.iotwasu.http.DefaultClient
客户端认证
DefaultClient(String, String, String, String, String) - 类 的构造器cn.iotwasu.http.DefaultClient
密码认证
DefaultIccRequest - cn.iotwasu.http中的类
 
DefaultIccRequest() - 类 的构造器cn.iotwasu.http.DefaultIccRequest
 
delete(String, String) - 接口 中的方法cn.iotwasu.http.IotClient
刪除设备
delete(String, String) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
doAction(IotHttpRequest) - 类 中的方法cn.iotwasu.http.DefaultClient
 
doAction(IotHttpRequest, Class<T>) - 类 中的方法cn.iotwasu.http.DefaultClient
 
doAction(IotHttpRequest) - 接口 中的方法cn.iotwasu.http.IClient
请求结果以String 实现类已设置鉴权,无需再次设置accessToken
doAction(IotHttpRequest, Class<T>) - 接口 中的方法cn.iotwasu.http.IClient
请求结果以对象返回 实现类已设置鉴权,无需再次设置accessToken

E

execute() - 类 中的方法cn.iotwasu.http.IotHttpRequest
执行调用
executeResponse() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 

F

form - 类 中的变量cn.iotwasu.http.IotHttpRequest
支持常见的form表单类型 application/x-www-form-urlencoded multipart/form-data
form(String, Object) - 类 中的方法cn.iotwasu.http.IotHttpRequest
添加form表单参数
form(Map<String, Object>) - 类 中的方法cn.iotwasu.http.IotHttpRequest
添加form表单参数

G

GeneralRequest - cn.iotwasu.model.v202010中的类
通用请求
GeneralRequest(String, Method, Boolean) - 类 的构造器cn.iotwasu.model.v202010.GeneralRequest
构造器
GeneralRequest(String, Method) - 类 的构造器cn.iotwasu.model.v202010.GeneralRequest
构造器
GeneralRequest(String, Method, String) - 类 的构造器cn.iotwasu.model.v202010.GeneralRequest
构造器
GeneralResponse - cn.iotwasu.model.v202010中的类
通用response,调用getResult 获取结果
GeneralResponse() - 类 的构造器cn.iotwasu.model.v202010.GeneralResponse
 
get(String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
GET构造器
getAccess_token() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getAccess_token() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
getAccess_token() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getAccess_token() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getAccess_token() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
getAccessToken(GrantType) - 类 中的方法cn.iotwasu.http.DefaultClient
 
getAccessToken() - 类 中的方法cn.iotwasu.http.DefaultClient
 
getAccessToken(GrantType) - 接口 中的方法cn.iotwasu.http.IClient
根据grantType类型,获取access_token
getAccessToken() - 接口 中的方法cn.iotwasu.http.IClient
使用默认类型,获取access_token
getBody() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getBodyParameters() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getClient_id() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getClient_id() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
getClient_id() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getClient_secret() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
getClient_secret() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getClientType() - 枚举 中的方法cn.iotwasu.constant.OauthConstant.ClientType
 
getCode() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getData() - 类 中的方法cn.iotwasu.http.Versions
 
getData() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse
 
getData() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse
 
getData() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse
 
getDetail() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getDetail() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
getDeviceId() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getDeviceKey() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getDeviceName() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getDeviceName() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
getExp() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getExpires_in() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getExpires_in() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
getExpires_in() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getExpires_in() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
getForm() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getGrant_type() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
getGrant_type() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
getGrant_type() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getHeader() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getHttpRequest() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getIgnoreRepeat() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getInstance() - 类 中的静态方法cn.iotwasu.handle.TokenHandleSingle
 
getInstance() - 类 中的静态方法cn.iotwasu.profile.IotProfile
 
getLatitude() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getLatitude() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
getLongitude() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getLongitude() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
getMagicId() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getMagicId() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
getMagicId() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getMethod() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getModel() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getPassword() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
getRefresh_token() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getRefresh_token() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getRefresh_token() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getRefresh_token() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
getRemainderDays() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getRequestId() - 类 中的方法cn.iotwasu.http.IotResponse
 
getResponseClass() - 类 中的方法cn.iotwasu.http.AbstractIccRequest
返回结果对象
getResponseClass() - 类 中的方法cn.iotwasu.model.v202010.GeneralRequest
 
getResponseClass() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
getResponseClass() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
getResponseClass() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
getResponseClass() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
getResponseClass() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
getResult() - 类 中的方法cn.iotwasu.http.IotResponse
 
getScope() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getScope() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getScope() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
getScope() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getScope() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
getToken_type() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getToken_type() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
getToken_type() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getToken_type() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
getTokenCache(String) - 类 中的方法cn.iotwasu.handle.TokenHandleSingle
从缓存获取token
getTokenMap() - 类 中的方法cn.iotwasu.handle.TokenHandleSingle
 
getTtl() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
getUrl() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
getUser_name() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getUserId() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
getUserId() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
getUsername() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
getVersion() - 类 中的方法cn.iotwasu.http.Versions.VersionData
 
GrantType - cn.iotwasu.profile中的枚举
授权类型
grantType - 类 中的静态变量cn.iotwasu.profile.IotProfile
当前使用认证类型

H

header(String, String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
请求头
host - 类 中的静态变量cn.iotwasu.profile.IotProfile
平台服务IP或域名
httpRequest - 类 中的变量cn.iotwasu.http.IotHttpRequest
http 请求工具类

I

IccClientToken() - 类 的构造器cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
IccToken() - 类 的构造器cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
IClient - cn.iotwasu.http中的接口
默认请求类
init() - 类 中的方法cn.iotwasu.profile.IotProfile
 
inited - 类 中的静态变量cn.iotwasu.profile.IotProfile
 
IotClient - cn.iotwasu.http中的接口
 
IotClientImpl - cn.iotwasu.http中的类
 
IotClientImpl() - 类 的构造器cn.iotwasu.http.IotClientImpl
 
IotHttpRequest - cn.iotwasu.http中的类
iot http request post 如不设置body内容,方法contentType默认是application/x-www-form-urlencoded,
IotHttpRequest(String, Method) - 类 的构造器cn.iotwasu.http.IotHttpRequest
构造器
IotHttpRequest(String, Method, boolean) - 类 的构造器cn.iotwasu.http.IotHttpRequest
构造器
IotHttpRequest(String, Method, boolean, String) - 类 的构造器cn.iotwasu.http.IotHttpRequest
附带body构造器
IotHttpRequest(String, Method, boolean, Map<String, Object>) - 类 的构造器cn.iotwasu.http.IotHttpRequest
form表单构造器
IotHttpRequest(String, Method, String) - 类 的构造器cn.iotwasu.http.IotHttpRequest
body请求体构造器
IotHttpRequest(String, Method, Map<String, Object>) - 类 的构造器cn.iotwasu.http.IotHttpRequest
form表单构造器
IotHttpRequest(String) - 类 的构造器cn.iotwasu.http.IotHttpRequest
默认GET方法
IotProfile - cn.iotwasu.profile中的类
 
IotResponse - cn.iotwasu.http中的类
 
IotResponse() - 类 的构造器cn.iotwasu.http.IotResponse
 
IotTokenResponse - cn.iotwasu.http中的类
 
IotTokenResponse() - 类 的构造器cn.iotwasu.http.IotTokenResponse
 
isActive() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
isNeedAuth() - 类 中的方法cn.iotwasu.http.IotHttpRequest
 

J

JsonUnmashaller - cn.iotwasu.unmarshaller中的类
json 转换
JsonUnmashaller() - 类 的构造器cn.iotwasu.unmarshaller.JsonUnmashaller
 

M

main(String[]) - 类 中的静态方法cn.iotwasu.http.IotHttpRequest
 

O

OAUTH_URL_CLIENT_AUTH - 类 中的静态变量cn.iotwasu.constant.OauthConstant
客户端认证鉴权
OAUTH_URL_REFRESH_TOKEN_POST - 类 中的静态变量cn.iotwasu.constant.OauthConstant
刷新token地址
OauthCheckTokenResponse - cn.iotwasu.model.v202010中的类
 
OauthCheckTokenResponse() - 类 的构造器cn.iotwasu.model.v202010.OauthCheckTokenResponse
 
OauthCheckTokenResponse.CheckTokenData - cn.iotwasu.model.v202010中的类
 
OauthClientAuthRequest - cn.iotwasu.model.v202010中的类
客户端认证授权,方法GET和POST,数据使用form
OauthClientAuthRequest() - 类 的构造器cn.iotwasu.model.v202010.OauthClientAuthRequest
 
OauthClientAuthResponse - cn.iotwasu.model.v202010中的类
客户端认证授权
OauthClientAuthResponse() - 类 的构造器cn.iotwasu.model.v202010.OauthClientAuthResponse
 
OauthClientAuthResponse.IccClientToken - cn.iotwasu.model.v202010中的类
 
OauthConstant - cn.iotwasu.constant中的类
 
OauthConstant() - 类 的构造器cn.iotwasu.constant.OauthConstant
 
OauthConstant.ClientType - cn.iotwasu.constant中的枚举
客户端类型
OauthPwdAuthRequest - cn.iotwasu.model.v202010中的类
密码认证授权
OauthPwdAuthRequest() - 类 的构造器cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
OauthPwdAuthResponse - cn.iotwasu.model.v202010中的类
密码认证授权
OauthPwdAuthResponse() - 类 的构造器cn.iotwasu.model.v202010.OauthPwdAuthResponse
 
OauthPwdAuthResponse.IccToken - cn.iotwasu.model.v202010中的类
 
OauthRefreshTokenRequest - cn.iotwasu.model.v202010中的类
刷新token,无需鉴权
OauthRefreshTokenRequest() - 类 的构造器cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
OauthRefreshTokenResponse - cn.iotwasu.model.v202010中的类
密码认证授权
OauthRefreshTokenResponse() - 类 的构造器cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
offline(String, String) - 接口 中的方法cn.iotwasu.http.IotClient
已过时。
offline(String, String) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
online(String, String) - 接口 中的方法cn.iotwasu.http.IotClient
上线
online(String, String) - 类 中的方法cn.iotwasu.http.IotClientImpl
 

P

password - 类 中的静态变量cn.iotwasu.profile.IotProfile
认证密码
post(String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
POST构造器
putBodyParameter(String, Object) - 类 中的方法cn.iotwasu.http.AbstractIccRequest
请求body,json,请求发送前会把map的值转换成json
pwdClientId - 类 中的静态变量cn.iotwasu.profile.IotProfile
密码认证客户端ID
pwdClientSecret - 类 中的静态变量cn.iotwasu.profile.IotProfile
密码认证客户端秘钥

Q

query(String, String) - 接口 中的方法cn.iotwasu.http.IotClient
更新设备
query(String, String) - 类 中的方法cn.iotwasu.http.IotClientImpl
 

R

refreshToken(GrantType) - 类 中的方法cn.iotwasu.handle.TokenHandleSingle
 
refreshToken(GrantType, String, String) - 类 中的方法cn.iotwasu.handle.TokenHandleSingle
 
register(CreateDeviceRequest) - 接口 中的方法cn.iotwasu.http.IotClient
设备注册(添加) 必填字段 deviceId,deviceName,longitude,latitude
register(CreateDeviceRequest) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
reportEvent(String, String, String, Map<String, Object>) - 接口 中的方法cn.iotwasu.http.IotClient
上报事件
reportEvent(String, String, String, Map<String, Object>) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
reportProperties(String, String, Map<String, Object>) - 接口 中的方法cn.iotwasu.http.IotClient
上报属性 字段基于物模型
reportProperties(String, String, Map<String, Object>) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
Response - cn.iotwasu.http中的类
 
Response() - 类 的构造器cn.iotwasu.http.Response
 

S

setAccess_token(String) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setAccess_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
setAccess_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setAccess_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
setAccess_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
setActive(boolean) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setBody(String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setBody(String) - 类 中的方法cn.iotwasu.model.v202010.GeneralRequest
 
setClient_id(String) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setClient_id(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
setClient_id(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
setClient_secret(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
setClient_secret(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
setCode(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setData(Versions.VersionData) - 类 中的方法cn.iotwasu.http.Versions
 
setData(OauthCheckTokenResponse.CheckTokenData) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse
 
setData(OauthClientAuthResponse.IccClientToken) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse
 
setData(IotTokenResponse) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse
 
setDetail(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setDetail(String) - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
setDeviceId(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setDeviceKey(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setDeviceName(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setDeviceName(String) - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
setExp(Long) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setExpires_in(Long) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setExpires_in(Long) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
setExpires_in(Long) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setExpires_in(Long) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
setForm(Map<String, Object>) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setGrant_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthRequest
 
setGrant_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
setGrant_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
setHeader(Map<String, String>) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setHttpRequest(HttpRequest) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setIgnoreRepeat(Boolean) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setLatitude(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setLatitude(String) - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
setLongitude(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setLongitude(String) - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 
setMagicId(String) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setMagicId(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
setMagicId(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setMethod(Method) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setModel(String) - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
setNeedAuth(boolean) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setParameter(Map<String, Object>, String, Object) - 类 中的方法cn.iotwasu.http.AbstractIccRequest
表单格式,添加参数
setPassword(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
setRefresh_token(String) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setRefresh_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setRefresh_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenRequest
 
setRefresh_token(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
setRemainderDays(Long) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setRequestId(String) - 类 中的方法cn.iotwasu.http.IotResponse
 
setResult(String) - 类 中的方法cn.iotwasu.http.IotResponse
 
setScope(String) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setScope(List<String>) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setScope(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
setScope(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setScope(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
setToken_type(String) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setToken_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
setToken_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setToken_type(String) - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
setTtl(Long) - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
setUrl(String) - 类 中的方法cn.iotwasu.http.IotHttpRequest
 
setUser_name(String) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setUserId(String) - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
setUserId(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
setUsername(String) - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthRequest
 
setVersion(String) - 类 中的方法cn.iotwasu.http.Versions.VersionData
 
SYSTEM_NAME - 类 中的静态变量cn.iotwasu.constant.OauthConstant
模块名称
systemVersionMap - 类 中的静态变量cn.iotwasu.profile.IotProfile
各个子系统的版本

T

TokenHandleSingle - cn.iotwasu.handle中的类
单例,获取access_token,刷新access_token,登录状态保活
toString() - 类 中的方法cn.iotwasu.http.IotResponse
 
toString() - 类 中的方法cn.iotwasu.http.IotTokenResponse
 
toString() - 类 中的方法cn.iotwasu.http.Versions
 
toString() - 类 中的方法cn.iotwasu.http.Versions.VersionData
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse.CheckTokenData
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthCheckTokenResponse
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse.IccClientToken
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthClientAuthResponse
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse.IccToken
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthPwdAuthResponse
 
toString() - 类 中的方法cn.iotwasu.model.v202010.OauthRefreshTokenResponse
 
toString() - 类 中的方法cn.iotwasu.model.v202203.CreateDeviceRequest
 
toString() - 类 中的方法cn.iotwasu.model.v202203.UpdateDeviceRequest
 

U

unmarshal(Class<T>, String) - 类 中的方法cn.iotwasu.http.DefaultClient
 
unmarshal(Class<T>, String) - 类 中的方法cn.iotwasu.unmarshaller.JsonUnmashaller
 
unmarshal(Class<T>, String) - 接口 中的方法cn.iotwasu.unmarshaller.Unmarshaller
字符串转换对象
Unmarshaller - cn.iotwasu.unmarshaller中的接口
协议转换接口
update(UpdateDeviceRequest) - 接口 中的方法cn.iotwasu.http.IotClient
更新设备名称,经纬度,备注
update(UpdateDeviceRequest) - 类 中的方法cn.iotwasu.http.IotClientImpl
 
UpdateDeviceRequest - cn.iotwasu.model.v202203中的类
 
UpdateDeviceRequest(String, String) - 类 的构造器cn.iotwasu.model.v202203.UpdateDeviceRequest
 
url(String) - 类 中的静态方法cn.iotwasu.constant.OauthConstant
 
URL_SCHEME - 类 中的静态变量cn.iotwasu.profile.IotProfile
默认HTTPS,例如https://api.wasu.com,尾部不包含"/"
username - 类 中的静态变量cn.iotwasu.profile.IotProfile
密码认证用户名

V

valueOf(String) - 枚举 中的静态方法cn.iotwasu.constant.OauthConstant.ClientType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.iotwasu.profile.GrantType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.iotwasu.constant.OauthConstant.ClientType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.iotwasu.profile.GrantType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version - 类 中的静态变量cn.iotwasu.constant.OauthConstant
 
VersionData() - 类 的构造器cn.iotwasu.http.Versions.VersionData
 
Versions - cn.iotwasu.http中的类
 
Versions() - 类 的构造器cn.iotwasu.http.Versions
 
Versions.VersionData - cn.iotwasu.http中的类
 
A B C D E F G H I J M O P Q R S T U V 
跳过导航链接

Copyright © 2023. All rights reserved.