public class ImageSearchResponse extends CosServiceResult
| Constructor and Description |
|---|
ImageSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCount() |
List<ImageInfos> |
getImageInfos() |
String |
getRequestId()
get requestid for this upload
|
void |
setCount(String count) |
void |
setImageInfos(List<ImageInfos> imageInfos) |
void |
setRequestId(String requestId)
set requestId for this upload
|
String |
toString() |
public String getCount()
public void setCount(String count)
public String getRequestId()
CosServiceResultgetRequestId in class CosServiceResultpublic void setRequestId(String requestId)
CosServiceResultsetRequestId in class CosServiceResultrequestId - the requestId for the uploadpublic List<ImageInfos> getImageInfos()
public void setImageInfos(List<ImageInfos> imageInfos)
Copyright © 2023. All rights reserved.