public class StorageBase extends Object
限定符和类型 | 字段和说明 |
---|---|
protected String |
accessKey
发送请求时所需的access key
|
protected String |
appName
当前应用的名称
|
protected static String |
baseurl
storage 请求地址
|
protected static String |
DELETE |
protected String |
errMsg
错误信息
|
protected int |
errNo
错误状态码
|
protected static String |
GET |
protected static String |
HEAD |
protected static String |
HEADER_DATE_FORMAT |
protected static int |
internal_timeout |
protected static String |
NORMAL_DATE_FORMAT |
protected static String |
POST
请求的方法类型
|
protected static String |
PUT |
protected String |
secretKey
发送请求是所需的secret key
|
构造器和说明 |
---|
StorageBase() |
protected static String baseurl
protected String accessKey
protected String secretKey
protected String appName
protected String errMsg
protected int errNo
protected static int internal_timeout
public String getErrmsg()
public int getErrno()
Copyright © 2016. All rights reserved.