Class DeleteAppCustomContentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.DeleteAppCustomContentRequest
-
public class DeleteAppCustomContentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getScenes()Get 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。LonggetSdkAppId()Get 应用ID。voidsetScenes(String[] Scenes)Set 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。voidsetSdkAppId(Long SdkAppId)Set 应用ID。voidtoMap(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
-
DeleteAppCustomContentRequest
public DeleteAppCustomContentRequest()
-
DeleteAppCustomContentRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 应用ID。- Returns:
- SdkAppId 应用ID。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用ID。- Parameters:
SdkAppId- 应用ID。
-
getScenes
public String[] getScenes()
Get 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。- Returns:
- Scenes 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。
-
setScenes
public void setScenes(String[] Scenes)
Set 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。- Parameters:
Scenes- 指定需要删除的已设置的scene场景自定义元素,如果为空则删除应用下已设置的所有自定义元素。
-
-