public static class GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
expect
The expected value.
|
String |
operator
The condition. gt: greater than. gte: greater than or equal to. lt: less than. lte: less than or equal to. eq: equal to. neq: not equal to. ctn: contain. nctn: does not contain. exist: exist. n_exist: does not exist. belong: belong to. n_belong: does not belong to. reg_match: regular expression.
|
String |
target
The check target.
|
String |
type
The assertion type.
|
| 构造器和说明 |
|---|
GetTimingSyntheticTaskResponseBodyDataAvailableAssertions() |
@NameInMap(value="Expect") public String expect
The expected value.
example:100
@NameInMap(value="Operator") public String operator
The condition. gt: greater than. gte: greater than or equal to. lt: less than. lte: less than or equal to. eq: equal to. neq: not equal to. ctn: contain. nctn: does not contain. exist: exist. n_exist: does not exist. belong: belong to. n_belong: does not belong to. reg_match: regular expression.
example:gt
@NameInMap(value="Target") public String target
The check target. If you set the type parameter to HttpResCode, HttpResBody, or HttpResponseTime, you do not need to set the target parameter. If you set the type parameter to HttpResHead, you must specify the key in the header. If you set the type parameter to HttpResBodyJson, use jsonPath.
example:key
@NameInMap(value="Type") public String type
The assertion type. Valid values: HttpResCode, HttpResHead, HttpResBody, HttpResBodyJson, HttpResponseTime, IcmpPackLoss (packet loss rate), IcmpPackMaxLatency (maximum packet latency), IcmpPackAvgLatency (average packet latency), TraceRouteHops (number of hops), DnsARecord (A record), DnsCName (CNAME), websiteTTFB (time to first packet), websiteTTLB (time to last packet), websiteFST (first paint time), websiteFFST (first meaningful paint), websiteOnload (full loaded time). For more information, see the following description.
example:websiteTTLB
public GetTimingSyntheticTaskResponseBodyDataAvailableAssertions()
public static GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions build(Map<String,?> map) throws Exception
Exceptionpublic GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions setExpect(String expect)
public String getExpect()
public GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions setOperator(String operator)
public String getOperator()
public GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions setTarget(String target)
public String getTarget()
public GetTimingSyntheticTaskResponseBody.GetTimingSyntheticTaskResponseBodyDataAvailableAssertions setType(String type)
public String getType()
Copyright © 2024. All rights reserved.