Class CreateBPFakeURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.CreateBPFakeURLRequest
-
public class CreateBPFakeURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBPFakeURLRequest()CreateBPFakeURLRequest(CreateBPFakeURLRequest 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 StringgetFakeURL()Get 仿冒网址StringgetNote()Get 举报说明LonggetProtectURLId()Get 保护网址IDString[]getSnapshotNames()Get 截图voidsetFakeURL(String FakeURL)Set 仿冒网址voidsetNote(String Note)Set 举报说明voidsetProtectURLId(Long ProtectURLId)Set 保护网址IDvoidsetSnapshotNames(String[] SnapshotNames)Set 截图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
-
CreateBPFakeURLRequest
public CreateBPFakeURLRequest()
-
CreateBPFakeURLRequest
public CreateBPFakeURLRequest(CreateBPFakeURLRequest 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
-
getProtectURLId
public Long getProtectURLId()
Get 保护网址ID- Returns:
- ProtectURLId 保护网址ID
-
setProtectURLId
public void setProtectURLId(Long ProtectURLId)
Set 保护网址ID- Parameters:
ProtectURLId- 保护网址ID
-
getFakeURL
public String getFakeURL()
Get 仿冒网址- Returns:
- FakeURL 仿冒网址
-
setFakeURL
public void setFakeURL(String FakeURL)
Set 仿冒网址- Parameters:
FakeURL- 仿冒网址
-
getSnapshotNames
public String[] getSnapshotNames()
Get 截图- Returns:
- SnapshotNames 截图
-
setSnapshotNames
public void setSnapshotNames(String[] SnapshotNames)
Set 截图- Parameters:
SnapshotNames- 截图
-
getNote
public String getNote()
Get 举报说明- Returns:
- Note 举报说明
-
setNote
public void setNote(String Note)
Set 举报说明- Parameters:
Note- 举报说明
-
-