Class SearchImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.SearchImageRequest
-
public class SearchImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchImageRequest()SearchImageRequest(SearchImageRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupCode()Get 集团编码StringgetImage()Get 图片base64字符串LonggetImageTime()Get 时间戳,毫秒LonggetMallId()Get 广场IDvoidsetGroupCode(String GroupCode)Set 集团编码voidsetImage(String Image)Set 图片base64字符串voidsetImageTime(Long ImageTime)Set 时间戳,毫秒voidsetMallId(Long MallId)Set 广场IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SearchImageRequest
public SearchImageRequest()
-
SearchImageRequest
public SearchImageRequest(SearchImageRequest 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.
-
-
Method Detail
-
getGroupCode
public String getGroupCode()
Get 集团编码- Returns:
- GroupCode 集团编码
-
setGroupCode
public void setGroupCode(String GroupCode)
Set 集团编码- Parameters:
GroupCode- 集团编码
-
getMallId
public Long getMallId()
Get 广场ID- Returns:
- MallId 广场ID
-
setMallId
public void setMallId(Long MallId)
Set 广场ID- Parameters:
MallId- 广场ID
-
getImage
public String getImage()
Get 图片base64字符串- Returns:
- Image 图片base64字符串
-
setImage
public void setImage(String Image)
Set 图片base64字符串- Parameters:
Image- 图片base64字符串
-
getImageTime
public Long getImageTime()
Get 时间戳,毫秒- Returns:
- ImageTime 时间戳,毫秒
-
setImageTime
public void setImageTime(Long ImageTime)
Set 时间戳,毫秒- Parameters:
ImageTime- 时间戳,毫秒
-
-