public class UpdateListenerAttributeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
jobId
The ID of the asynchronous task.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateListenerAttributeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateListenerAttributeResponseBody |
build(Map<String,?> map) |
String |
getJobId() |
String |
getRequestId() |
UpdateListenerAttributeResponseBody |
setJobId(String jobId) |
UpdateListenerAttributeResponseBody |
setRequestId(String requestId) |
@NameInMap(value="JobId") public String jobId
The ID of the asynchronous task.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static UpdateListenerAttributeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateListenerAttributeResponseBody setJobId(String jobId)
public String getJobId()
public UpdateListenerAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.