public class CreateUploadUrlResponse extends AbstractModel
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, which is returned for each request.
|
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, which is returned for each request.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.