public class DeactiveFlowLogResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
success
Indicates whether the operation is successful.
|
构造器和说明 |
---|
DeactiveFlowLogResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DeactiveFlowLogResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSuccess() |
DeactiveFlowLogResponseBody |
setRequestId(String requestId) |
DeactiveFlowLogResponseBody |
setSuccess(String success) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F7DDDC17-FA06-4AC2-8F35-59D2470FCFC1
@NameInMap(value="Success") public String success
Indicates whether the operation is successful. Valid values:
true
public static DeactiveFlowLogResponseBody build(Map<String,?> map) throws Exception
Exception
public DeactiveFlowLogResponseBody setRequestId(String requestId)
public String getRequestId()
public DeactiveFlowLogResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.