public class DescribeBenchmarkTaskResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
availableAgent
The number of instances that you can test.
|
String |
callerUid
The ID of the operation caller.
|
Long |
desiredAgent
The number of instances that you want to test.
|
String |
endpoint
The endpoint of the service gateway.
|
String |
message
The returned message.
|
String |
parentUid
The ID of the Alibaba Cloud account that is used to call the operation.
|
String |
reason
The event or reason that causes the current state of the stress testing task.
|
String |
requestId
The request ID.
|
String |
serviceName
The name of the service that you want to test.
|
String |
status
The state of the stress testing task.
|
String |
taskId
The ID of the stress testing task.
|
String |
taskName
The name of the stress testing task.
|
String |
token
The token for authentication when a stress testing task is created.
|
| 构造器和说明 |
|---|
DescribeBenchmarkTaskResponseBody() |
@NameInMap(value="AvailableAgent") public Long availableAgent
The number of instances that you can test.
example:4
@NameInMap(value="CallerUid") public String callerUid
The ID of the operation caller.
example:1640133467****
@NameInMap(value="DesiredAgent") public Long desiredAgent
The number of instances that you want to test.
example:4
@NameInMap(value="Endpoint") public String endpoint
The endpoint of the service gateway.
example:192342311234.pai-eas.cn-chengdu.aliyuncs.com
@NameInMap(value="Message") public String message
The returned message.
example:Benchmar task is Running
@NameInMap(value="ParentUid") public String parentUid
The ID of the Alibaba Cloud account that is used to call the operation.
example:1029728669****
@NameInMap(value="Reason") public String reason
The event or reason that causes the current state of the stress testing task.
example:RUNNING
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
@NameInMap(value="ServiceName") public String serviceName
The name of the service that you want to test.
example:foo
@NameInMap(value="Status") public String status
The state of the stress testing task.
Valid values:
Creating
Starting
DeleteFailed
Running
Stopping
Error
Updating
Deleting
CreateFailed
Running
@NameInMap(value="TaskId") public String taskId
The ID of the stress testing task.
example:eas-b-gv4y86u****
@NameInMap(value="TaskName") public String taskName
The name of the stress testing task.
example:benchmark-larec-test-ae70
@NameInMap(value="Token") public String token
The token for authentication when a stress testing task is created.
example:6062787a-9301****
public static DescribeBenchmarkTaskResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBenchmarkTaskResponseBody setAvailableAgent(Long availableAgent)
public Long getAvailableAgent()
public DescribeBenchmarkTaskResponseBody setCallerUid(String callerUid)
public String getCallerUid()
public DescribeBenchmarkTaskResponseBody setDesiredAgent(Long desiredAgent)
public Long getDesiredAgent()
public DescribeBenchmarkTaskResponseBody setEndpoint(String endpoint)
public String getEndpoint()
public DescribeBenchmarkTaskResponseBody setMessage(String message)
public String getMessage()
public DescribeBenchmarkTaskResponseBody setParentUid(String parentUid)
public String getParentUid()
public DescribeBenchmarkTaskResponseBody setReason(String reason)
public String getReason()
public DescribeBenchmarkTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeBenchmarkTaskResponseBody setServiceName(String serviceName)
public String getServiceName()
public DescribeBenchmarkTaskResponseBody setStatus(String status)
public String getStatus()
public DescribeBenchmarkTaskResponseBody setTaskId(String taskId)
public String getTaskId()
public DescribeBenchmarkTaskResponseBody setTaskName(String taskName)
public String getTaskName()
public DescribeBenchmarkTaskResponseBody setToken(String token)
public String getToken()
Copyright © 2024. All rights reserved.