Class DeletePictureRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.DeletePictureRequest
-
public class DeletePictureRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeletePictureRequest()DeletePictureRequest(DeletePictureRequest 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 LonggetPictureId()Get 图片idLonggetSdkAppId()Get 应用idvoidsetPictureId(Long PictureId)Set 图片idvoidsetSdkAppId(Long SdkAppId)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
-
DeletePictureRequest
public DeletePictureRequest()
-
DeletePictureRequest
public DeletePictureRequest(DeletePictureRequest 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
-
getPictureId
public Long getPictureId()
Get 图片id- Returns:
- PictureId 图片id
-
setPictureId
public void setPictureId(Long PictureId)
Set 图片id- Parameters:
PictureId- 图片id
-
getSdkAppId
public Long getSdkAppId()
Get 应用id- Returns:
- SdkAppId 应用id
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用id- Parameters:
SdkAppId- 应用id
-
-