Class ModifyCRBlockStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.ModifyCRBlockStatusRequest
-
public class ModifyCRBlockStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCRBlockStatusRequest()
ModifyCRBlockStatusRequest(ModifyCRBlockStatusRequest 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
getBlockUrl()
Get 拦截结果回调地址Long
getTortId()
Get 侵权IDvoid
setBlockUrl(String BlockUrl)
Set 拦截结果回调地址void
setTortId(Long TortId)
Set 侵权IDvoid
toMap(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
-
ModifyCRBlockStatusRequest
public ModifyCRBlockStatusRequest()
-
ModifyCRBlockStatusRequest
public ModifyCRBlockStatusRequest(ModifyCRBlockStatusRequest 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
-
getTortId
public Long getTortId()
Get 侵权ID- Returns:
- TortId 侵权ID
-
setTortId
public void setTortId(Long TortId)
Set 侵权ID- Parameters:
TortId
- 侵权ID
-
getBlockUrl
public String getBlockUrl()
Get 拦截结果回调地址- Returns:
- BlockUrl 拦截结果回调地址
-
setBlockUrl
public void setBlockUrl(String BlockUrl)
Set 拦截结果回调地址- Parameters:
BlockUrl
- 拦截结果回调地址
-
-