public class UpdateScanUsersRequest extends AbstractModel
Constructor and Description |
---|
UpdateScanUsersRequest() |
UpdateScanUsersRequest(UpdateScanUsersRequest 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 |
getBizId()
Get 应用ID
|
String[] |
getUserIdRegex()
Get 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
|
String |
getUserIdString()
Get 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
|
void |
setBizId(Long BizId)
Set 应用ID
|
void |
setUserIdRegex(String[] UserIdRegex)
Set 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
|
void |
setUserIdString(String UserIdString)
Set 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
|
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 UpdateScanUsersRequest()
public UpdateScanUsersRequest(UpdateScanUsersRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId
- 应用IDpublic String getUserIdString()
public void setUserIdString(String UserIdString)
UserIdString
- 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"public String[] getUserIdRegex()
public void setUserIdRegex(String[] UserIdRegex)
UserIdRegex
- 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检Copyright © 2022. All rights reserved.