public class DescribeScenarioWithJobsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeScenarioWithJobsRequest() |
DescribeScenarioWithJobsRequest(DescribeScenarioWithJobsRequest 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 |
|---|---|
Boolean |
getAscend()
Get Whether in ascending order.
|
Boolean |
getIgnoreDataset()
Get Whether to return test data file information of the scenario.
|
Boolean |
getIgnoreScript()
Get Whether to return the test script content of the scenario.
|
Long |
getLimit()
Get Number of returns.
|
Long |
getOffset()
Get Offset.
|
String |
getOrderBy()
Get Column for sorting.
|
String |
getOwner()
Get Creator.
|
String[] |
getProjectIds()
Get Array of Project ID.
|
String[] |
getScenarioIds()
Get Array of Scenario ID.
|
String |
getScenarioName()
Get Scenario Name.
|
ScenarioRelatedJobsParams |
getScenarioRelatedJobsParams()
Get Parameters related to job.
|
Long |
getScenarioStatus()
Get Array of Scenario status.
|
String |
getScenarioType()
Get Scenario type, such as pts-http, pts-js, pts-jmeter.
|
void |
setAscend(Boolean Ascend)
Set Whether in ascending order.
|
void |
setIgnoreDataset(Boolean IgnoreDataset)
Set Whether to return test data file information of the scenario.
|
void |
setIgnoreScript(Boolean IgnoreScript)
Set Whether to return the test script content of the scenario.
|
void |
setLimit(Long Limit)
Set Number of returns.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOrderBy(String OrderBy)
Set Column for sorting.
|
void |
setOwner(String Owner)
Set Creator.
|
void |
setProjectIds(String[] ProjectIds)
Set Array of Project ID.
|
void |
setScenarioIds(String[] ScenarioIds)
Set Array of Scenario ID.
|
void |
setScenarioName(String ScenarioName)
Set Scenario Name.
|
void |
setScenarioRelatedJobsParams(ScenarioRelatedJobsParams ScenarioRelatedJobsParams)
Set Parameters related to job.
|
void |
setScenarioStatus(Long ScenarioStatus)
Set Array of Scenario status.
|
void |
setScenarioType(String ScenarioType)
Set Scenario type, such as pts-http, pts-js, pts-jmeter.
|
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 DescribeScenarioWithJobsRequest()
public DescribeScenarioWithJobsRequest(DescribeScenarioWithJobsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value is 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returns. Default value is 20, maximum is 100.public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds - Array of Project ID.public String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds - Array of Scenario ID.public String getScenarioName()
public void setScenarioName(String ScenarioName)
ScenarioName - Scenario Name.public Long getScenarioStatus()
public void setScenarioStatus(Long ScenarioStatus)
ScenarioStatus - Array of Scenario status.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Column for sorting.public Boolean getAscend()
public void setAscend(Boolean Ascend)
Ascend - Whether in ascending order.public ScenarioRelatedJobsParams getScenarioRelatedJobsParams()
public void setScenarioRelatedJobsParams(ScenarioRelatedJobsParams ScenarioRelatedJobsParams)
ScenarioRelatedJobsParams - Parameters related to job.public Boolean getIgnoreScript()
public void setIgnoreScript(Boolean IgnoreScript)
IgnoreScript - Whether to return the test script content of the scenario.public Boolean getIgnoreDataset()
public void setIgnoreDataset(Boolean IgnoreDataset)
IgnoreDataset - Whether to return test data file information of the scenario.public String getScenarioType()
public void setScenarioType(String ScenarioType)
ScenarioType - Scenario type, such as pts-http, pts-js, pts-jmeter.public String getOwner()
public void setOwner(String Owner)
Owner - Creator.Copyright © 2025. All rights reserved.