public class CreateBPWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateBPWhiteListRequest() | 
| CreateBPWhiteListRequest(CreateBPWhiteListRequest 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 | getRemark()Get 白名单备注 | 
| String[] | getWhiteLists()Get 白名单名称 | 
| Long | getWhiteListType()Get 白名单类型:0-网站 1-应用 2-公众号 3-小程 | 
| void | setCompanyId(Long CompanyId)Set 企业Id | 
| void | setRemark(String Remark)Set 白名单备注 | 
| void | setWhiteLists(String[] WhiteLists)Set 白名单名称 | 
| void | setWhiteListType(Long WhiteListType)Set 白名单类型:0-网站 1-应用 2-公众号 3-小程 | 
| 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, toJsonStringpublic CreateBPWhiteListRequest()
public CreateBPWhiteListRequest(CreateBPWhiteListRequest source)
public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId - 企业Idpublic Long getWhiteListType()
public void setWhiteListType(Long WhiteListType)
WhiteListType - 白名单类型:0-网站 1-应用 2-公众号 3-小程public String[] getWhiteLists()
public void setWhiteLists(String[] WhiteLists)
WhiteLists - 白名单名称public String getRemark()
public void setRemark(String Remark)
Remark - 白名单备注Copyright © 2025. All rights reserved.