
com.aliyun.openservices.ots.internal.OTSConsts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ots-public Show documentation
Show all versions of ots-public Show documentation
Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com
package com.aliyun.openservices.ots.internal;
public interface OTSConsts {
/**
* 默认的OTS Endpoint。
*/
public static final String DEFAULT_OTS_ENDPOINT = "http://ots.aliyuncs.com";
/**
* OTS RESTful API的版本号。
*/
public static final String API_VERSION = "2014-08-08";
/**
* OTS请求的编码方法。
*/
public static final String DEFAULT_ENCODING = "utf-8";
/**
* OTS请求返回结果的失效时间。
*/
public static final int RESPONSE_EXPIRE_MINUTES = 15; // 表示返回结果的过期时间。
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy