public class StorageBase extends Object
| 限定符和类型 | 字段和说明 | 
|---|---|
| protected String | accessKey发送请求时所需的access key | 
| protected String | appName当前应用的名称 | 
| protected static String | baseurlstorage 请求地址 | 
| 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.