Class ModifyCRRightStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.ModifyCRRightStatusRequest
-
public class ModifyCRRightStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCRRightStatusRequest()ModifyCRRightStatusRequest(ModifyCRRightStatusRequest 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 StringgetRightUrl()Get 发函结果回调地址LonggetTortId()Get 侵权IDvoidsetRightUrl(String RightUrl)Set 发函结果回调地址voidsetTortId(Long TortId)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
-
ModifyCRRightStatusRequest
public ModifyCRRightStatusRequest()
-
ModifyCRRightStatusRequest
public ModifyCRRightStatusRequest(ModifyCRRightStatusRequest 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
-
getRightUrl
public String getRightUrl()
Get 发函结果回调地址- Returns:
- RightUrl 发函结果回调地址
-
setRightUrl
public void setRightUrl(String RightUrl)
Set 发函结果回调地址- Parameters:
RightUrl- 发函结果回调地址
-
-