Package com.volcengine.acep.model
Class ListImageResourceRequest
- java.lang.Object
-
- com.volcengine.acep.model.ListImageResourceRequest
-
public class ListImageResourceRequest extends Object
ListImageResourceRequest
-
-
Constructor Summary
Constructors Constructor Description ListImageResourceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListImageResourceRequestcount(Long count)booleanequals(Object o)LonggetCount()Get countStringgetImageIdList()Get imageIdListLonggetOffset()Get offset@NotNull StringgetProductId()Get productIdinthashCode()ListImageResourceRequestimageIdList(String imageIdList)ListImageResourceRequestoffset(Long offset)ListImageResourceRequestproductId(String productId)voidsetCount(Long count)voidsetImageIdList(String imageIdList)voidsetOffset(Long offset)voidsetProductId(String productId)StringtoString()
-
-
-
Method Detail
-
count
public ListImageResourceRequest count(Long count)
-
getCount
public Long getCount()
Get count- Returns:
- count
-
setCount
public void setCount(Long count)
-
imageIdList
public ListImageResourceRequest imageIdList(String imageIdList)
-
getImageIdList
public String getImageIdList()
Get imageIdList- Returns:
- imageIdList
-
setImageIdList
public void setImageIdList(String imageIdList)
-
offset
public ListImageResourceRequest offset(Long offset)
-
getOffset
public Long getOffset()
Get offset- Returns:
- offset
-
setOffset
public void setOffset(Long offset)
-
productId
public ListImageResourceRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
-