public class GetDocPreviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetDocPreviewResponse() |
GetDocPreviewResponse(GetDocPreviewResponse 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 |
---|---|
String |
getBucket()
Get cos桶
|
String |
getCosUrl()
Get cos路径
|
String |
getFileName()
Get 文件名
|
String |
getFileType()
Get 文件类型
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getUrl()
Get cos临时地址
|
void |
setBucket(String Bucket)
Set cos桶
|
void |
setCosUrl(String CosUrl)
Set cos路径
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setFileType(String FileType)
Set 文件类型
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setUrl(String Url)
Set cos临时地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetDocPreviewResponse()
public GetDocPreviewResponse(GetDocPreviewResponse source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl
- cos路径public String getUrl()
public void setUrl(String Url)
Url
- cos临时地址public String getBucket()
public void setBucket(String Bucket)
Bucket
- cos桶public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.