public class DeleteAppCustomContentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteAppCustomContentRequest() | 
| DeleteAppCustomContentRequest(DeleteAppCustomContentRequest 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[] | getScenes()Get The custom elements (for which a scene has been configured) to delete. | 
| Long | getSdkAppId()Get The application ID. | 
| void | setScenes(String[] Scenes)Set The custom elements (for which a scene has been configured) to delete. | 
| void | setSdkAppId(Long SdkAppId)Set The application ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteAppCustomContentRequest()
public DeleteAppCustomContentRequest(DeleteAppCustomContentRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The application ID.public String[] getScenes()
public void setScenes(String[] Scenes)
Scenes - The custom elements (for which a scene has been configured) to delete. If this is empty, all custom elements will be deleted.Copyright © 2024. All rights reserved.