类 Request
java.lang.Object
cn.ucloud.common.request.Request
Request is the base-class of all request object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明encode()Encode will encode the request object to a mapvoidvoidsetProjectId(String projectId) voidsetPublicKey(String publicKey) voidvoidsetSignature(String signature) voidwithMaxRetries(Integer maxRetries) voidwithTimeout(Integer timeout)
-
构造器详细资料
-
Request
public Request()
-
-
方法详细资料
-
getPublicKey
-
setPublicKey
-
getAction
-
setAction
-
getSignature
-
setSignature
-
getRegion
-
setRegion
-
getProjectId
-
setProjectId
-
encode
Encode will encode the request object to a map- 返回:
- map representation of request
- 抛出:
UCloudException
-
loadMaxRetries
-
withMaxRetries
-
loadTimeout
-
withTimeout
-