public class DescribeNormalLogsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNormalLogsRequest() |
DescribeNormalLogsRequest(DescribeNormalLogsRequest 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 Context is used when loading more logs.
|
String |
getFrom()
Get Log start time.
|
String |
getInstance()
Get IP of pressure engine instance.
|
String |
getInstanceRegion()
Get Region of pressure engine instance, such as ap-shanghai, ap-guangzhou.
|
String |
getJobId()
Get Job ID.
|
Long |
getLimit()
Get Number of returned logs, maximum 100.
|
String |
getLogType()
Get Type of log, in which 'console' represents user output, 'engine' represents engine output.
|
String |
getProjectId()
Get Project ID.
|
String |
getScenarioId()
Get Scenario ID.
|
String |
getSeverityText()
Get Log level, valid values are debug, info, error.
|
String |
getTo()
Get Log end time.
|
void |
setContext(String Context)
Set Context is used when loading more logs.
|
void |
setFrom(String From)
Set Log start time.
|
void |
setInstance(String Instance)
Set IP of pressure engine instance.
|
void |
setInstanceRegion(String InstanceRegion)
Set Region of pressure engine instance, such as ap-shanghai, ap-guangzhou.
|
void |
setJobId(String JobId)
Set Job ID.
|
void |
setLimit(Long Limit)
Set Number of returned logs, maximum 100.
|
void |
setLogType(String LogType)
Set Type of log, in which 'console' represents user output, 'engine' represents engine output.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setScenarioId(String ScenarioId)
Set Scenario ID.
|
void |
setSeverityText(String SeverityText)
Set Log level, valid values are debug, info, error.
|
void |
setTo(String To)
Set Log end time.
|
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 DescribeNormalLogsRequest()
public DescribeNormalLogsRequest(DescribeNormalLogsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- Scenario ID.public String getJobId()
public void setJobId(String JobId)
JobId
- Job ID.public String getContext()
public void setContext(String Context)
Context
- Context is used when loading more logs. Pass through the Context value returned last time to retrieve subsequent log content. The expiration time is 1 hour.public String getFrom()
public void setFrom(String From)
From
- Log start time.public String getTo()
public void setTo(String To)
To
- Log end time.public String getSeverityText()
public void setSeverityText(String SeverityText)
SeverityText
- Log level, valid values are debug, info, error.public String getInstance()
public void setInstance(String Instance)
Instance
- IP of pressure engine instance.public String getInstanceRegion()
public void setInstanceRegion(String InstanceRegion)
InstanceRegion
- Region of pressure engine instance, such as ap-shanghai, ap-guangzhou.public String getLogType()
public void setLogType(String LogType)
LogType
- Type of log, in which 'console' represents user output, 'engine' represents engine output.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned logs, maximum 100.Copyright © 2025. All rights reserved.