Class CreateBPFakeURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20221115.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 LonggetCompanyId()Get 企业idStringgetFakeURL()Get 仿冒网址String[]getFakeURLSnapshots()Get 仿冒网址截图StringgetNote()Get 备注voidsetCompanyId(Long CompanyId)Set 企业idvoidsetFakeURL(String FakeURL)Set 仿冒网址voidsetFakeURLSnapshots(String[] FakeURLSnapshots)Set 仿冒网址截图voidsetNote(String Note)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
-
getCompanyId
public Long getCompanyId()
Get 企业id- Returns:
- CompanyId 企业id
-
setCompanyId
public void setCompanyId(Long CompanyId)
Set 企业id- Parameters:
CompanyId- 企业id
-
getFakeURL
public String getFakeURL()
Get 仿冒网址- Returns:
- FakeURL 仿冒网址
-
setFakeURL
public void setFakeURL(String FakeURL)
Set 仿冒网址- Parameters:
FakeURL- 仿冒网址
-
getFakeURLSnapshots
public String[] getFakeURLSnapshots()
Get 仿冒网址截图- Returns:
- FakeURLSnapshots 仿冒网址截图
-
setFakeURLSnapshots
public void setFakeURLSnapshots(String[] FakeURLSnapshots)
Set 仿冒网址截图- Parameters:
FakeURLSnapshots- 仿冒网址截图
-
getNote
public String getNote()
Get 备注- Returns:
- Note 备注
-
setNote
public void setNote(String Note)
Set 备注- Parameters:
Note- 备注
-
-