public class ListLogMessageByConditionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListLogMessageByConditionRequest() |
ListLogMessageByConditionRequest(ListLogMessageByConditionRequest 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 |
---|---|
Filter[] |
getFilters()
Get Key可选值为events
**events** Values为["SIGNUP", "USER_UPDATE", "USER_DELETE", "USER_CREATE", "ACCOUNT_LINKING"] 中的一个或多个
|
Pageable |
getPageable()
Get 分页数据
|
Long |
getStartTime()
Get 开始时间,时间戳精确到毫秒
|
String |
getUserStoreId()
Get 用户池ID
|
void |
setFilters(Filter[] Filters)
Set Key可选值为events
**events** Values为["SIGNUP", "USER_UPDATE", "USER_DELETE", "USER_CREATE", "ACCOUNT_LINKING"] 中的一个或多个
|
void |
setPageable(Pageable Pageable)
Set 分页数据
|
void |
setStartTime(Long StartTime)
Set 开始时间,时间戳精确到毫秒
|
void |
setUserStoreId(String UserStoreId)
Set 用户池ID
|
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 ListLogMessageByConditionRequest()
public ListLogMessageByConditionRequest(ListLogMessageByConditionRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户池IDpublic Pageable getPageable()
public void setPageable(Pageable Pageable)
Pageable
- 分页数据public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间,时间戳精确到毫秒public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Key可选值为events
Copyright © 2025. All rights reserved.