public class CreateBPProtectURLsRequest extends AbstractModel
Constructor and Description |
---|
CreateBPProtectURLsRequest() |
CreateBPProtectURLsRequest(CreateBPProtectURLsRequest 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 |
---|---|
String |
getCompanyName()
Get xxx
|
String |
getLicenseName()
Get xxx
|
String |
getPhone()
Get xxx
|
String[] |
getProtectURLs()
Get xxx
|
String[] |
getProtectWebs()
Get xxx
|
void |
setCompanyName(String CompanyName)
Set xxx
|
void |
setLicenseName(String LicenseName)
Set xxx
|
void |
setPhone(String Phone)
Set xxx
|
void |
setProtectURLs(String[] ProtectURLs)
Set xxx
|
void |
setProtectWebs(String[] ProtectWebs)
Set xxx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateBPProtectURLsRequest()
public CreateBPProtectURLsRequest(CreateBPProtectURLsRequest source)
public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName
- xxxpublic String getPhone()
public void setPhone(String Phone)
Phone
- xxxpublic String getLicenseName()
public void setLicenseName(String LicenseName)
LicenseName
- xxxpublic String[] getProtectURLs()
public void setProtectURLs(String[] ProtectURLs)
ProtectURLs
- xxxpublic String[] getProtectWebs()
public void setProtectWebs(String[] ProtectWebs)
ProtectWebs
- xxxCopyright © 2022. All rights reserved.