public class DeleteImagesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteImagesRequest() | 
| DeleteImagesRequest(DeleteImagesRequest 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 | getEntityId()Get 物品ID。 | 
| String | getGroupId()Get 图库名称。 | 
| String | getPicName()Get 图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。 | 
| void | setEntityId(String EntityId)Set 物品ID。 | 
| void | setGroupId(String GroupId)Set 图库名称。 | 
| void | setPicName(String PicName)Set 图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。 | 
| 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, toJsonStringpublic DeleteImagesRequest()
public DeleteImagesRequest(DeleteImagesRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 图库名称。public String getEntityId()
public void setEntityId(String EntityId)
EntityId - 物品ID。public String getPicName()
public void setPicName(String PicName)
PicName - 图片名称,如果不指定本参数,则删除EntityId下所有的图片;否则删除指定的图。Copyright © 2025. All rights reserved.