public class CreateBPFakeURLRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCompanyId()
Get 企业id
|
String |
getFakeURL()
Get 仿冒网址
|
String[] |
getFakeURLSnapshots()
Get 仿冒网址截图
|
String |
getNote()
Get 备注
|
void |
setCompanyId(Long CompanyId)
Set 企业id
|
void |
setFakeURL(String FakeURL)
Set 仿冒网址
|
void |
setFakeURLSnapshots(String[] FakeURLSnapshots)
Set 仿冒网址截图
|
void |
setNote(String Note)
Set 备注
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateBPFakeURLRequest()
public CreateBPFakeURLRequest(CreateBPFakeURLRequest source)
public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- 企业idpublic String getFakeURL()
public void setFakeURL(String FakeURL)
FakeURL
- 仿冒网址public String[] getFakeURLSnapshots()
public void setFakeURLSnapshots(String[] FakeURLSnapshots)
FakeURLSnapshots
- 仿冒网址截图public String getNote()
public void setNote(String Note)
Note
- 备注Copyright © 2024. All rights reserved.