public class UserFilter extends AbstractModel
header, skipSign| Constructor and Description |
|---|
UserFilter() |
UserFilter(UserFilter 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 |
getKey()
Get 过滤类型,当前支持:UserId、PhoneNumber、Email、AccountName、AccountUserId。
|
String |
getValue()
Get 过滤值,只支持完全匹配,不支持模糊搜索。针对不同的 Key,Value 的取值如下:
UserId: user12345678abcde
PhoneNumber: +86-13800000000(格式为:{CountryCode}-{PhoneNumber})
Email: admin@mail.foobar.com
AccountName: account_name
AccountUserId: x53mYVqykfPqTCqekbNwwa4aXk4
|
void |
setKey(String Key)
Set 过滤类型,当前支持:UserId、PhoneNumber、Email、AccountName、AccountUserId。
|
void |
setValue(String Value)
Set 过滤值,只支持完全匹配,不支持模糊搜索。针对不同的 Key,Value 的取值如下:
UserId: user12345678abcde
PhoneNumber: +86-13800000000(格式为:{CountryCode}-{PhoneNumber})
Email: admin@mail.foobar.com
AccountName: account_name
AccountUserId: x53mYVqykfPqTCqekbNwwa4aXk4
|
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 UserFilter()
public UserFilter(UserFilter source)
public String getKey()
public void setKey(String Key)
Key - 过滤类型,当前支持:UserId、PhoneNumber、Email、AccountName、AccountUserId。public String getValue()
public void setValue(String Value)
Value - 过滤值,只支持完全匹配,不支持模糊搜索。针对不同的 Key,Value 的取值如下:
UserId: user12345678abcde
PhoneNumber: +86-13800000000(格式为:{CountryCode}-{PhoneNumber})
Email: admin@mail.foobar.com
AccountName: account_name
AccountUserId: x53mYVqykfPqTCqekbNwwa4aXk4Copyright © 2024. All rights reserved.