public class OpenFlowLogServiceResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The HTTP status code.
|
String |
message
The information returned after the flow log feature is enabled.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
OpenFlowLogServiceResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static OpenFlowLogServiceResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
OpenFlowLogServiceResponseBody |
setCode(String code) |
OpenFlowLogServiceResponseBody |
setMessage(String message) |
OpenFlowLogServiceResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
The HTTP status code.
example:200
@NameInMap(value="Message") public String message
The information returned after the flow log feature is enabled.
example:successful
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:28CF47AB-B6C0-5FA2-80C7-2B28826A92CB
public static OpenFlowLogServiceResponseBody build(Map<String,?> map) throws Exception
Exception
public OpenFlowLogServiceResponseBody setCode(String code)
public String getCode()
public OpenFlowLogServiceResponseBody setMessage(String message)
public String getMessage()
public OpenFlowLogServiceResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.