public class CreateUploadUrlResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateUploadUrlResponse() |
CreateUploadUrlResponse(CreateUploadUrlResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getExpiredTimestamp()
Get The point in time when the upload/download link expires, which is a 10-bit Unix timestamp.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getResourceUrl()
Get The resource URL obtained after this upload is completed and to be passed in where it is required later.
|
String |
getUploadUrl()
Get The URL for uploading contents with the `HTTP PUT` method.
|
void |
setExpiredTimestamp(Long ExpiredTimestamp)
Set The point in time when the upload/download link expires, which is a 10-bit Unix timestamp.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResourceUrl(String ResourceUrl)
Set The resource URL obtained after this upload is completed and to be passed in where it is required later.
|
void |
setUploadUrl(String UploadUrl)
Set The URL for uploading contents with the `HTTP PUT` method.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateUploadUrlResponse()
public CreateUploadUrlResponse(CreateUploadUrlResponse source)
public String getUploadUrl()
public void setUploadUrl(String UploadUrl)
UploadUrl
- The URL for uploading contents with the `HTTP PUT` method.public String getResourceUrl()
public void setResourceUrl(String ResourceUrl)
ResourceUrl
- The resource URL obtained after this upload is completed and to be passed in where it is required later.public Long getExpiredTimestamp()
public void setExpiredTimestamp(Long ExpiredTimestamp)
ExpiredTimestamp
- The point in time when the upload/download link expires, which is a 10-bit Unix timestamp.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.