public class SearchLogInfos extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchLogInfos() |
SearchLogInfos(SearchLogInfos 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 |
getContext()
Get You can pass through the Context value returned by this API to continue to get more logs.
|
Long |
getPeriod()
Get Log storage lifetime
|
String |
getTopicId()
Get Log Topic ID
|
void |
setContext(String Context)
Set You can pass through the Context value returned by this API to continue to get more logs.
|
void |
setPeriod(Long Period)
Set Log storage lifetime
|
void |
setTopicId(String TopicId)
Set Log Topic ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchLogInfos()
public SearchLogInfos(SearchLogInfos source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log Topic IDpublic Long getPeriod()
public void setPeriod(Long Period)
Period
- Log storage lifetimepublic String getContext()
public void setContext(String Context)
Context
- You can pass through the Context value returned by this API to continue to get more logs. Expire time: 1 hour.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.