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 bucket.
|
String |
getCosUrl()
Get COS path.
|
String |
getFileName()
Get Filename.
|
String |
getFileType()
Get File type.
|
String |
getNewName()
Get It is the new name in the case of document renaming.
|
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 |
getUrl()
Get COS temporary url.
|
void |
setBucket(String Bucket)
Set COS bucket.
|
void |
setCosUrl(String CosUrl)
Set COS path.
|
void |
setFileName(String FileName)
Set Filename.
|
void |
setFileType(String FileType)
Set File type.
|
void |
setNewName(String NewName)
Set It is the new name in the case of document renaming.
|
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 |
setUrl(String Url)
Set COS temporary url.
|
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
- Filename. The release end always uses this name.public String getFileType()
public void setFileType(String FileType)
FileType
- File type.public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl
- COS path.public String getUrl()
public void setUrl(String Url)
Url
- COS temporary url.public String getBucket()
public void setBucket(String Bucket)
Bucket
- COS bucket.public String getNewName()
public void setNewName(String NewName)
NewName
- It is the new name in the case of document renaming. It shall be used preferentially on the evaluation end.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 © 2025. All rights reserved.